public final class OperationMetadataV1 extends 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].
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, 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 |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public 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 UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public java.lang.String getMethod()
API method that initiated this operation. Example: `google.appengine.v1.Versions.CreateVersion`. @OutputOnly
string method = 1;
getMethod
in interface OperationMetadataV1OrBuilder
public ByteString getMethodBytes()
API method that initiated this operation. Example: `google.appengine.v1.Versions.CreateVersion`. @OutputOnly
string method = 1;
getMethodBytes
in interface OperationMetadataV1OrBuilder
public boolean hasInsertTime()
Time that this operation was created. @OutputOnly
.google.protobuf.Timestamp insert_time = 2;
hasInsertTime
in interface OperationMetadataV1OrBuilder
public Timestamp getInsertTime()
Time that this operation was created. @OutputOnly
.google.protobuf.Timestamp insert_time = 2;
getInsertTime
in interface OperationMetadataV1OrBuilder
public TimestampOrBuilder getInsertTimeOrBuilder()
Time that this operation was created. @OutputOnly
.google.protobuf.Timestamp insert_time = 2;
getInsertTimeOrBuilder
in interface OperationMetadataV1OrBuilder
public boolean hasEndTime()
Time that this operation completed. @OutputOnly
.google.protobuf.Timestamp end_time = 3;
hasEndTime
in interface OperationMetadataV1OrBuilder
public Timestamp getEndTime()
Time that this operation completed. @OutputOnly
.google.protobuf.Timestamp end_time = 3;
getEndTime
in interface OperationMetadataV1OrBuilder
public TimestampOrBuilder getEndTimeOrBuilder()
Time that this operation completed. @OutputOnly
.google.protobuf.Timestamp end_time = 3;
getEndTimeOrBuilder
in interface OperationMetadataV1OrBuilder
public java.lang.String getUser()
User who requested this operation. @OutputOnly
string user = 4;
getUser
in interface OperationMetadataV1OrBuilder
public ByteString getUserBytes()
User who requested this operation. @OutputOnly
string user = 4;
getUserBytes
in interface OperationMetadataV1OrBuilder
public java.lang.String getTarget()
Name of the resource that this operation is acting on. Example: `apps/myapp/services/default`. @OutputOnly
string target = 5;
getTarget
in interface OperationMetadataV1OrBuilder
public ByteString getTargetBytes()
Name of the resource that this operation is acting on. Example: `apps/myapp/services/default`. @OutputOnly
string target = 5;
getTargetBytes
in interface OperationMetadataV1OrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static OperationMetadataV1 parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static OperationMetadataV1 parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static OperationMetadataV1 parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static OperationMetadataV1 parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static OperationMetadataV1 parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static OperationMetadataV1 parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static OperationMetadataV1 parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static OperationMetadataV1 parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static OperationMetadataV1 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static OperationMetadataV1 parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static OperationMetadataV1 parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOException
public static OperationMetadataV1 parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public OperationMetadataV1.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static OperationMetadataV1.Builder newBuilder()
public static OperationMetadataV1.Builder newBuilder(OperationMetadataV1 prototype)
public OperationMetadataV1.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected OperationMetadataV1.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static OperationMetadataV1 getDefaultInstance()
public static Parser<OperationMetadataV1> parser()
public Parser<OperationMetadataV1> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public OperationMetadataV1 getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder