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.OperationMetadataV1
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<OperationMetadataV1.Builder>
public OperationMetadataV1.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<OperationMetadataV1.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<OperationMetadataV1.Builder>
public OperationMetadataV1 getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public OperationMetadataV1 build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public OperationMetadataV1 buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public OperationMetadataV1.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<OperationMetadataV1.Builder>
public OperationMetadataV1.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<OperationMetadataV1.Builder>
public OperationMetadataV1.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<OperationMetadataV1.Builder>
public OperationMetadataV1.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<OperationMetadataV1.Builder>
public OperationMetadataV1.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<OperationMetadataV1.Builder>
public OperationMetadataV1.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<OperationMetadataV1.Builder>
public OperationMetadataV1.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<OperationMetadataV1.Builder>
public OperationMetadataV1.Builder mergeFrom(OperationMetadataV1 other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<OperationMetadataV1.Builder>
public OperationMetadataV1.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<OperationMetadataV1.Builder>
java.io.IOException
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 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 OperationMetadataV1OrBuilder
public Timestamp getInsertTime()
Time that this operation was created. @OutputOnly
.google.protobuf.Timestamp insert_time = 2;
getInsertTime
in interface OperationMetadataV1OrBuilder
public 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 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 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 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 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 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 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.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<OperationMetadataV1.Builder>
public final OperationMetadataV1.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<OperationMetadataV1.Builder>