public final class RolloutWaveDetailsOrchestratedWaveDetails extends GeneratedMessage implements RolloutWaveDetailsOrchestratedWaveDetailsOrBuilder
Details of the wave for products using the Orchestrated integration
model.
Protobuf type google.cloud.compute.v1.RolloutWaveDetailsOrchestratedWaveDetails
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
COMPLETED_RESOURCES_COUNT_FIELD_NUMBER
public static final int COMPLETED_RESOURCES_COUNT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
ESTIMATED_COMPLETION_TIME_FIELD_NUMBER
public static final int ESTIMATED_COMPLETION_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
ESTIMATED_TOTAL_RESOURCES_COUNT_FIELD_NUMBER
public static final int ESTIMATED_TOTAL_RESOURCES_COUNT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
FAILED_LOCATIONS_FIELD_NUMBER
public static final int FAILED_LOCATIONS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
FAILED_RESOURCES_COUNT_FIELD_NUMBER
public static final int FAILED_RESOURCES_COUNT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
LOCATION_STATUS_FIELD_NUMBER
public static final int LOCATION_STATUS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static RolloutWaveDetailsOrchestratedWaveDetails getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static RolloutWaveDetailsOrchestratedWaveDetails.Builder newBuilder()
newBuilder(RolloutWaveDetailsOrchestratedWaveDetails prototype)
public static RolloutWaveDetailsOrchestratedWaveDetails.Builder newBuilder(RolloutWaveDetailsOrchestratedWaveDetails prototype)
public static RolloutWaveDetailsOrchestratedWaveDetails parseDelimitedFrom(InputStream input)
public static RolloutWaveDetailsOrchestratedWaveDetails parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static RolloutWaveDetailsOrchestratedWaveDetails parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RolloutWaveDetailsOrchestratedWaveDetails parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static RolloutWaveDetailsOrchestratedWaveDetails parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RolloutWaveDetailsOrchestratedWaveDetails parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RolloutWaveDetailsOrchestratedWaveDetails parseFrom(CodedInputStream input)
public static RolloutWaveDetailsOrchestratedWaveDetails parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static RolloutWaveDetailsOrchestratedWaveDetails parseFrom(InputStream input)
public static RolloutWaveDetailsOrchestratedWaveDetails parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static RolloutWaveDetailsOrchestratedWaveDetails parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RolloutWaveDetailsOrchestratedWaveDetails parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<RolloutWaveDetailsOrchestratedWaveDetails> parser()
Methods
containsLocationStatus(String key)
public 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
|
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getCompletedResourcesCount()
public long getCompletedResourcesCount()
Output only. Resource completed so far.
optional int64 completed_resources_count = 208328833;
| Returns |
| Type |
Description |
long |
The completedResourcesCount.
|
getDefaultInstanceForType()
public RolloutWaveDetailsOrchestratedWaveDetails getDefaultInstanceForType()
getEstimatedCompletionTime()
public 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 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 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 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 |
int
The index of the element to return.
|
| Returns |
| Type |
Description |
String |
The failedLocations at the given index.
|
getFailedLocationsBytes(int index)
public 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 |
int
The index of the value to return.
|
| Returns |
| Type |
Description |
ByteString |
The bytes of the failedLocations at the given index.
|
getFailedLocationsCount()
public 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 ProtocolStringList 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;
getFailedResourcesCount()
public long getFailedResourcesCount()
Output only. Resources failed.
optional int64 failed_resources_count = 391795315;
| Returns |
| Type |
Description |
long |
The failedResourcesCount.
|
getLocationStatus() (deprecated)
public Map<String,RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus> getLocationStatus()
getLocationStatusCount()
public 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 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;
getLocationStatusOrDefault(String key, RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus defaultValue)
public 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;
getLocationStatusOrThrow(String key)
public 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
|
getParserForType()
public Parser<RolloutWaveDetailsOrchestratedWaveDetails> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
hasCompletedResourcesCount()
public 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 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 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 boolean hasFailedResourcesCount()
Output only. Resources failed.
optional int64 failed_resources_count = 391795315;
| Returns |
| Type |
Description |
boolean |
Whether the failedResourcesCount field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
| Parameter |
| Name |
Description |
number |
int
|
| Returns |
| Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public RolloutWaveDetailsOrchestratedWaveDetails.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected RolloutWaveDetailsOrchestratedWaveDetails.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public RolloutWaveDetailsOrchestratedWaveDetails.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides