Class Bucket.CustomPlacementConfig (2.19.0)

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. More information on regions may be found https://cloud.google.com/storage/docs/locations.

Protobuf type google.storage.v2.Bucket.CustomPlacementConfig

Static Fields

DATA_LOCATIONS_FIELD_NUMBER

public static final int DATA_LOCATIONS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

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

getDescriptor()

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

newBuilder()

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

newBuilder(Bucket.CustomPlacementConfig prototype)

public static Bucket.CustomPlacementConfig.Builder newBuilder(Bucket.CustomPlacementConfig prototype)
Parameter
NameDescription
prototypeBucket.CustomPlacementConfig
Returns
TypeDescription
Bucket.CustomPlacementConfig.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<Bucket.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 Bucket.CustomPlacementConfig getDefaultInstanceForType()
Returns
TypeDescription
Bucket.CustomPlacementConfig

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
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 Bucket.CustomPlacementConfig.Builder newBuilderForType()
Returns
TypeDescription
Bucket.CustomPlacementConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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