Class GoogleCloudStorageConstants
java.lang.Object
org.apache.camel.component.google.storage.GoogleCloudStorageConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Method Summary
-
Field Details
-
OPERATION
@Metadata(label="producer", description="The operation to perform.", javaType="org.apache.camel.component.google.storage.GoogleCloudStorageOperations") public static final String OPERATION- See Also:
-
BUCKET_NAME
@Metadata(label="producer", description="The bucket Name which this object will be stored or which will be used for the current operation", javaType="String") public static final String BUCKET_NAME- See Also:
-
OBJECT_NAME
@Metadata(label="producer", description="The object Name which will be used for the current operation", javaType="String") public static final String OBJECT_NAME- See Also:
-
DESTINATION_OBJECT_NAME
@Metadata(label="producer", description="The object Destination Name which will be used for the current operation", javaType="String") public static final String DESTINATION_OBJECT_NAME- See Also:
-
DESTINATION_BUCKET_NAME
@Metadata(label="producer", description="The bucket Destination Name which will be used for the current operation", javaType="String") public static final String DESTINATION_BUCKET_NAME- See Also:
-
DOWNLOAD_LINK_EXPIRATION_TIME
@Metadata(label="producer", description="The time in millisecond the download link will be valid.", javaType="Long", defaultValue="300000") public static final String DOWNLOAD_LINK_EXPIRATION_TIME- See Also:
-
CONTENT_LENGTH
@Metadata(description="The content length of this object.", javaType="Long") public static final String CONTENT_LENGTH- See Also:
-
CONTENT_TYPE
@Metadata(description="The content type of this object.", javaType="String") public static final String CONTENT_TYPE- See Also:
-
CACHE_CONTROL
@Metadata(description="The Cache-Control metadata can specify two different aspects of how data is served from Cloud Storage: whether the data can be cached and whether the data can be transformed", javaType="String") public static final String CACHE_CONTROL- See Also:
-
CONTENT_DISPOSITION
@Metadata(description="The content disposition of this object.", javaType="String") public static final String CONTENT_DISPOSITION- See Also:
-
CONTENT_ENCODING
@Metadata(description="The content encoding of this object.", javaType="String") public static final String CONTENT_ENCODING- See Also:
-
CONTENT_MD5
@Metadata(description="The md5 checksum of this object.", javaType="String") public static final String CONTENT_MD5- See Also:
-
FILE_NAME
@Metadata(label="consumer", description="The name of the blob", javaType="String") public static final String FILE_NAME- See Also:
-
METADATA_COMPONENT_COUNT
@Metadata(label="consumer", description="The component count of this object", javaType="Integer") public static final String METADATA_COMPONENT_COUNT- See Also:
-
METADATA_CONTENT_LANGUAGE
@Metadata(label="consumer", description="The Content-Language metadata indicates the language(s) that the object is intended for.", javaType="String") public static final String METADATA_CONTENT_LANGUAGE- See Also:
-
METADATA_CUSTOM_TIME
@Metadata(label="consumer", description="The Custom-Time metadata is a user-specified date and time represented in the RFC 3339 format YYYY-MM-DD\'T\'HH:MM:SS.SS\'Z\' or YYYY-MM-DD\'T\'HH:MM:SS\'Z\' when milliseconds are zero. This metadata is typically set in order to use the DaysSinceCustomTime condition in Object Lifecycle Management.", javaType="Long") public static final String METADATA_CUSTOM_TIME- See Also:
-
METADATA_CRC32C_HEX
@Metadata(label="consumer", description="The CRC32c of the object", javaType="String") public static final String METADATA_CRC32C_HEX- See Also:
-
METADATA_ETAG
@Metadata(description="The ETag for the Object.", javaType="String") public static final String METADATA_ETAG- See Also:
-
METADATA_GENERATION
@Metadata(label="consumer", description="Is the generation number of the object for which you are retrieving information.", javaType="Long") public static final String METADATA_GENERATION- See Also:
-
METADATA_BLOB_ID
@Metadata(label="consumer", description="The blob id of the object", javaType="com.google.cloud.storage.BlobId") public static final String METADATA_BLOB_ID- See Also:
-
METADATA_KMS_KEY_NAME
@Metadata(label="consumer", description="The KMS key name", javaType="String") public static final String METADATA_KMS_KEY_NAME- See Also:
-
METADATA_MEDIA_LINK
@Metadata(label="consumer", description="The media link", javaType="String") public static final String METADATA_MEDIA_LINK- See Also:
-
METADATA_METAGENERATION
@Metadata(label="consumer", description="The metageneration of the object", javaType="Long") public static final String METADATA_METAGENERATION- See Also:
-
METADATA_STORAGE_CLASS
@Metadata(label="consumer", description="The storage class of the object", javaType="com.google.cloud.storage.StorageClass") public static final String METADATA_STORAGE_CLASS- See Also:
-
METADATA_CREATE_TIME
@Metadata(label="consumer", description="The creation time of the object", javaType="Long") public static final String METADATA_CREATE_TIME- See Also:
-
METADATA_LAST_UPDATE
@Metadata(label="consumer", description="The last update of the object", javaType="Date") public static final String METADATA_LAST_UPDATE- See Also:
-