Class StorageLayout.CustomPlacementConfig (2.36.1)

public static final class StorageLayout.CustomPlacementConfig extends GeneratedMessageV3 implements StorageLayout.CustomPlacementConfigOrBuilder

Configuration for Custom Dual Regions. It should specify precisely two eligible regions within the same Multiregion. More information on regions may be found https://cloud.google.com/storage/docs/locations.

Protobuf type google.storage.control.v2.StorageLayout.CustomPlacementConfig

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > StorageLayout.CustomPlacementConfig

Static Fields

DATA_LOCATIONS_FIELD_NUMBER

public static final int DATA_LOCATIONS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static StorageLayout.CustomPlacementConfig getDefaultInstance()
Returns
TypeDescription
StorageLayout.CustomPlacementConfig

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static StorageLayout.CustomPlacementConfig.Builder newBuilder()
Returns
TypeDescription
StorageLayout.CustomPlacementConfig.Builder

newBuilder(StorageLayout.CustomPlacementConfig prototype)

public static StorageLayout.CustomPlacementConfig.Builder newBuilder(StorageLayout.CustomPlacementConfig prototype)
Parameter
NameDescription
prototypeStorageLayout.CustomPlacementConfig
Returns
TypeDescription
StorageLayout.CustomPlacementConfig.Builder

parseDelimitedFrom(InputStream input)

public static StorageLayout.CustomPlacementConfig parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
StorageLayout.CustomPlacementConfig
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static StorageLayout.CustomPlacementConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StorageLayout.CustomPlacementConfig
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static StorageLayout.CustomPlacementConfig parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
StorageLayout.CustomPlacementConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static StorageLayout.CustomPlacementConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StorageLayout.CustomPlacementConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static StorageLayout.CustomPlacementConfig parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
StorageLayout.CustomPlacementConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static StorageLayout.CustomPlacementConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StorageLayout.CustomPlacementConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static StorageLayout.CustomPlacementConfig parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
StorageLayout.CustomPlacementConfig
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static StorageLayout.CustomPlacementConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StorageLayout.CustomPlacementConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static StorageLayout.CustomPlacementConfig parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
StorageLayout.CustomPlacementConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static StorageLayout.CustomPlacementConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StorageLayout.CustomPlacementConfig
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static StorageLayout.CustomPlacementConfig parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
StorageLayout.CustomPlacementConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static StorageLayout.CustomPlacementConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StorageLayout.CustomPlacementConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<StorageLayout.CustomPlacementConfig> parser()
Returns
TypeDescription
Parser<CustomPlacementConfig>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDataLocations(int index)

public String getDataLocations(int index)

List of locations to use for data placement.

repeated string data_locations = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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;

Returns
TypeDescription
int

The count of dataLocations.

getDataLocationsList()

public ProtocolStringList getDataLocationsList()

List of locations to use for data placement.

repeated string data_locations = 1;

Returns
TypeDescription
ProtocolStringList

A list containing the dataLocations.

getDefaultInstanceForType()

public StorageLayout.CustomPlacementConfig getDefaultInstanceForType()
Returns
TypeDescription
StorageLayout.CustomPlacementConfig

getParserForType()

public Parser<StorageLayout.CustomPlacementConfig> getParserForType()
Returns
TypeDescription
Parser<CustomPlacementConfig>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public StorageLayout.CustomPlacementConfig.Builder newBuilderForType()
Returns
TypeDescription
StorageLayout.CustomPlacementConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected StorageLayout.CustomPlacementConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
StorageLayout.CustomPlacementConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public StorageLayout.CustomPlacementConfig.Builder toBuilder()
Returns
TypeDescription
StorageLayout.CustomPlacementConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException