Class Bucket.CustomPlacementConfig (2.37.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
Type Description
int

Static Methods

getDefaultInstance()

public static Bucket.CustomPlacementConfig getDefaultInstance()
Returns
Type Description
Bucket.CustomPlacementConfig

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Bucket.CustomPlacementConfig.Builder newBuilder()
Returns
Type Description
Bucket.CustomPlacementConfig.Builder

newBuilder(Bucket.CustomPlacementConfig prototype)

public static Bucket.CustomPlacementConfig.Builder newBuilder(Bucket.CustomPlacementConfig prototype)
Parameter
Name Description
prototype Bucket.CustomPlacementConfig
Returns
Type Description
Bucket.CustomPlacementConfig.Builder

parseDelimitedFrom(InputStream input)

public static Bucket.CustomPlacementConfig parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Bucket.CustomPlacementConfig
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Bucket.CustomPlacementConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Bucket.CustomPlacementConfig
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Bucket.CustomPlacementConfig parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Bucket.CustomPlacementConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Bucket.CustomPlacementConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Bucket.CustomPlacementConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Bucket.CustomPlacementConfig parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Bucket.CustomPlacementConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Bucket.CustomPlacementConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Bucket.CustomPlacementConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Bucket.CustomPlacementConfig parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Bucket.CustomPlacementConfig
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Bucket.CustomPlacementConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Bucket.CustomPlacementConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Bucket.CustomPlacementConfig parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Bucket.CustomPlacementConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Bucket.CustomPlacementConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Bucket.CustomPlacementConfig
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Bucket.CustomPlacementConfig parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Bucket.CustomPlacementConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Bucket.CustomPlacementConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Bucket.CustomPlacementConfig
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Bucket.CustomPlacementConfig> parser()
Returns
Type Description
Parser<CustomPlacementConfig>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDataLocations(int index)

public String getDataLocations(int index)

List of locations to use for data placement.

repeated string data_locations = 1;

Parameter
Name Description
index int

The index of the element to return.

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

Parameter
Name Description
index int

The index of the value to return.

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

Returns
Type Description
int

The count of dataLocations.

getDataLocationsList()

public ProtocolStringList getDataLocationsList()

List of locations to use for data placement.

repeated string data_locations = 1;

Returns
Type Description
ProtocolStringList

A list containing the dataLocations.

getDefaultInstanceForType()

public Bucket.CustomPlacementConfig getDefaultInstanceForType()
Returns
Type Description
Bucket.CustomPlacementConfig

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Bucket.CustomPlacementConfig.Builder newBuilderForType()
Returns
Type Description
Bucket.CustomPlacementConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Bucket.CustomPlacementConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Bucket.CustomPlacementConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Bucket.CustomPlacementConfig.Builder toBuilder()
Returns
Type Description
Bucket.CustomPlacementConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException