- 2.47.0 (latest)
- 2.46.0
- 2.45.0
- 2.44.1
- 2.43.2
- 2.42.0
- 2.41.0
- 2.40.1
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.1
- 2.34.0
- 2.33.0
- 2.32.1
- 2.30.1
- 2.29.1
- 2.28.0
- 2.27.1
- 2.24.0
- 2.23.0
- 2.22.6
- 2.21.0
- 2.20.2
- 2.19.0
- 2.18.0
- 2.17.2
- 2.16.0
- 2.15.1
- 2.14.0
- 2.13.1
- 2.12.0
- 2.11.3
- 2.10.0
- 2.9.3
- 2.8.1
- 2.7.1
- 2.6.1
- 2.5.1
- 2.4.5
- 2.3.0
- 2.2.3
- 2.1.10
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. |
MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_VALUE_LENGTH_VALUE |
The maximum length of a custom attribute value included in a NotificationConfig. |
MAX_OBJECT_IDS_PER_DELETE_OBJECTS_REQUEST |
The maximum number of object IDs that can be included in a DeleteObjectsRequest. |
MAX_OBJECT_IDS_PER_DELETE_OBJECTS_REQUEST_VALUE |
The maximum number of object IDs that can be included in a DeleteObjectsRequest. |
MAX_OBJECT_SIZE_MB |
The maximum size of an object in MB - whether written in a single stream or composed from multiple other objects. 5 TiB. |
MAX_OBJECT_SIZE_MB_VALUE |
The maximum size of an object in MB - whether written in a single stream or composed from multiple other objects. 5 TiB. |
MAX_READ_CHUNK_BYTES |
The maximum size chunk that can will be returned in a single ReadRequest. 2 MiB. |
MAX_READ_CHUNK_BYTES_VALUE |
The maximum size chunk that can will be returned in a single ReadRequest. 2 MiB. |
MAX_WRITE_CHUNK_BYTES |
The maximum size chunk that can be sent in a single WriteObjectRequest. 2 MiB. |
MAX_WRITE_CHUNK_BYTES_VALUE |
The maximum size chunk that can be sent in a single WriteObjectRequest. 2 MiB. |
SPLIT_TOKEN_MAX_VALID_DAYS |
The maximum number of days for which a token returned by the GetListObjectsSplitPoints RPC is valid. |
SPLIT_TOKEN_MAX_VALID_DAYS_VALUE |
The maximum number of days for which a token returned by the GetListObjectsSplitPoints RPC is valid. |
UNRECOGNIZED |
|
VALUES_UNSPECIFIED |
Unused. Proto3 requires first enum to be 0. |
VALUES_UNSPECIFIED_VALUE |
Unused. Proto3 requires first enum to be 0. |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |