public interface OperationMetadataV1OrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Timestamp |
getEndTime()
Time that this operation completed.
|
TimestampOrBuilder |
getEndTimeOrBuilder()
Time that this operation completed.
|
Timestamp |
getInsertTime()
Time that this operation was created.
|
TimestampOrBuilder |
getInsertTimeOrBuilder()
Time that this operation was created.
|
java.lang.String |
getMethod()
API method that initiated this operation.
|
ByteString |
getMethodBytes()
API method that initiated this operation.
|
java.lang.String |
getTarget()
Name of the resource that this operation is acting on.
|
ByteString |
getTargetBytes()
Name of the resource that this operation is acting on.
|
java.lang.String |
getUser()
User who requested this operation.
|
ByteString |
getUserBytes()
User who requested this operation.
|
boolean |
hasEndTime()
Time that this operation completed.
|
boolean |
hasInsertTime()
Time that this operation was created.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getMethod()
API method that initiated this operation. Example: `google.appengine.v1.Versions.CreateVersion`. @OutputOnly
string method = 1;
ByteString getMethodBytes()
API method that initiated this operation. Example: `google.appengine.v1.Versions.CreateVersion`. @OutputOnly
string method = 1;
boolean hasInsertTime()
Time that this operation was created. @OutputOnly
.google.protobuf.Timestamp insert_time = 2;
Timestamp getInsertTime()
Time that this operation was created. @OutputOnly
.google.protobuf.Timestamp insert_time = 2;
TimestampOrBuilder getInsertTimeOrBuilder()
Time that this operation was created. @OutputOnly
.google.protobuf.Timestamp insert_time = 2;
boolean hasEndTime()
Time that this operation completed. @OutputOnly
.google.protobuf.Timestamp end_time = 3;
Timestamp getEndTime()
Time that this operation completed. @OutputOnly
.google.protobuf.Timestamp end_time = 3;
TimestampOrBuilder getEndTimeOrBuilder()
Time that this operation completed. @OutputOnly
.google.protobuf.Timestamp end_time = 3;
java.lang.String getUser()
User who requested this operation. @OutputOnly
string user = 4;
ByteString getUserBytes()
User who requested this operation. @OutputOnly
string user = 4;
java.lang.String getTarget()
Name of the resource that this operation is acting on. Example: `apps/myapp/services/default`. @OutputOnly
string target = 5;
ByteString getTargetBytes()
Name of the resource that this operation is acting on. Example: `apps/myapp/services/default`. @OutputOnly
string target = 5;