public static final class OperationMetadataV1.Builder extends GeneratedMessageV3.Builder<OperationMetadataV1.Builder> implements OperationMetadataV1OrBuilder
Metadata for the given [google.longrunning.Operation][google.longrunning.Operation].Protobuf type
google.appengine.v1.OperationMetadataV1getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<OperationMetadataV1.Builder>public OperationMetadataV1.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<OperationMetadataV1.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<OperationMetadataV1.Builder>public OperationMetadataV1 getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic OperationMetadataV1 build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic OperationMetadataV1 buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic OperationMetadataV1.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<OperationMetadataV1.Builder>public OperationMetadataV1.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<OperationMetadataV1.Builder>public OperationMetadataV1.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<OperationMetadataV1.Builder>public OperationMetadataV1.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<OperationMetadataV1.Builder>public OperationMetadataV1.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<OperationMetadataV1.Builder>public OperationMetadataV1.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<OperationMetadataV1.Builder>public OperationMetadataV1.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<OperationMetadataV1.Builder>public OperationMetadataV1.Builder mergeFrom(OperationMetadataV1 other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<OperationMetadataV1.Builder>public OperationMetadataV1.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<OperationMetadataV1.Builder>java.io.IOExceptionpublic java.lang.String getMethod()
API method that initiated this operation. Example: `google.appengine.v1.Versions.CreateVersion`. @OutputOnly
string method = 1;getMethod in interface OperationMetadataV1OrBuilderpublic ByteString getMethodBytes()
API method that initiated this operation. Example: `google.appengine.v1.Versions.CreateVersion`. @OutputOnly
string method = 1;getMethodBytes in interface OperationMetadataV1OrBuilderpublic OperationMetadataV1.Builder setMethod(java.lang.String value)
API method that initiated this operation. Example: `google.appengine.v1.Versions.CreateVersion`. @OutputOnly
string method = 1;public OperationMetadataV1.Builder clearMethod()
API method that initiated this operation. Example: `google.appengine.v1.Versions.CreateVersion`. @OutputOnly
string method = 1;public OperationMetadataV1.Builder setMethodBytes(ByteString value)
API method that initiated this operation. Example: `google.appengine.v1.Versions.CreateVersion`. @OutputOnly
string method = 1;public boolean hasInsertTime()
Time that this operation was created. @OutputOnly
.google.protobuf.Timestamp insert_time = 2;hasInsertTime in interface OperationMetadataV1OrBuilderpublic Timestamp getInsertTime()
Time that this operation was created. @OutputOnly
.google.protobuf.Timestamp insert_time = 2;getInsertTime in interface OperationMetadataV1OrBuilderpublic OperationMetadataV1.Builder setInsertTime(Timestamp value)
Time that this operation was created. @OutputOnly
.google.protobuf.Timestamp insert_time = 2;public OperationMetadataV1.Builder setInsertTime(Timestamp.Builder builderForValue)
Time that this operation was created. @OutputOnly
.google.protobuf.Timestamp insert_time = 2;public OperationMetadataV1.Builder mergeInsertTime(Timestamp value)
Time that this operation was created. @OutputOnly
.google.protobuf.Timestamp insert_time = 2;public OperationMetadataV1.Builder clearInsertTime()
Time that this operation was created. @OutputOnly
.google.protobuf.Timestamp insert_time = 2;public Timestamp.Builder getInsertTimeBuilder()
Time that this operation was created. @OutputOnly
.google.protobuf.Timestamp insert_time = 2;public TimestampOrBuilder getInsertTimeOrBuilder()
Time that this operation was created. @OutputOnly
.google.protobuf.Timestamp insert_time = 2;getInsertTimeOrBuilder in interface OperationMetadataV1OrBuilderpublic boolean hasEndTime()
Time that this operation completed. @OutputOnly
.google.protobuf.Timestamp end_time = 3;hasEndTime in interface OperationMetadataV1OrBuilderpublic Timestamp getEndTime()
Time that this operation completed. @OutputOnly
.google.protobuf.Timestamp end_time = 3;getEndTime in interface OperationMetadataV1OrBuilderpublic OperationMetadataV1.Builder setEndTime(Timestamp value)
Time that this operation completed. @OutputOnly
.google.protobuf.Timestamp end_time = 3;public OperationMetadataV1.Builder setEndTime(Timestamp.Builder builderForValue)
Time that this operation completed. @OutputOnly
.google.protobuf.Timestamp end_time = 3;public OperationMetadataV1.Builder mergeEndTime(Timestamp value)
Time that this operation completed. @OutputOnly
.google.protobuf.Timestamp end_time = 3;public OperationMetadataV1.Builder clearEndTime()
Time that this operation completed. @OutputOnly
.google.protobuf.Timestamp end_time = 3;public Timestamp.Builder getEndTimeBuilder()
Time that this operation completed. @OutputOnly
.google.protobuf.Timestamp end_time = 3;public TimestampOrBuilder getEndTimeOrBuilder()
Time that this operation completed. @OutputOnly
.google.protobuf.Timestamp end_time = 3;getEndTimeOrBuilder in interface OperationMetadataV1OrBuilderpublic java.lang.String getUser()
User who requested this operation. @OutputOnly
string user = 4;getUser in interface OperationMetadataV1OrBuilderpublic ByteString getUserBytes()
User who requested this operation. @OutputOnly
string user = 4;getUserBytes in interface OperationMetadataV1OrBuilderpublic OperationMetadataV1.Builder setUser(java.lang.String value)
User who requested this operation. @OutputOnly
string user = 4;public OperationMetadataV1.Builder clearUser()
User who requested this operation. @OutputOnly
string user = 4;public OperationMetadataV1.Builder setUserBytes(ByteString value)
User who requested this operation. @OutputOnly
string user = 4;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 OperationMetadataV1OrBuilderpublic ByteString getTargetBytes()
Name of the resource that this operation is acting on. Example: `apps/myapp/services/default`. @OutputOnly
string target = 5;getTargetBytes in interface OperationMetadataV1OrBuilderpublic OperationMetadataV1.Builder setTarget(java.lang.String value)
Name of the resource that this operation is acting on. Example: `apps/myapp/services/default`. @OutputOnly
string target = 5;public OperationMetadataV1.Builder clearTarget()
Name of the resource that this operation is acting on. Example: `apps/myapp/services/default`. @OutputOnly
string target = 5;public OperationMetadataV1.Builder setTargetBytes(ByteString value)
Name of the resource that this operation is acting on. Example: `apps/myapp/services/default`. @OutputOnly
string target = 5;public final OperationMetadataV1.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<OperationMetadataV1.Builder>public final OperationMetadataV1.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<OperationMetadataV1.Builder>