public interface RolloutRolloutEntityOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getOrchestratedEntity()
public abstract 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 abstract 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 abstract 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. |