public enum ServiceConstants.Values extends Enum<ServiceConstants.Values> implements ProtocolMessageEnum
A collection of constant values meaningful to the Storage API.
Protobuf enum google.storage.v2.ServiceConstants.Values
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
MAX_BUCKET_METADATA_TOTAL_SIZE_BYTES | The maximum total bytes that can be populated into all bucket metadata fields. 20 KiB. |
MAX_BUCKET_METADATA_TOTAL_SIZE_BYTES_VALUE | The maximum total bytes that can be populated into all bucket metadata fields. 20 KiB. |
MAX_CUSTOM_METADATA_FIELD_NAME_BYTES | The maximum length field name that can be sent in a single custom metadata field. 1 KiB. |
MAX_CUSTOM_METADATA_FIELD_NAME_BYTES_VALUE | The maximum length field name that can be sent in a single custom metadata field. 1 KiB. |
MAX_CUSTOM_METADATA_FIELD_VALUE_BYTES | The maximum length field value that can be sent in a single custom_metadata field. 4 KiB. |
MAX_CUSTOM_METADATA_FIELD_VALUE_BYTES_VALUE | The maximum length field value that can be sent in a single custom_metadata field. 4 KiB. |
MAX_CUSTOM_METADATA_TOTAL_SIZE_BYTES | The maximum total bytes that can be populated into all field names and values of the custom_metadata for one object. 8 KiB. |
MAX_CUSTOM_METADATA_TOTAL_SIZE_BYTES_VALUE | The maximum total bytes that can be populated into all field names and values of the custom_metadata for one object. 8 KiB. |
MAX_LABELS_ENTRIES_COUNT | The maximum number of key/value entries per bucket label. |
MAX_LABELS_ENTRIES_COUNT_VALUE | The maximum number of key/value entries per bucket label. |
MAX_LABELS_KEY_VALUE_BYTES | The maximum byte size of the key or value in a bucket label map. |
MAX_LABELS_KEY_VALUE_BYTES_VALUE | The maximum byte size of the key or value in a bucket label map. |
MAX_LABELS_KEY_VALUE_LENGTH | The maximum character length of the key or value in a bucket label map. |
MAX_LABELS_KEY_VALUE_LENGTH_VALUE | The maximum character length of the key or value in a bucket label map. |
MAX_LIFECYCLE_RULES_PER_BUCKET | The maximum number of LifecycleRules that can be registered for a given bucket. |
MAX_LIFECYCLE_RULES_PER_BUCKET_VALUE | The maximum number of LifecycleRules that can be registered for a given bucket. |
MAX_NOTIFICATION_CONFIGS_PER_BUCKET | The maximum number of NotificationConfigs that can be registered for a given bucket. |
MAX_NOTIFICATION_CONFIGS_PER_BUCKET_VALUE | The maximum number of NotificationConfigs that can be registered for a given bucket. |
MAX_NOTIFICATION_CUSTOM_ATTRIBUTES | The maximum number of custom attributes per NotificationConfigs. |
MAX_NOTIFICATION_CUSTOM_ATTRIBUTES_VALUE | The maximum number of custom attributes per NotificationConfigs. |
MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_KEY_LENGTH | The maximum length of a custom attribute key included in NotificationConfig. |
MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_KEY_LENGTH_VALUE | The maximum length of a custom attribute key included in NotificationConfig. |
MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_VALUE_LENGTH | The maximum length of a custom attribute value included in a NotificationConfig. |
|