Class RolloutRolloutEntity (1.105.0)

public final class RolloutRolloutEntity extends GeneratedMessage implements RolloutRolloutEntityOrBuilder

Specifications of the resource to roll out.

Protobuf type google.cloud.compute.v1.RolloutRolloutEntity

Static Fields

ORCHESTRATED_ENTITY_FIELD_NUMBER

public static final int ORCHESTRATED_ENTITY_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static RolloutRolloutEntity getDefaultInstance()
Returns
Type Description
RolloutRolloutEntity

getDescriptor()

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

newBuilder()

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

newBuilder(RolloutRolloutEntity prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public RolloutRolloutEntity getDefaultInstanceForType()
Returns
Type Description
RolloutRolloutEntity

getOrchestratedEntity()

public RolloutRolloutEntityOrchestratedEntity getOrchestratedEntity()

Optional. Entity details for products using the Orchestrated Integration model.

optional .google.cloud.compute.v1.RolloutRolloutEntityOrchestratedEntity orchestrated_entity = 409556732;

Returns
Type Description
RolloutRolloutEntityOrchestratedEntity

The orchestratedEntity.

getOrchestratedEntityOrBuilder()

public RolloutRolloutEntityOrchestratedEntityOrBuilder getOrchestratedEntityOrBuilder()

Optional. Entity details for products using the Orchestrated Integration model.

optional .google.cloud.compute.v1.RolloutRolloutEntityOrchestratedEntity orchestrated_entity = 409556732;

Returns
Type Description
RolloutRolloutEntityOrchestratedEntityOrBuilder

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasOrchestratedEntity()

public boolean hasOrchestratedEntity()

Optional. Entity details for products using the Orchestrated Integration model.

optional .google.cloud.compute.v1.RolloutRolloutEntityOrchestratedEntity orchestrated_entity = 409556732;

Returns
Type Description
boolean

Whether the orchestratedEntity field is set.

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 RolloutRolloutEntity.Builder newBuilderForType()
Returns
Type Description
RolloutRolloutEntity.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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