public interface OperationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getProgressPercentage()
Percentage of completion of this operation, ranging from 0 to 100.
|
java.lang.String |
getResourceNames(int index)
The full name of the resources that this operation is directly
associated with.
|
com.google.protobuf.ByteString |
getResourceNamesBytes(int index)
The full name of the resources that this operation is directly
associated with.
|
int |
getResourceNamesCount()
The full name of the resources that this operation is directly
associated with.
|
java.util.List<java.lang.String> |
getResourceNamesList()
The full name of the resources that this operation is directly
associated with.
|
com.google.protobuf.Timestamp |
getStartTime()
The start time of the operation.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
The start time of the operation.
|
OperationMetadata.Step |
getSteps(int index)
Detailed status information for each step.
|
int |
getStepsCount()
Detailed status information for each step.
|
java.util.List<OperationMetadata.Step> |
getStepsList()
Detailed status information for each step.
|
OperationMetadata.StepOrBuilder |
getStepsOrBuilder(int index)
Detailed status information for each step.
|
java.util.List<? extends OperationMetadata.StepOrBuilder> |
getStepsOrBuilderList()
Detailed status information for each step.
|
boolean |
hasStartTime()
The start time of the operation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<java.lang.String> getResourceNamesList()
The full name of the resources that this operation is directly associated with.
repeated string resource_names = 1;int getResourceNamesCount()
The full name of the resources that this operation is directly associated with.
repeated string resource_names = 1;java.lang.String getResourceNames(int index)
The full name of the resources that this operation is directly associated with.
repeated string resource_names = 1;com.google.protobuf.ByteString getResourceNamesBytes(int index)
The full name of the resources that this operation is directly associated with.
repeated string resource_names = 1;java.util.List<OperationMetadata.Step> getStepsList()
Detailed status information for each step. The order is undetermined.
repeated .google.api.servicemanagement.v1.OperationMetadata.Step steps = 2;OperationMetadata.Step getSteps(int index)
Detailed status information for each step. The order is undetermined.
repeated .google.api.servicemanagement.v1.OperationMetadata.Step steps = 2;int getStepsCount()
Detailed status information for each step. The order is undetermined.
repeated .google.api.servicemanagement.v1.OperationMetadata.Step steps = 2;java.util.List<? extends OperationMetadata.StepOrBuilder> getStepsOrBuilderList()
Detailed status information for each step. The order is undetermined.
repeated .google.api.servicemanagement.v1.OperationMetadata.Step steps = 2;OperationMetadata.StepOrBuilder getStepsOrBuilder(int index)
Detailed status information for each step. The order is undetermined.
repeated .google.api.servicemanagement.v1.OperationMetadata.Step steps = 2;int getProgressPercentage()
Percentage of completion of this operation, ranging from 0 to 100.
int32 progress_percentage = 3;boolean hasStartTime()
The start time of the operation.
.google.protobuf.Timestamp start_time = 4;com.google.protobuf.Timestamp getStartTime()
The start time of the operation.
.google.protobuf.Timestamp start_time = 4;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The start time of the operation.
.google.protobuf.Timestamp start_time = 4;