public interface OperationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
The time the operation was created.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
The time the operation was created.
|
com.google.protobuf.Timestamp |
getEndTime()
The time the operation finished running.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
The time the operation finished running.
|
String |
getTarget()
Resource path for the target of the operation.
|
com.google.protobuf.ByteString |
getTargetBytes()
Resource path for the target of the operation.
|
String |
getVerb()
Name of the verb executed by the operation.
|
com.google.protobuf.ByteString |
getVerbBytes()
Name of the verb executed by the operation.
|
boolean |
hasCreateTime()
The time the operation was created.
|
boolean |
hasEndTime()
The time the operation finished running.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCreateTime()
The time the operation was created.
.google.protobuf.Timestamp create_time = 1;com.google.protobuf.Timestamp getCreateTime()
The time the operation was created.
.google.protobuf.Timestamp create_time = 1;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The time the operation was created.
.google.protobuf.Timestamp create_time = 1;boolean hasEndTime()
The time the operation finished running. Not set if the operation has not completed.
.google.protobuf.Timestamp end_time = 2;com.google.protobuf.Timestamp getEndTime()
The time the operation finished running. Not set if the operation has not completed.
.google.protobuf.Timestamp end_time = 2;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
The time the operation finished running. Not set if the operation has not completed.
.google.protobuf.Timestamp end_time = 2;String getTarget()
Resource path for the target of the operation. For example, targets of
seeks are subscription resources, structured like:
projects/{project_number}/locations/{location}/subscriptions/{subscription_id}
string target = 3;com.google.protobuf.ByteString getTargetBytes()
Resource path for the target of the operation. For example, targets of
seeks are subscription resources, structured like:
projects/{project_number}/locations/{location}/subscriptions/{subscription_id}
string target = 3;String getVerb()
Name of the verb executed by the operation.
string verb = 4;com.google.protobuf.ByteString getVerbBytes()
Name of the verb executed by the operation.
string verb = 4;Copyright © 2023 Google LLC. All rights reserved.