- 2.78.0 (latest)
 - 2.76.0
 - 2.75.0
 - 2.74.0
 - 2.73.0
 - 2.72.0
 - 2.70.0
 - 2.68.0
 - 2.67.0
 - 2.64.0
 - 2.63.0
 - 2.62.0
 - 2.60.0
 - 2.59.0
 - 2.58.0
 - 2.57.0
 - 2.56.0
 - 2.55.0
 - 2.54.0
 - 2.53.0
 - 2.52.0
 - 2.49.0
 - 2.48.0
 - 2.47.0
 - 2.46.0
 - 2.45.0
 - 2.44.0
 - 2.43.0
 - 2.42.0
 - 2.41.0
 - 2.40.0
 - 2.39.0
 - 2.37.0
 - 2.36.0
 - 2.35.0
 - 2.34.0
 - 2.33.0
 - 2.32.0
 - 2.31.0
 - 2.30.0
 - 2.29.0
 - 2.28.0
 - 2.27.0
 - 2.24.0
 - 2.23.0
 - 2.22.0
 - 2.21.0
 - 2.20.0
 - 2.19.0
 - 2.18.0
 - 2.17.0
 - 2.16.0
 - 2.15.0
 - 2.14.0
 - 2.13.0
 - 2.12.0
 - 2.11.0
 - 2.10.0
 - 2.9.0
 - 2.8.0
 - 2.7.0
 - 2.6.0
 - 2.5.0
 - 2.4.0
 - 2.3.4
 - 2.2.0
 - 2.1.10
 - 0.2.0
 
public static final class OperationMetadataV1.Builder extends GeneratedMessageV3.Builder<OperationMetadataV1.Builder> implements OperationMetadataV1OrBuilderMetadata for the given google.longrunning.Operation.
 Protobuf type google.appengine.v1.OperationMetadataV1
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > OperationMetadataV1.BuilderImplements
OperationMetadataV1OrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
Descriptor | 
        
Methods
addAllWarning(Iterable<String> values)
public OperationMetadataV1.Builder addAllWarning(Iterable<String> values)Durable messages that persist on every operation poll. @OutputOnly
 repeated string warning = 7;
| Name | Description | 
values | 
        Iterable<String>The warning to add.  | 
      
| Type | Description | 
OperationMetadataV1.Builder | 
        This builder for chaining.  | 
      
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public OperationMetadataV1.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Type | Description | 
OperationMetadataV1.Builder | 
        
addWarning(String value)
public OperationMetadataV1.Builder addWarning(String value)Durable messages that persist on every operation poll. @OutputOnly
 repeated string warning = 7;
| Name | Description | 
value | 
        StringThe warning to add.  | 
      
| Type | Description | 
OperationMetadataV1.Builder | 
        This builder for chaining.  | 
      
addWarningBytes(ByteString value)
public OperationMetadataV1.Builder addWarningBytes(ByteString value)Durable messages that persist on every operation poll. @OutputOnly
 repeated string warning = 7;
| Name | Description | 
value | 
        ByteStringThe bytes of the warning to add.  | 
      
| Type | Description | 
OperationMetadataV1.Builder | 
        This builder for chaining.  | 
      
build()
public OperationMetadataV1 build()| Type | Description | 
OperationMetadataV1 | 
        
buildPartial()
public OperationMetadataV1 buildPartial()| Type | Description | 
OperationMetadataV1 | 
        
clear()
public OperationMetadataV1.Builder clear()| Type | Description | 
OperationMetadataV1.Builder | 
        
clearCreateVersionMetadata()
public OperationMetadataV1.Builder clearCreateVersionMetadata().google.appengine.v1.CreateVersionMetadataV1 create_version_metadata = 8;
| Type | Description | 
OperationMetadataV1.Builder | 
        
clearEndTime()
public OperationMetadataV1.Builder clearEndTime()Time that this operation completed. @OutputOnly
 .google.protobuf.Timestamp end_time = 3;
| Type | Description | 
OperationMetadataV1.Builder | 
        
clearEphemeralMessage()
public OperationMetadataV1.Builder clearEphemeralMessage()Ephemeral message that may change every time the operation is polled. @OutputOnly
 string ephemeral_message = 6;
| Type | Description | 
OperationMetadataV1.Builder | 
        This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public OperationMetadataV1.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
field | 
        FieldDescriptor | 
      
| Type | Description | 
OperationMetadataV1.Builder | 
        
clearInsertTime()
public OperationMetadataV1.Builder clearInsertTime()Time that this operation was created. @OutputOnly
 .google.protobuf.Timestamp insert_time = 2;
| Type | Description | 
OperationMetadataV1.Builder | 
        
clearMethod()
public OperationMetadataV1.Builder clearMethod() API method that initiated this operation. Example:
 google.appengine.v1.Versions.CreateVersion.
 @OutputOnly
 string method = 1;
| Type | Description | 
OperationMetadataV1.Builder | 
        This builder for chaining.  | 
      
clearMethodMetadata()
public OperationMetadataV1.Builder clearMethodMetadata()| Type | Description | 
OperationMetadataV1.Builder | 
        
clearOneof(Descriptors.OneofDescriptor oneof)
public OperationMetadataV1.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Type | Description | 
OperationMetadataV1.Builder | 
        
clearTarget()
public OperationMetadataV1.Builder clearTarget() Name of the resource that this operation is acting on. Example:
 apps/myapp/services/default.
 @OutputOnly
 string target = 5;
| Type | Description | 
OperationMetadataV1.Builder | 
        This builder for chaining.  | 
      
clearUser()
public OperationMetadataV1.Builder clearUser()User who requested this operation. @OutputOnly
 string user = 4;
| Type | Description | 
OperationMetadataV1.Builder | 
        This builder for chaining.  | 
      
clearWarning()
public OperationMetadataV1.Builder clearWarning()Durable messages that persist on every operation poll. @OutputOnly
 repeated string warning = 7;
| Type | Description | 
OperationMetadataV1.Builder | 
        This builder for chaining.  | 
      
clone()
public OperationMetadataV1.Builder clone()| Type | Description | 
OperationMetadataV1.Builder | 
        
getCreateVersionMetadata()
public CreateVersionMetadataV1 getCreateVersionMetadata().google.appengine.v1.CreateVersionMetadataV1 create_version_metadata = 8;
| Type | Description | 
CreateVersionMetadataV1 | 
        The createVersionMetadata.  | 
      
getCreateVersionMetadataBuilder()
public CreateVersionMetadataV1.Builder getCreateVersionMetadataBuilder().google.appengine.v1.CreateVersionMetadataV1 create_version_metadata = 8;
| Type | Description | 
CreateVersionMetadataV1.Builder | 
        
getCreateVersionMetadataOrBuilder()
public CreateVersionMetadataV1OrBuilder getCreateVersionMetadataOrBuilder().google.appengine.v1.CreateVersionMetadataV1 create_version_metadata = 8;
| Type | Description | 
CreateVersionMetadataV1OrBuilder | 
        
getDefaultInstanceForType()
public OperationMetadataV1 getDefaultInstanceForType()| Type | Description | 
OperationMetadataV1 | 
        
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
Descriptor | 
        
getEndTime()
public Timestamp getEndTime()Time that this operation completed. @OutputOnly
 .google.protobuf.Timestamp end_time = 3;
| Type | Description | 
Timestamp | 
        The endTime.  | 
      
getEndTimeBuilder()
public Timestamp.Builder getEndTimeBuilder()Time that this operation completed. @OutputOnly
 .google.protobuf.Timestamp end_time = 3;
| Type | Description | 
Builder | 
        
getEndTimeOrBuilder()
public TimestampOrBuilder getEndTimeOrBuilder()Time that this operation completed. @OutputOnly
 .google.protobuf.Timestamp end_time = 3;
| Type | Description | 
TimestampOrBuilder | 
        
getEphemeralMessage()
public String getEphemeralMessage()Ephemeral message that may change every time the operation is polled. @OutputOnly
 string ephemeral_message = 6;
| Type | Description | 
String | 
        The ephemeralMessage.  | 
      
getEphemeralMessageBytes()
public ByteString getEphemeralMessageBytes()Ephemeral message that may change every time the operation is polled. @OutputOnly
 string ephemeral_message = 6;
| Type | Description | 
ByteString | 
        The bytes for ephemeralMessage.  | 
      
getInsertTime()
public Timestamp getInsertTime()Time that this operation was created. @OutputOnly
 .google.protobuf.Timestamp insert_time = 2;
| Type | Description | 
Timestamp | 
        The insertTime.  | 
      
getInsertTimeBuilder()
public Timestamp.Builder getInsertTimeBuilder()Time that this operation was created. @OutputOnly
 .google.protobuf.Timestamp insert_time = 2;
| Type | Description | 
Builder | 
        
getInsertTimeOrBuilder()
public TimestampOrBuilder getInsertTimeOrBuilder()Time that this operation was created. @OutputOnly
 .google.protobuf.Timestamp insert_time = 2;
| Type | Description | 
TimestampOrBuilder | 
        
getMethod()
public String getMethod() API method that initiated this operation. Example:
 google.appengine.v1.Versions.CreateVersion.
 @OutputOnly
 string method = 1;
| Type | Description | 
String | 
        The method.  | 
      
getMethodBytes()
public ByteString getMethodBytes() API method that initiated this operation. Example:
 google.appengine.v1.Versions.CreateVersion.
 @OutputOnly
 string method = 1;
| Type | Description | 
ByteString | 
        The bytes for method.  | 
      
getMethodMetadataCase()
public OperationMetadataV1.MethodMetadataCase getMethodMetadataCase()| Type | Description | 
OperationMetadataV1.MethodMetadataCase | 
        
getTarget()
public String getTarget() Name of the resource that this operation is acting on. Example:
 apps/myapp/services/default.
 @OutputOnly
 string target = 5;
| Type | Description | 
String | 
        The target.  | 
      
getTargetBytes()
public ByteString getTargetBytes() Name of the resource that this operation is acting on. Example:
 apps/myapp/services/default.
 @OutputOnly
 string target = 5;
| Type | Description | 
ByteString | 
        The bytes for target.  | 
      
getUser()
public String getUser()User who requested this operation. @OutputOnly
 string user = 4;
| Type | Description | 
String | 
        The user.  | 
      
getUserBytes()
public ByteString getUserBytes()User who requested this operation. @OutputOnly
 string user = 4;
| Type | Description | 
ByteString | 
        The bytes for user.  | 
      
getWarning(int index)
public String getWarning(int index)Durable messages that persist on every operation poll. @OutputOnly
 repeated string warning = 7;
| Name | Description | 
index | 
        intThe index of the element to return.  | 
      
| Type | Description | 
String | 
        The warning at the given index.  | 
      
getWarningBytes(int index)
public ByteString getWarningBytes(int index)Durable messages that persist on every operation poll. @OutputOnly
 repeated string warning = 7;
| Name | Description | 
index | 
        intThe index of the value to return.  | 
      
| Type | Description | 
ByteString | 
        The bytes of the warning at the given index.  | 
      
getWarningCount()
public int getWarningCount()Durable messages that persist on every operation poll. @OutputOnly
 repeated string warning = 7;
| Type | Description | 
int | 
        The count of warning.  | 
      
getWarningList()
public ProtocolStringList getWarningList()Durable messages that persist on every operation poll. @OutputOnly
 repeated string warning = 7;
| Type | Description | 
ProtocolStringList | 
        A list containing the warning.  | 
      
hasCreateVersionMetadata()
public boolean hasCreateVersionMetadata().google.appengine.v1.CreateVersionMetadataV1 create_version_metadata = 8;
| Type | Description | 
boolean | 
        Whether the createVersionMetadata field is set.  | 
      
hasEndTime()
public boolean hasEndTime()Time that this operation completed. @OutputOnly
 .google.protobuf.Timestamp end_time = 3;
| Type | Description | 
boolean | 
        Whether the endTime field is set.  | 
      
hasInsertTime()
public boolean hasInsertTime()Time that this operation was created. @OutputOnly
 .google.protobuf.Timestamp insert_time = 2;
| Type | Description | 
boolean | 
        Whether the insertTime field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
FieldAccessorTable | 
        
isInitialized()
public final boolean isInitialized()| Type | Description | 
boolean | 
        
mergeCreateVersionMetadata(CreateVersionMetadataV1 value)
public OperationMetadataV1.Builder mergeCreateVersionMetadata(CreateVersionMetadataV1 value).google.appengine.v1.CreateVersionMetadataV1 create_version_metadata = 8;
| Name | Description | 
value | 
        CreateVersionMetadataV1 | 
      
| Type | Description | 
OperationMetadataV1.Builder | 
        
mergeEndTime(Timestamp value)
public OperationMetadataV1.Builder mergeEndTime(Timestamp value)Time that this operation completed. @OutputOnly
 .google.protobuf.Timestamp end_time = 3;
| Name | Description | 
value | 
        Timestamp | 
      
| Type | Description | 
OperationMetadataV1.Builder | 
        
mergeFrom(OperationMetadataV1 other)
public OperationMetadataV1.Builder mergeFrom(OperationMetadataV1 other)| Name | Description | 
other | 
        OperationMetadataV1 | 
      
| Type | Description | 
OperationMetadataV1.Builder | 
        
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public OperationMetadataV1.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Type | Description | 
OperationMetadataV1.Builder | 
        
| Type | Description | 
IOException | 
        
mergeFrom(Message other)
public OperationMetadataV1.Builder mergeFrom(Message other)| Name | Description | 
other | 
        Message | 
      
| Type | Description | 
OperationMetadataV1.Builder | 
        
mergeInsertTime(Timestamp value)
public OperationMetadataV1.Builder mergeInsertTime(Timestamp value)Time that this operation was created. @OutputOnly
 .google.protobuf.Timestamp insert_time = 2;
| Name | Description | 
value | 
        Timestamp | 
      
| Type | Description | 
OperationMetadataV1.Builder | 
        
mergeUnknownFields(UnknownFieldSet unknownFields)
public final OperationMetadataV1.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Type | Description | 
OperationMetadataV1.Builder | 
        
setCreateVersionMetadata(CreateVersionMetadataV1 value)
public OperationMetadataV1.Builder setCreateVersionMetadata(CreateVersionMetadataV1 value).google.appengine.v1.CreateVersionMetadataV1 create_version_metadata = 8;
| Name | Description | 
value | 
        CreateVersionMetadataV1 | 
      
| Type | Description | 
OperationMetadataV1.Builder | 
        
setCreateVersionMetadata(CreateVersionMetadataV1.Builder builderForValue)
public OperationMetadataV1.Builder setCreateVersionMetadata(CreateVersionMetadataV1.Builder builderForValue).google.appengine.v1.CreateVersionMetadataV1 create_version_metadata = 8;
| Name | Description | 
builderForValue | 
        CreateVersionMetadataV1.Builder | 
      
| Type | Description | 
OperationMetadataV1.Builder | 
        
setEndTime(Timestamp value)
public OperationMetadataV1.Builder setEndTime(Timestamp value)Time that this operation completed. @OutputOnly
 .google.protobuf.Timestamp end_time = 3;
| Name | Description | 
value | 
        Timestamp | 
      
| Type | Description | 
OperationMetadataV1.Builder | 
        
setEndTime(Timestamp.Builder builderForValue)
public OperationMetadataV1.Builder setEndTime(Timestamp.Builder builderForValue)Time that this operation completed. @OutputOnly
 .google.protobuf.Timestamp end_time = 3;
| Name | Description | 
builderForValue | 
        Builder | 
      
| Type | Description | 
OperationMetadataV1.Builder | 
        
setEphemeralMessage(String value)
public OperationMetadataV1.Builder setEphemeralMessage(String value)Ephemeral message that may change every time the operation is polled. @OutputOnly
 string ephemeral_message = 6;
| Name | Description | 
value | 
        StringThe ephemeralMessage to set.  | 
      
| Type | Description | 
OperationMetadataV1.Builder | 
        This builder for chaining.  | 
      
setEphemeralMessageBytes(ByteString value)
public OperationMetadataV1.Builder setEphemeralMessageBytes(ByteString value)Ephemeral message that may change every time the operation is polled. @OutputOnly
 string ephemeral_message = 6;
| Name | Description | 
value | 
        ByteStringThe bytes for ephemeralMessage to set.  | 
      
| Type | Description | 
OperationMetadataV1.Builder | 
        This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public OperationMetadataV1.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Type | Description | 
OperationMetadataV1.Builder | 
        
setInsertTime(Timestamp value)
public OperationMetadataV1.Builder setInsertTime(Timestamp value)Time that this operation was created. @OutputOnly
 .google.protobuf.Timestamp insert_time = 2;
| Name | Description | 
value | 
        Timestamp | 
      
| Type | Description | 
OperationMetadataV1.Builder | 
        
setInsertTime(Timestamp.Builder builderForValue)
public OperationMetadataV1.Builder setInsertTime(Timestamp.Builder builderForValue)Time that this operation was created. @OutputOnly
 .google.protobuf.Timestamp insert_time = 2;
| Name | Description | 
builderForValue | 
        Builder | 
      
| Type | Description | 
OperationMetadataV1.Builder | 
        
setMethod(String value)
public OperationMetadataV1.Builder setMethod(String value) API method that initiated this operation. Example:
 google.appengine.v1.Versions.CreateVersion.
 @OutputOnly
 string method = 1;
| Name | Description | 
value | 
        StringThe method to set.  | 
      
| Type | Description | 
OperationMetadataV1.Builder | 
        This builder for chaining.  | 
      
setMethodBytes(ByteString value)
public OperationMetadataV1.Builder setMethodBytes(ByteString value) API method that initiated this operation. Example:
 google.appengine.v1.Versions.CreateVersion.
 @OutputOnly
 string method = 1;
| Name | Description | 
value | 
        ByteStringThe bytes for method to set.  | 
      
| Type | Description | 
OperationMetadataV1.Builder | 
        This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public OperationMetadataV1.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Type | Description | 
OperationMetadataV1.Builder | 
        
setTarget(String value)
public OperationMetadataV1.Builder setTarget(String value) Name of the resource that this operation is acting on. Example:
 apps/myapp/services/default.
 @OutputOnly
 string target = 5;
| Name | Description | 
value | 
        StringThe target to set.  | 
      
| Type | Description | 
OperationMetadataV1.Builder | 
        This builder for chaining.  | 
      
setTargetBytes(ByteString value)
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;
| Name | Description | 
value | 
        ByteStringThe bytes for target to set.  | 
      
| Type | Description | 
OperationMetadataV1.Builder | 
        This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final OperationMetadataV1.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Type | Description | 
OperationMetadataV1.Builder | 
        
setUser(String value)
public OperationMetadataV1.Builder setUser(String value)User who requested this operation. @OutputOnly
 string user = 4;
| Name | Description | 
value | 
        StringThe user to set.  | 
      
| Type | Description | 
OperationMetadataV1.Builder | 
        This builder for chaining.  | 
      
setUserBytes(ByteString value)
public OperationMetadataV1.Builder setUserBytes(ByteString value)User who requested this operation. @OutputOnly
 string user = 4;
| Name | Description | 
value | 
        ByteStringThe bytes for user to set.  | 
      
| Type | Description | 
OperationMetadataV1.Builder | 
        This builder for chaining.  | 
      
setWarning(int index, String value)
public OperationMetadataV1.Builder setWarning(int index, String value)Durable messages that persist on every operation poll. @OutputOnly
 repeated string warning = 7;
| Name | Description | 
index | 
        intThe index to set the value at.  | 
      
value | 
        StringThe warning to set.  | 
      
| Type | Description | 
OperationMetadataV1.Builder | 
        This builder for chaining.  |