Package com.google.appengine.v1
Interface OperationMetadataV1OrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OperationMetadataV1,OperationMetadataV1.Builder
public interface OperationMetadataV1OrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateVersionMetadataV1getCreateVersionMetadata().google.appengine.v1.CreateVersionMetadataV1 create_version_metadata = 8;CreateVersionMetadataV1OrBuildergetCreateVersionMetadataOrBuilder().google.appengine.v1.CreateVersionMetadataV1 create_version_metadata = 8;com.google.protobuf.TimestampgetEndTime()Time that this operation completed.com.google.protobuf.TimestampOrBuildergetEndTimeOrBuilder()Time that this operation completed.StringgetEphemeralMessage()Ephemeral message that may change every time the operation is polled.com.google.protobuf.ByteStringgetEphemeralMessageBytes()Ephemeral message that may change every time the operation is polled.com.google.protobuf.TimestampgetInsertTime()Time that this operation was created.com.google.protobuf.TimestampOrBuildergetInsertTimeOrBuilder()Time that this operation was created.StringgetMethod()API method that initiated this operation.com.google.protobuf.ByteStringgetMethodBytes()API method that initiated this operation.OperationMetadataV1.MethodMetadataCasegetMethodMetadataCase()StringgetTarget()Name of the resource that this operation is acting on.com.google.protobuf.ByteStringgetTargetBytes()Name of the resource that this operation is acting on.StringgetUser()User who requested this operation.com.google.protobuf.ByteStringgetUserBytes()User who requested this operation.StringgetWarning(int index)Durable messages that persist on every operation poll.com.google.protobuf.ByteStringgetWarningBytes(int index)Durable messages that persist on every operation poll.intgetWarningCount()Durable messages that persist on every operation poll.List<String>getWarningList()Durable messages that persist on every operation poll.booleanhasCreateVersionMetadata().google.appengine.v1.CreateVersionMetadataV1 create_version_metadata = 8;booleanhasEndTime()Time that this operation completed.booleanhasInsertTime()Time that this operation was created.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMethod
String getMethod()
API method that initiated this operation. Example: `google.appengine.v1.Versions.CreateVersion`. @OutputOnly
string method = 1;- Returns:
- The method.
-
getMethodBytes
com.google.protobuf.ByteString getMethodBytes()
API method that initiated this operation. Example: `google.appengine.v1.Versions.CreateVersion`. @OutputOnly
string method = 1;- Returns:
- The bytes for method.
-
hasInsertTime
boolean hasInsertTime()
Time that this operation was created. @OutputOnly
.google.protobuf.Timestamp insert_time = 2;- Returns:
- Whether the insertTime field is set.
-
getInsertTime
com.google.protobuf.Timestamp getInsertTime()
Time that this operation was created. @OutputOnly
.google.protobuf.Timestamp insert_time = 2;- Returns:
- The insertTime.
-
getInsertTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getInsertTimeOrBuilder()
Time that this operation was created. @OutputOnly
.google.protobuf.Timestamp insert_time = 2;
-
hasEndTime
boolean hasEndTime()
Time that this operation completed. @OutputOnly
.google.protobuf.Timestamp end_time = 3;- Returns:
- Whether the endTime field is set.
-
getEndTime
com.google.protobuf.Timestamp getEndTime()
Time that this operation completed. @OutputOnly
.google.protobuf.Timestamp end_time = 3;- Returns:
- The endTime.
-
getEndTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Time that this operation completed. @OutputOnly
.google.protobuf.Timestamp end_time = 3;
-
getUser
String getUser()
User who requested this operation. @OutputOnly
string user = 4;- Returns:
- The user.
-
getUserBytes
com.google.protobuf.ByteString getUserBytes()
User who requested this operation. @OutputOnly
string user = 4;- Returns:
- The bytes for user.
-
getTarget
String getTarget()
Name of the resource that this operation is acting on. Example: `apps/myapp/services/default`. @OutputOnly
string target = 5;- Returns:
- The target.
-
getTargetBytes
com.google.protobuf.ByteString getTargetBytes()
Name of the resource that this operation is acting on. Example: `apps/myapp/services/default`. @OutputOnly
string target = 5;- Returns:
- The bytes for target.
-
getEphemeralMessage
String getEphemeralMessage()
Ephemeral message that may change every time the operation is polled. @OutputOnly
string ephemeral_message = 6;- Returns:
- The ephemeralMessage.
-
getEphemeralMessageBytes
com.google.protobuf.ByteString getEphemeralMessageBytes()
Ephemeral message that may change every time the operation is polled. @OutputOnly
string ephemeral_message = 6;- Returns:
- The bytes for ephemeralMessage.
-
getWarningList
List<String> getWarningList()
Durable messages that persist on every operation poll. @OutputOnly
repeated string warning = 7;- Returns:
- A list containing the warning.
-
getWarningCount
int getWarningCount()
Durable messages that persist on every operation poll. @OutputOnly
repeated string warning = 7;- Returns:
- The count of warning.
-
getWarning
String getWarning(int index)
Durable messages that persist on every operation poll. @OutputOnly
repeated string warning = 7;- Parameters:
index- The index of the element to return.- Returns:
- The warning at the given index.
-
getWarningBytes
com.google.protobuf.ByteString getWarningBytes(int index)
Durable messages that persist on every operation poll. @OutputOnly
repeated string warning = 7;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the warning at the given index.
-
hasCreateVersionMetadata
boolean hasCreateVersionMetadata()
.google.appengine.v1.CreateVersionMetadataV1 create_version_metadata = 8;- Returns:
- Whether the createVersionMetadata field is set.
-
getCreateVersionMetadata
CreateVersionMetadataV1 getCreateVersionMetadata()
.google.appengine.v1.CreateVersionMetadataV1 create_version_metadata = 8;- Returns:
- The createVersionMetadata.
-
getCreateVersionMetadataOrBuilder
CreateVersionMetadataV1OrBuilder getCreateVersionMetadataOrBuilder()
.google.appengine.v1.CreateVersionMetadataV1 create_version_metadata = 8;
-
getMethodMetadataCase
OperationMetadataV1.MethodMetadataCase getMethodMetadataCase()
-
-