public interface OperationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getApiVersion()
API version.
|
com.google.protobuf.ByteString |
getApiVersionBytes()
API version.
|
boolean |
getCancelRequested()
Specifies if cancellation was requested for the operation.
|
com.google.protobuf.Timestamp |
getCreateTime()
Creation timestamp.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Creation timestamp.
|
com.google.protobuf.Timestamp |
getEndTime()
End timestamp.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
End timestamp.
|
String |
getStatusDetail()
Operation status details.
|
com.google.protobuf.ByteString |
getStatusDetailBytes()
Operation status details.
|
String |
getTarget()
Operation target.
|
com.google.protobuf.ByteString |
getTargetBytes()
Operation target.
|
String |
getVerb()
Operation verb.
|
com.google.protobuf.ByteString |
getVerbBytes()
Operation verb.
|
boolean |
hasCreateTime()
Creation timestamp.
|
boolean |
hasEndTime()
End timestamp.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCreateTime()
Creation timestamp.
.google.protobuf.Timestamp create_time = 1;com.google.protobuf.Timestamp getCreateTime()
Creation timestamp.
.google.protobuf.Timestamp create_time = 1;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Creation timestamp.
.google.protobuf.Timestamp create_time = 1;boolean hasEndTime()
End timestamp.
.google.protobuf.Timestamp end_time = 2;com.google.protobuf.Timestamp getEndTime()
End timestamp.
.google.protobuf.Timestamp end_time = 2;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
End timestamp.
.google.protobuf.Timestamp end_time = 2;String getTarget()
Operation target.
string target = 3;com.google.protobuf.ByteString getTargetBytes()
Operation target.
string target = 3;String getVerb()
Operation verb.
string verb = 4;com.google.protobuf.ByteString getVerbBytes()
Operation verb.
string verb = 4;String getStatusDetail()
Operation status details.
string status_detail = 5;com.google.protobuf.ByteString getStatusDetailBytes()
Operation status details.
string status_detail = 5;boolean getCancelRequested()
Specifies if cancellation was requested for the operation.
bool cancel_requested = 6;String getApiVersion()
API version.
string api_version = 7;com.google.protobuf.ByteString getApiVersionBytes()
API version.
string api_version = 7;Copyright © 2023 Google LLC. All rights reserved.