Class RolloutPlanWaveSelectorLocationSelector (1.105.0)

public final class RolloutPlanWaveSelectorLocationSelector extends GeneratedMessage implements RolloutPlanWaveSelectorLocationSelectorOrBuilder

Roll out to resources by location.

Protobuf type google.cloud.compute.v1.RolloutPlanWaveSelectorLocationSelector

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > RolloutPlanWaveSelectorLocationSelector

Static Fields

INCLUDED_LOCATIONS_FIELD_NUMBER

public static final int INCLUDED_LOCATIONS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static RolloutPlanWaveSelectorLocationSelector getDefaultInstance()
Returns
Type Description
RolloutPlanWaveSelectorLocationSelector

getDescriptor()

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

newBuilder()

public static RolloutPlanWaveSelectorLocationSelector.Builder newBuilder()
Returns
Type Description
RolloutPlanWaveSelectorLocationSelector.Builder

newBuilder(RolloutPlanWaveSelectorLocationSelector prototype)

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

parseDelimitedFrom(InputStream input)

public static RolloutPlanWaveSelectorLocationSelector parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RolloutPlanWaveSelectorLocationSelector
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static RolloutPlanWaveSelectorLocationSelector parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
RolloutPlanWaveSelectorLocationSelector
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static RolloutPlanWaveSelectorLocationSelector parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
RolloutPlanWaveSelectorLocationSelector
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static RolloutPlanWaveSelectorLocationSelector parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RolloutPlanWaveSelectorLocationSelector
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static RolloutPlanWaveSelectorLocationSelector parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
RolloutPlanWaveSelectorLocationSelector
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<RolloutPlanWaveSelectorLocationSelector> parser()
Returns
Type Description
Parser<RolloutPlanWaveSelectorLocationSelector>

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public RolloutPlanWaveSelectorLocationSelector getDefaultInstanceForType()
Returns
Type Description
RolloutPlanWaveSelectorLocationSelector

getIncludedLocations(int index)

public String getIncludedLocations(int index)

Optional. Example: "us-central1-a"

repeated string included_locations = 78239643;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The includedLocations at the given index.

getIncludedLocationsBytes(int index)

public ByteString getIncludedLocationsBytes(int index)

Optional. Example: "us-central1-a"

repeated string included_locations = 78239643;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the includedLocations at the given index.

getIncludedLocationsCount()

public int getIncludedLocationsCount()

Optional. Example: "us-central1-a"

repeated string included_locations = 78239643;

Returns
Type Description
int

The count of includedLocations.

getIncludedLocationsList()

public ProtocolStringList getIncludedLocationsList()

Optional. Example: "us-central1-a"

repeated string included_locations = 78239643;

Returns
Type Description
ProtocolStringList

A list containing the includedLocations.

getParserForType()

public Parser<RolloutPlanWaveSelectorLocationSelector> getParserForType()
Returns
Type Description
Parser<RolloutPlanWaveSelectorLocationSelector>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public RolloutPlanWaveSelectorLocationSelector.Builder newBuilderForType()
Returns
Type Description
RolloutPlanWaveSelectorLocationSelector.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected RolloutPlanWaveSelectorLocationSelector.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
RolloutPlanWaveSelectorLocationSelector.Builder
Overrides

toBuilder()

public RolloutPlanWaveSelectorLocationSelector.Builder toBuilder()
Returns
Type Description
RolloutPlanWaveSelectorLocationSelector.Builder

writeTo(CodedOutputStream output)

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