public interface RolloutWaveDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getOrchestratedWaveDetails()
public abstract RolloutWaveDetailsOrchestratedWaveDetails getOrchestratedWaveDetails()Output only. Additional details of the wave for products using the Orchestrated Integration model.
optional .google.cloud.compute.v1.RolloutWaveDetailsOrchestratedWaveDetails orchestrated_wave_details = 421732181;
| Returns | |
|---|---|
| Type | Description |
RolloutWaveDetailsOrchestratedWaveDetails |
The orchestratedWaveDetails. |
getOrchestratedWaveDetailsOrBuilder()
public abstract RolloutWaveDetailsOrchestratedWaveDetailsOrBuilder getOrchestratedWaveDetailsOrBuilder()Output only. Additional details of the wave for products using the Orchestrated Integration model.
optional .google.cloud.compute.v1.RolloutWaveDetailsOrchestratedWaveDetails orchestrated_wave_details = 421732181;
| Returns | |
|---|---|
| Type | Description |
RolloutWaveDetailsOrchestratedWaveDetailsOrBuilder |
|
getWaveDisplayName()
public abstract String getWaveDisplayName()Output only. Wave name. Ex. wave1
optional string wave_display_name = 29521774;
| Returns | |
|---|---|
| Type | Description |
String |
The waveDisplayName. |
getWaveDisplayNameBytes()
public abstract ByteString getWaveDisplayNameBytes()Output only. Wave name. Ex. wave1
optional string wave_display_name = 29521774;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for waveDisplayName. |
getWaveNumber()
public abstract long getWaveNumber()Output only. System generated number for the wave.
optional int64 wave_number = 491629391;
| Returns | |
|---|---|
| Type | Description |
long |
The waveNumber. |
hasOrchestratedWaveDetails()
public abstract boolean hasOrchestratedWaveDetails()Output only. Additional details of the wave for products using the Orchestrated Integration model.
optional .google.cloud.compute.v1.RolloutWaveDetailsOrchestratedWaveDetails orchestrated_wave_details = 421732181;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the orchestratedWaveDetails field is set. |
hasWaveDisplayName()
public abstract boolean hasWaveDisplayName()Output only. Wave name. Ex. wave1
optional string wave_display_name = 29521774;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the waveDisplayName field is set. |
hasWaveNumber()
public abstract boolean hasWaveNumber()Output only. System generated number for the wave.
optional int64 wave_number = 491629391;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the waveNumber field is set. |