public interface RolloutWaveDetailsOrchestratedWaveDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsLocationStatus(String key)
public abstract boolean containsLocationStatus(String key)Output only. Status of each location in the wave. Map keys (locations) must be specified like "us-east1" or "asia-west1-a".
map<string, .google.cloud.compute.v1.RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus> location_status = 19007420;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCompletedResourcesCount()
public abstract long getCompletedResourcesCount()Output only. Resource completed so far.
optional int64 completed_resources_count = 208328833;
| Returns | |
|---|---|
| Type | Description |
long |
The completedResourcesCount. |
getEstimatedCompletionTime()
public abstract String getEstimatedCompletionTime()Output only. Estimated timestamp at which the wave will complete. Extrapolated from current progress.
optional string estimated_completion_time = 102305613;
| Returns | |
|---|---|
| Type | Description |
String |
The estimatedCompletionTime. |
getEstimatedCompletionTimeBytes()
public abstract ByteString getEstimatedCompletionTimeBytes()Output only. Estimated timestamp at which the wave will complete. Extrapolated from current progress.
optional string estimated_completion_time = 102305613;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for estimatedCompletionTime. |
getEstimatedTotalResourcesCount()
public abstract long getEstimatedTotalResourcesCount()Output only. Estimated total count of resources.
optional int64 estimated_total_resources_count = 457594807;
| Returns | |
|---|---|
| Type | Description |
long |
The estimatedTotalResourcesCount. |
getFailedLocations(int index)
public abstract String getFailedLocations(int index)Output only. Locations that failed during orchestration, and ProgressiveRollout stopped retrying. There may be some successful resources rolled out in the wave as the location may have failed later in the Rollout.
repeated string failed_locations = 30506460;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The failedLocations at the given index. |
getFailedLocationsBytes(int index)
public abstract ByteString getFailedLocationsBytes(int index)Output only. Locations that failed during orchestration, and ProgressiveRollout stopped retrying. There may be some successful resources rolled out in the wave as the location may have failed later in the Rollout.
repeated string failed_locations = 30506460;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the failedLocations at the given index. |
getFailedLocationsCount()
public abstract int getFailedLocationsCount()Output only. Locations that failed during orchestration, and ProgressiveRollout stopped retrying. There may be some successful resources rolled out in the wave as the location may have failed later in the Rollout.
repeated string failed_locations = 30506460;
| Returns | |
|---|---|
| Type | Description |
int |
The count of failedLocations. |
getFailedLocationsList()
public abstract List<String> getFailedLocationsList()Output only. Locations that failed during orchestration, and ProgressiveRollout stopped retrying. There may be some successful resources rolled out in the wave as the location may have failed later in the Rollout.
repeated string failed_locations = 30506460;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the failedLocations. |
getFailedResourcesCount()
public abstract long getFailedResourcesCount()Output only. Resources failed.
optional int64 failed_resources_count = 391795315;
| Returns | |
|---|---|
| Type | Description |
long |
The failedResourcesCount. |
getLocationStatus() (deprecated)
public abstract Map<String,RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus> getLocationStatus()Use #getLocationStatusMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus> |
|
getLocationStatusCount()
public abstract int getLocationStatusCount()Output only. Status of each location in the wave. Map keys (locations) must be specified like "us-east1" or "asia-west1-a".
map<string, .google.cloud.compute.v1.RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus> location_status = 19007420;
| Returns | |
|---|---|
| Type | Description |
int |
|
getLocationStatusMap()
public abstract Map<String,RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus> getLocationStatusMap()Output only. Status of each location in the wave. Map keys (locations) must be specified like "us-east1" or "asia-west1-a".
map<string, .google.cloud.compute.v1.RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus> location_status = 19007420;
| Returns | |
|---|---|
| Type | Description |
Map<String,RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus> |
|
getLocationStatusOrDefault(String key, RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus defaultValue)
public abstract RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus getLocationStatusOrDefault(String key, RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus defaultValue)Output only. Status of each location in the wave. Map keys (locations) must be specified like "us-east1" or "asia-west1-a".
map<string, .google.cloud.compute.v1.RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus> location_status = 19007420;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus |
| Returns | |
|---|---|
| Type | Description |
RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus |
|
getLocationStatusOrThrow(String key)
public abstract RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus getLocationStatusOrThrow(String key)Output only. Status of each location in the wave. Map keys (locations) must be specified like "us-east1" or "asia-west1-a".
map<string, .google.cloud.compute.v1.RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus> location_status = 19007420;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus |
|
hasCompletedResourcesCount()
public abstract boolean hasCompletedResourcesCount()Output only. Resource completed so far.
optional int64 completed_resources_count = 208328833;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the completedResourcesCount field is set. |
hasEstimatedCompletionTime()
public abstract boolean hasEstimatedCompletionTime()Output only. Estimated timestamp at which the wave will complete. Extrapolated from current progress.
optional string estimated_completion_time = 102305613;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the estimatedCompletionTime field is set. |
hasEstimatedTotalResourcesCount()
public abstract boolean hasEstimatedTotalResourcesCount()Output only. Estimated total count of resources.
optional int64 estimated_total_resources_count = 457594807;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the estimatedTotalResourcesCount field is set. |
hasFailedResourcesCount()
public abstract boolean hasFailedResourcesCount()Output only. Resources failed.
optional int64 failed_resources_count = 391795315;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the failedResourcesCount field is set. |