Package | Description |
---|---|
com.google.storage.v2 |
A client to Cloud Storage API
|
Modifier and Type | Field and Description |
---|---|
static ServiceConstants.Values |
ServiceConstants.Values.MAX_LIFECYCLE_RULES_PER_BUCKET
The maximum number of LifecycleRules that can be registered for a given
bucket.
|
static ServiceConstants.Values |
ServiceConstants.Values.MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_VALUE_LENGTH
The maximum length of a custom attribute value included in a
NotificationConfig.
|
static ServiceConstants.Values |
ServiceConstants.Values.MAX_WRITE_CHUNK_BYTES
The maximum size chunk that can be sent in a single WriteObjectRequest.
|
Modifier and Type | Method and Description |
---|---|
static ServiceConstants.Values |
ServiceConstants.Values.forNumber(int value) |
static ServiceConstants.Values |
ServiceConstants.Values.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ServiceConstants.Values |
ServiceConstants.Values.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ServiceConstants.Values |
ServiceConstants.Values.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceConstants.Values[] |
ServiceConstants.Values.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<ServiceConstants.Values> |
ServiceConstants.Values.internalGetValueMap() |
Copyright © 2023 Google LLC. All rights reserved.