Class GoogleCloudStorageConstants
- java.lang.Object
-
- org.apache.camel.component.google.storage.GoogleCloudStorageConstants
-
public final class GoogleCloudStorageConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringBUCKET_NAMEstatic StringCACHE_CONTROLstatic StringCONTENT_DISPOSITIONstatic StringCONTENT_ENCODINGstatic StringCONTENT_LENGTHstatic StringCONTENT_MD5static StringCONTENT_TYPEstatic StringDESTINATION_BUCKET_NAMEstatic StringDESTINATION_OBJECT_NAMEstatic StringDOWNLOAD_LINK_EXPIRATION_TIMEstatic StringFILE_NAMEstatic StringMETADATA_BLOB_IDstatic StringMETADATA_COMPONENT_COUNTstatic StringMETADATA_CONTENT_LANGUAGEstatic StringMETADATA_CRC32C_HEXstatic StringMETADATA_CREATE_TIMEstatic StringMETADATA_CUSTOM_TIMEstatic StringMETADATA_ETAGstatic StringMETADATA_GENERATIONstatic StringMETADATA_KMS_KEY_NAMEstatic StringMETADATA_LAST_UPDATEstatic StringMETADATA_MEDIA_LINKstatic StringMETADATA_METAGENERATIONstatic StringMETADATA_STORAGE_CLASSstatic StringOBJECT_NAMEstatic StringOPERATION
-
-
-
Field Detail
-
OPERATION
@Metadata(label="producer", description="The operation to perform.", javaType="org.apache.camel.component.google.storage.GoogleCloudStorageOperations") public static final String OPERATION- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
CONTENT_LENGTH
@Metadata(description="The content length of this object.", javaType="Long") public static final String CONTENT_LENGTH- See Also:
- Constant Field Values
-
CONTENT_TYPE
@Metadata(description="The content type of this object.", javaType="String") public static final String CONTENT_TYPE- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
CONTENT_DISPOSITION
@Metadata(description="The content disposition of this object.", javaType="String") public static final String CONTENT_DISPOSITION- See Also:
- Constant Field Values
-
CONTENT_ENCODING
@Metadata(description="The content encoding of this object.", javaType="String") public static final String CONTENT_ENCODING- See Also:
- Constant Field Values
-
CONTENT_MD5
@Metadata(description="The md5 checksum of this object.", javaType="String") public static final String CONTENT_MD5- See Also:
- Constant Field Values
-
FILE_NAME
@Metadata(label="consumer", description="The name of the blob", javaType="String") public static final String FILE_NAME- See Also:
- Constant Field Values
-
METADATA_COMPONENT_COUNT
@Metadata(label="consumer", description="The component count of this object", javaType="Integer") public static final String METADATA_COMPONENT_COUNT- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
METADATA_CRC32C_HEX
@Metadata(label="consumer", description="The CRC32c of the object", javaType="String") public static final String METADATA_CRC32C_HEX- See Also:
- Constant Field Values
-
METADATA_ETAG
@Metadata(description="The ETag for the Object.", javaType="String") public static final String METADATA_ETAG- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
METADATA_KMS_KEY_NAME
@Metadata(label="consumer", description="The KMS key name", javaType="String") public static final String METADATA_KMS_KEY_NAME- See Also:
- Constant Field Values
-
METADATA_MEDIA_LINK
@Metadata(label="consumer", description="The media link", javaType="String") public static final String METADATA_MEDIA_LINK- See Also:
- Constant Field Values
-
METADATA_METAGENERATION
@Metadata(label="consumer", description="The metageneration of the object", javaType="Long") public static final String METADATA_METAGENERATION- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
METADATA_CREATE_TIME
@Metadata(label="consumer", description="The creation time of the object", javaType="Long") public static final String METADATA_CREATE_TIME- See Also:
- Constant Field Values
-
METADATA_LAST_UPDATE
@Metadata(label="consumer", description="The last update of the object", javaType="Date") public static final String METADATA_LAST_UPDATE- See Also:
- Constant Field Values
-
-