public final class OperationMetadataV1 extends com.google.protobuf.GeneratedMessageV3 implements OperationMetadataV1OrBuilder
Metadata for the given [google.longrunning.Operation][google.longrunning.Operation].Protobuf type
google.appengine.v1.OperationMetadataV1| Modifier and Type | Class and Description |
|---|---|
static class |
OperationMetadataV1.Builder
Metadata for the given [google.longrunning.Operation][google.longrunning.Operation].
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
END_TIME_FIELD_NUMBER |
static int |
INSERT_TIME_FIELD_NUMBER |
static int |
METHOD_FIELD_NUMBER |
static int |
TARGET_FIELD_NUMBER |
static int |
USER_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static OperationMetadataV1 |
getDefaultInstance() |
OperationMetadataV1 |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.Parser<OperationMetadataV1> |
getParserForType() |
int |
getSerializedSize() |
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.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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.
|
int |
hashCode() |
boolean |
hasInsertTime()
Time that this operation was created.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static OperationMetadataV1.Builder |
newBuilder() |
static OperationMetadataV1.Builder |
newBuilder(OperationMetadataV1 prototype) |
OperationMetadataV1.Builder |
newBuilderForType() |
protected OperationMetadataV1.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static OperationMetadataV1 |
parseDelimitedFrom(java.io.InputStream input) |
static OperationMetadataV1 |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OperationMetadataV1 |
parseFrom(byte[] data) |
static OperationMetadataV1 |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OperationMetadataV1 |
parseFrom(com.google.protobuf.ByteString data) |
static OperationMetadataV1 |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OperationMetadataV1 |
parseFrom(com.google.protobuf.CodedInputStream input) |
static OperationMetadataV1 |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OperationMetadataV1 |
parseFrom(java.io.InputStream input) |
static OperationMetadataV1 |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<OperationMetadataV1> |
parser() |
OperationMetadataV1.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int METHOD_FIELD_NUMBER
public static final int INSERT_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
public static final int USER_FIELD_NUMBER
public static final int TARGET_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public java.lang.String getMethod()
API method that initiated this operation. Example: `google.appengine.v1.Versions.CreateVersion`. @OutputOnly
optional string method = 1;getMethod in interface OperationMetadataV1OrBuilderpublic com.google.protobuf.ByteString getMethodBytes()
API method that initiated this operation. Example: `google.appengine.v1.Versions.CreateVersion`. @OutputOnly
optional string method = 1;getMethodBytes in interface OperationMetadataV1OrBuilderpublic boolean hasInsertTime()
Time that this operation was created. @OutputOnly
optional .google.protobuf.Timestamp insert_time = 2;hasInsertTime in interface OperationMetadataV1OrBuilderpublic com.google.protobuf.Timestamp getInsertTime()
Time that this operation was created. @OutputOnly
optional .google.protobuf.Timestamp insert_time = 2;getInsertTime in interface OperationMetadataV1OrBuilderpublic com.google.protobuf.TimestampOrBuilder getInsertTimeOrBuilder()
Time that this operation was created. @OutputOnly
optional .google.protobuf.Timestamp insert_time = 2;getInsertTimeOrBuilder in interface OperationMetadataV1OrBuilderpublic boolean hasEndTime()
Time that this operation completed. @OutputOnly
optional .google.protobuf.Timestamp end_time = 3;hasEndTime in interface OperationMetadataV1OrBuilderpublic com.google.protobuf.Timestamp getEndTime()
Time that this operation completed. @OutputOnly
optional .google.protobuf.Timestamp end_time = 3;getEndTime in interface OperationMetadataV1OrBuilderpublic com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Time that this operation completed. @OutputOnly
optional .google.protobuf.Timestamp end_time = 3;getEndTimeOrBuilder in interface OperationMetadataV1OrBuilderpublic java.lang.String getUser()
User who requested this operation. @OutputOnly
optional string user = 4;getUser in interface OperationMetadataV1OrBuilderpublic com.google.protobuf.ByteString getUserBytes()
User who requested this operation. @OutputOnly
optional string user = 4;getUserBytes in interface OperationMetadataV1OrBuilderpublic java.lang.String getTarget()
Name of the resource that this operation is acting on. Example: `apps/myapp/services/default`. @OutputOnly
optional string target = 5;getTarget in interface OperationMetadataV1OrBuilderpublic com.google.protobuf.ByteString getTargetBytes()
Name of the resource that this operation is acting on. Example: `apps/myapp/services/default`. @OutputOnly
optional string target = 5;getTargetBytes in interface OperationMetadataV1OrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static OperationMetadataV1 parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OperationMetadataV1 parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OperationMetadataV1 parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OperationMetadataV1 parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OperationMetadataV1 parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static OperationMetadataV1 parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static OperationMetadataV1 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static OperationMetadataV1 parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static OperationMetadataV1 parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static OperationMetadataV1 parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic OperationMetadataV1.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static OperationMetadataV1.Builder newBuilder()
public static OperationMetadataV1.Builder newBuilder(OperationMetadataV1 prototype)
public OperationMetadataV1.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected OperationMetadataV1.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static OperationMetadataV1 getDefaultInstance()
public static com.google.protobuf.Parser<OperationMetadataV1> parser()
public com.google.protobuf.Parser<OperationMetadataV1> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public OperationMetadataV1 getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder