Class RolloutRolloutEntity.Builder (1.105.0)

public static final class RolloutRolloutEntity.Builder extends GeneratedMessage.Builder<RolloutRolloutEntity.Builder> implements RolloutRolloutEntityOrBuilder

Specifications of the resource to roll out.

Protobuf type google.cloud.compute.v1.RolloutRolloutEntity

Static Methods

getDescriptor()

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

Methods

build()

public RolloutRolloutEntity build()
Returns
Type Description
RolloutRolloutEntity

buildPartial()

public RolloutRolloutEntity buildPartial()
Returns
Type Description
RolloutRolloutEntity

clear()

public RolloutRolloutEntity.Builder clear()
Returns
Type Description
RolloutRolloutEntity.Builder
Overrides

clearOrchestratedEntity()

public RolloutRolloutEntity.Builder clearOrchestratedEntity()

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

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

Returns
Type Description
RolloutRolloutEntity.Builder

getDefaultInstanceForType()

public RolloutRolloutEntity getDefaultInstanceForType()
Returns
Type Description
RolloutRolloutEntity

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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.

getOrchestratedEntityBuilder()

public RolloutRolloutEntityOrchestratedEntity.Builder getOrchestratedEntityBuilder()

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

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

Returns
Type Description
RolloutRolloutEntityOrchestratedEntity.Builder

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

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.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(RolloutRolloutEntity other)

public RolloutRolloutEntity.Builder mergeFrom(RolloutRolloutEntity other)
Parameter
Name Description
other RolloutRolloutEntity
Returns
Type Description
RolloutRolloutEntity.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public RolloutRolloutEntity.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RolloutRolloutEntity.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public RolloutRolloutEntity.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
RolloutRolloutEntity.Builder
Overrides

mergeOrchestratedEntity(RolloutRolloutEntityOrchestratedEntity value)

public RolloutRolloutEntity.Builder mergeOrchestratedEntity(RolloutRolloutEntityOrchestratedEntity value)

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

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

Parameter
Name Description
value RolloutRolloutEntityOrchestratedEntity
Returns
Type Description
RolloutRolloutEntity.Builder

setOrchestratedEntity(RolloutRolloutEntityOrchestratedEntity value)

public RolloutRolloutEntity.Builder setOrchestratedEntity(RolloutRolloutEntityOrchestratedEntity value)

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

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

Parameter
Name Description
value RolloutRolloutEntityOrchestratedEntity
Returns
Type Description
RolloutRolloutEntity.Builder

setOrchestratedEntity(RolloutRolloutEntityOrchestratedEntity.Builder builderForValue)

public RolloutRolloutEntity.Builder setOrchestratedEntity(RolloutRolloutEntityOrchestratedEntity.Builder builderForValue)

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

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

Parameter
Name Description
builderForValue RolloutRolloutEntityOrchestratedEntity.Builder
Returns
Type Description
RolloutRolloutEntity.Builder