public interface OperationMetadataV1OrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getEndTime()
Time that this operation completed.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
Time that this operation completed.
|
com.google.protobuf.Timestamp |
getInsertTime()
Time that this operation was created.
|
com.google.protobuf.TimestampOrBuilder |
getInsertTimeOrBuilder()
Time that this operation was created.
|
java.lang.String |
getMethod()
API method that initiated this operation.
|
com.google.protobuf.ByteString |
getMethodBytes()
API method that initiated this operation.
|
java.lang.String |
getTarget()
Name of the resource that this operation is acting on.
|
com.google.protobuf.ByteString |
getTargetBytes()
Name of the resource that this operation is acting on.
|
java.lang.String |
getUser()
User who requested this operation.
|
com.google.protobuf.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, hasOneofjava.lang.String getMethod()
API method that initiated this operation. Example: `google.appengine.v1.Versions.CreateVersion`. @OutputOnly
string method = 1;com.google.protobuf.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;com.google.protobuf.Timestamp getInsertTime()
Time that this operation was created. @OutputOnly
.google.protobuf.Timestamp insert_time = 2;com.google.protobuf.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;com.google.protobuf.Timestamp getEndTime()
Time that this operation completed. @OutputOnly
.google.protobuf.Timestamp end_time = 3;com.google.protobuf.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;com.google.protobuf.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;com.google.protobuf.ByteString getTargetBytes()
Name of the resource that this operation is acting on. Example: `apps/myapp/services/default`. @OutputOnly
string target = 5;