Package | Description |
---|---|
com.google.storage.v2 |
A client to Cloud Storage API
|
Modifier and Type | Method and Description |
---|---|
Bucket.CustomPlacementConfig |
Bucket.CustomPlacementConfig.Builder.build() |
Bucket.CustomPlacementConfig |
Bucket.CustomPlacementConfig.Builder.buildPartial() |
Bucket.CustomPlacementConfig |
Bucket.getCustomPlacementConfig()
Configuration that, if present, specifies the data placement for a
[https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
|
Bucket.CustomPlacementConfig |
Bucket.Builder.getCustomPlacementConfig()
Configuration that, if present, specifies the data placement for a
[https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
|
Bucket.CustomPlacementConfig |
BucketOrBuilder.getCustomPlacementConfig()
Configuration that, if present, specifies the data placement for a
[https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
|
static Bucket.CustomPlacementConfig |
Bucket.CustomPlacementConfig.getDefaultInstance() |
Bucket.CustomPlacementConfig |
Bucket.CustomPlacementConfig.getDefaultInstanceForType() |
Bucket.CustomPlacementConfig |
Bucket.CustomPlacementConfig.Builder.getDefaultInstanceForType() |
static Bucket.CustomPlacementConfig |
Bucket.CustomPlacementConfig.parseDelimitedFrom(InputStream input) |
static Bucket.CustomPlacementConfig |
Bucket.CustomPlacementConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Bucket.CustomPlacementConfig |
Bucket.CustomPlacementConfig.parseFrom(byte[] data) |
static Bucket.CustomPlacementConfig |
Bucket.CustomPlacementConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Bucket.CustomPlacementConfig |
Bucket.CustomPlacementConfig.parseFrom(ByteBuffer data) |
static Bucket.CustomPlacementConfig |
Bucket.CustomPlacementConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Bucket.CustomPlacementConfig |
Bucket.CustomPlacementConfig.parseFrom(com.google.protobuf.ByteString data) |
static Bucket.CustomPlacementConfig |
Bucket.CustomPlacementConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Bucket.CustomPlacementConfig |
Bucket.CustomPlacementConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static Bucket.CustomPlacementConfig |
Bucket.CustomPlacementConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Bucket.CustomPlacementConfig |
Bucket.CustomPlacementConfig.parseFrom(InputStream input) |
static Bucket.CustomPlacementConfig |
Bucket.CustomPlacementConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Bucket.CustomPlacementConfig> |
Bucket.CustomPlacementConfig.getParserForType() |
static com.google.protobuf.Parser<Bucket.CustomPlacementConfig> |
Bucket.CustomPlacementConfig.parser() |
Modifier and Type | Method and Description |
---|---|
Bucket.Builder |
Bucket.Builder.mergeCustomPlacementConfig(Bucket.CustomPlacementConfig value)
Configuration that, if present, specifies the data placement for a
[https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
|
Bucket.CustomPlacementConfig.Builder |
Bucket.CustomPlacementConfig.Builder.mergeFrom(Bucket.CustomPlacementConfig other) |
static Bucket.CustomPlacementConfig.Builder |
Bucket.CustomPlacementConfig.newBuilder(Bucket.CustomPlacementConfig prototype) |
Bucket.Builder |
Bucket.Builder.setCustomPlacementConfig(Bucket.CustomPlacementConfig value)
Configuration that, if present, specifies the data placement for a
[https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
|
Copyright © 2023 Google LLC. All rights reserved.