public static final class Bucket.CustomPlacementConfig extends GeneratedMessageV3 implements Bucket.CustomPlacementConfigOrBuilder
Configuration for Custom Dual Regions. It should specify precisely two eligible regions within the same Multiregion.
Protobuf type google.storage.v2.Bucket.CustomPlacementConfig
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Bucket.CustomPlacementConfigImplements
Bucket.CustomPlacementConfigOrBuilderStatic Fields
DATA_LOCATIONS_FIELD_NUMBER
public static final int DATA_LOCATIONS_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Bucket.CustomPlacementConfig getDefaultInstance()
Type | Description |
Bucket.CustomPlacementConfig |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Bucket.CustomPlacementConfig.Builder newBuilder()
Type | Description |
Bucket.CustomPlacementConfig.Builder |
newBuilder(Bucket.CustomPlacementConfig prototype)
public static Bucket.CustomPlacementConfig.Builder newBuilder(Bucket.CustomPlacementConfig prototype)
Name | Description |
prototype | Bucket.CustomPlacementConfig |
Type | Description |
Bucket.CustomPlacementConfig.Builder |
parseDelimitedFrom(InputStream input)
public static Bucket.CustomPlacementConfig parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Bucket.CustomPlacementConfig |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Bucket.CustomPlacementConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Bucket.CustomPlacementConfig |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Bucket.CustomPlacementConfig parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Bucket.CustomPlacementConfig |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Bucket.CustomPlacementConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Bucket.CustomPlacementConfig |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Bucket.CustomPlacementConfig parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
Bucket.CustomPlacementConfig |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Bucket.CustomPlacementConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Bucket.CustomPlacementConfig |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Bucket.CustomPlacementConfig parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
Bucket.CustomPlacementConfig |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Bucket.CustomPlacementConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Bucket.CustomPlacementConfig |
Type | Description |
IOException |
parseFrom(InputStream input)
public static Bucket.CustomPlacementConfig parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Bucket.CustomPlacementConfig |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Bucket.CustomPlacementConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Bucket.CustomPlacementConfig |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Bucket.CustomPlacementConfig parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
Bucket.CustomPlacementConfig |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Bucket.CustomPlacementConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Bucket.CustomPlacementConfig |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Bucket.CustomPlacementConfig> parser()
Type | Description |
Parser<CustomPlacementConfig> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDataLocations(int index)
public String getDataLocations(int index)
List of locations to use for data placement.
repeated string data_locations = 1;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The dataLocations at the given index. |
getDataLocationsBytes(int index)
public ByteString getDataLocationsBytes(int index)
List of locations to use for data placement.
repeated string data_locations = 1;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the dataLocations at the given index. |
getDataLocationsCount()
public int getDataLocationsCount()
List of locations to use for data placement.
repeated string data_locations = 1;
Type | Description |
int | The count of dataLocations. |
getDataLocationsList()
public ProtocolStringList getDataLocationsList()
List of locations to use for data placement.
repeated string data_locations = 1;
Type | Description |
ProtocolStringList | A list containing the dataLocations. |
getDefaultInstanceForType()
public Bucket.CustomPlacementConfig getDefaultInstanceForType()
Type | Description |
Bucket.CustomPlacementConfig |
getParserForType()
public Parser<Bucket.CustomPlacementConfig> getParserForType()
Type | Description |
Parser<CustomPlacementConfig> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public Bucket.CustomPlacementConfig.Builder newBuilderForType()
Type | Description |
Bucket.CustomPlacementConfig.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Bucket.CustomPlacementConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
Bucket.CustomPlacementConfig.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public Bucket.CustomPlacementConfig.Builder toBuilder()
Type | Description |
Bucket.CustomPlacementConfig.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |