Class OperationMetadata.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<OperationMetadata.Builder>
-
- com.google.cloud.gkemulticloud.v1.OperationMetadata.Builder
-
- All Implemented Interfaces:
OperationMetadataOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- OperationMetadata
public static final class OperationMetadata.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<OperationMetadata.Builder> implements OperationMetadataOrBuilder
Metadata about a long-running operation.
Protobuf typegoogle.cloud.gkemulticloud.v1.OperationMetadata
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationMetadata.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
OperationMetadata
build()
OperationMetadata
buildPartial()
OperationMetadata.Builder
clear()
OperationMetadata.Builder
clearCreateTime()
Output only.OperationMetadata.Builder
clearEndTime()
Output only.OperationMetadata.Builder
clearErrorDetail()
Output only.OperationMetadata.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
OperationMetadata.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
OperationMetadata.Builder
clearRequestedCancellation()
Output only.OperationMetadata.Builder
clearStatusDetail()
Output only.OperationMetadata.Builder
clearTarget()
Output only.OperationMetadata.Builder
clearVerb()
Output only.OperationMetadata.Builder
clone()
com.google.protobuf.Timestamp
getCreateTime()
Output only.com.google.protobuf.Timestamp.Builder
getCreateTimeBuilder()
Output only.com.google.protobuf.TimestampOrBuilder
getCreateTimeOrBuilder()
Output only.OperationMetadata
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
com.google.protobuf.Timestamp
getEndTime()
Output only.com.google.protobuf.Timestamp.Builder
getEndTimeBuilder()
Output only.com.google.protobuf.TimestampOrBuilder
getEndTimeOrBuilder()
Output only.String
getErrorDetail()
Output only.com.google.protobuf.ByteString
getErrorDetailBytes()
Output only.boolean
getRequestedCancellation()
Output only.String
getStatusDetail()
Output only.com.google.protobuf.ByteString
getStatusDetailBytes()
Output only.String
getTarget()
Output only.com.google.protobuf.ByteString
getTargetBytes()
Output only.String
getVerb()
Output only.com.google.protobuf.ByteString
getVerbBytes()
Output only.boolean
hasCreateTime()
Output only.boolean
hasEndTime()
Output only.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
OperationMetadata.Builder
mergeCreateTime(com.google.protobuf.Timestamp value)
Output only.OperationMetadata.Builder
mergeEndTime(com.google.protobuf.Timestamp value)
Output only.OperationMetadata.Builder
mergeFrom(OperationMetadata other)
OperationMetadata.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OperationMetadata.Builder
mergeFrom(com.google.protobuf.Message other)
OperationMetadata.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
OperationMetadata.Builder
setCreateTime(com.google.protobuf.Timestamp value)
Output only.OperationMetadata.Builder
setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.OperationMetadata.Builder
setEndTime(com.google.protobuf.Timestamp value)
Output only.OperationMetadata.Builder
setEndTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.OperationMetadata.Builder
setErrorDetail(String value)
Output only.OperationMetadata.Builder
setErrorDetailBytes(com.google.protobuf.ByteString value)
Output only.OperationMetadata.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
OperationMetadata.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
OperationMetadata.Builder
setRequestedCancellation(boolean value)
Output only.OperationMetadata.Builder
setStatusDetail(String value)
Output only.OperationMetadata.Builder
setStatusDetailBytes(com.google.protobuf.ByteString value)
Output only.OperationMetadata.Builder
setTarget(String value)
Output only.OperationMetadata.Builder
setTargetBytes(com.google.protobuf.ByteString value)
Output only.OperationMetadata.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
OperationMetadata.Builder
setVerb(String value)
Output only.OperationMetadata.Builder
setVerbBytes(com.google.protobuf.ByteString value)
Output only.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<OperationMetadata.Builder>
-
clear
public OperationMetadata.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<OperationMetadata.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<OperationMetadata.Builder>
-
getDefaultInstanceForType
public OperationMetadata getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public OperationMetadata build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public OperationMetadata buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public OperationMetadata.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<OperationMetadata.Builder>
-
setField
public OperationMetadata.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<OperationMetadata.Builder>
-
clearField
public OperationMetadata.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<OperationMetadata.Builder>
-
clearOneof
public OperationMetadata.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<OperationMetadata.Builder>
-
setRepeatedField
public OperationMetadata.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<OperationMetadata.Builder>
-
addRepeatedField
public OperationMetadata.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<OperationMetadata.Builder>
-
mergeFrom
public OperationMetadata.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<OperationMetadata.Builder>
-
mergeFrom
public OperationMetadata.Builder mergeFrom(OperationMetadata other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<OperationMetadata.Builder>
-
mergeFrom
public OperationMetadata.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<OperationMetadata.Builder>
- Throws:
IOException
-
hasCreateTime
public boolean hasCreateTime()
Output only. The time at which this operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
hasCreateTime
in interfaceOperationMetadataOrBuilder
- Returns:
- Whether the createTime field is set.
-
getCreateTime
public com.google.protobuf.Timestamp getCreateTime()
Output only. The time at which this operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getCreateTime
in interfaceOperationMetadataOrBuilder
- Returns:
- The createTime.
-
setCreateTime
public OperationMetadata.Builder setCreateTime(com.google.protobuf.Timestamp value)
Output only. The time at which this operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
setCreateTime
public OperationMetadata.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. The time at which this operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
mergeCreateTime
public OperationMetadata.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
Output only. The time at which this operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
clearCreateTime
public OperationMetadata.Builder clearCreateTime()
Output only. The time at which this operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getCreateTimeBuilder
public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
Output only. The time at which this operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getCreateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time at which this operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getCreateTimeOrBuilder
in interfaceOperationMetadataOrBuilder
-
hasEndTime
public boolean hasEndTime()
Output only. The time at which this operation was completed.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
hasEndTime
in interfaceOperationMetadataOrBuilder
- Returns:
- Whether the endTime field is set.
-
getEndTime
public com.google.protobuf.Timestamp getEndTime()
Output only. The time at which this operation was completed.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getEndTime
in interfaceOperationMetadataOrBuilder
- Returns:
- The endTime.
-
setEndTime
public OperationMetadata.Builder setEndTime(com.google.protobuf.Timestamp value)
Output only. The time at which this operation was completed.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
setEndTime
public OperationMetadata.Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. The time at which this operation was completed.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
mergeEndTime
public OperationMetadata.Builder mergeEndTime(com.google.protobuf.Timestamp value)
Output only. The time at which this operation was completed.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
clearEndTime
public OperationMetadata.Builder clearEndTime()
Output only. The time at which this operation was completed.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getEndTimeBuilder
public com.google.protobuf.Timestamp.Builder getEndTimeBuilder()
Output only. The time at which this operation was completed.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getEndTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Output only. The time at which this operation was completed.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getEndTimeOrBuilder
in interfaceOperationMetadataOrBuilder
-
getTarget
public String getTarget()
Output only. The name of the resource associated to this operation.
string target = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getTarget
in interfaceOperationMetadataOrBuilder
- Returns:
- The target.
-
getTargetBytes
public com.google.protobuf.ByteString getTargetBytes()
Output only. The name of the resource associated to this operation.
string target = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getTargetBytes
in interfaceOperationMetadataOrBuilder
- Returns:
- The bytes for target.
-
setTarget
public OperationMetadata.Builder setTarget(String value)
Output only. The name of the resource associated to this operation.
string target = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Parameters:
value
- The target to set.- Returns:
- This builder for chaining.
-
clearTarget
public OperationMetadata.Builder clearTarget()
Output only. The name of the resource associated to this operation.
string target = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- This builder for chaining.
-
setTargetBytes
public OperationMetadata.Builder setTargetBytes(com.google.protobuf.ByteString value)
Output only. The name of the resource associated to this operation.
string target = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Parameters:
value
- The bytes for target to set.- Returns:
- This builder for chaining.
-
getStatusDetail
public String getStatusDetail()
Output only. Human-readable status of the operation, if any.
string status_detail = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getStatusDetail
in interfaceOperationMetadataOrBuilder
- Returns:
- The statusDetail.
-
getStatusDetailBytes
public com.google.protobuf.ByteString getStatusDetailBytes()
Output only. Human-readable status of the operation, if any.
string status_detail = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getStatusDetailBytes
in interfaceOperationMetadataOrBuilder
- Returns:
- The bytes for statusDetail.
-
setStatusDetail
public OperationMetadata.Builder setStatusDetail(String value)
Output only. Human-readable status of the operation, if any.
string status_detail = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Parameters:
value
- The statusDetail to set.- Returns:
- This builder for chaining.
-
clearStatusDetail
public OperationMetadata.Builder clearStatusDetail()
Output only. Human-readable status of the operation, if any.
string status_detail = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- This builder for chaining.
-
setStatusDetailBytes
public OperationMetadata.Builder setStatusDetailBytes(com.google.protobuf.ByteString value)
Output only. Human-readable status of the operation, if any.
string status_detail = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Parameters:
value
- The bytes for statusDetail to set.- Returns:
- This builder for chaining.
-
getErrorDetail
public String getErrorDetail()
Output only. Human-readable status of any error that occurred during the operation.
string error_detail = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getErrorDetail
in interfaceOperationMetadataOrBuilder
- Returns:
- The errorDetail.
-
getErrorDetailBytes
public com.google.protobuf.ByteString getErrorDetailBytes()
Output only. Human-readable status of any error that occurred during the operation.
string error_detail = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getErrorDetailBytes
in interfaceOperationMetadataOrBuilder
- Returns:
- The bytes for errorDetail.
-
setErrorDetail
public OperationMetadata.Builder setErrorDetail(String value)
Output only. Human-readable status of any error that occurred during the operation.
string error_detail = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Parameters:
value
- The errorDetail to set.- Returns:
- This builder for chaining.
-
clearErrorDetail
public OperationMetadata.Builder clearErrorDetail()
Output only. Human-readable status of any error that occurred during the operation.
string error_detail = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- This builder for chaining.
-
setErrorDetailBytes
public OperationMetadata.Builder setErrorDetailBytes(com.google.protobuf.ByteString value)
Output only. Human-readable status of any error that occurred during the operation.
string error_detail = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Parameters:
value
- The bytes for errorDetail to set.- Returns:
- This builder for chaining.
-
getVerb
public String getVerb()
Output only. The verb associated with the API method which triggered this operation. Possible values are "create", "delete", "update" and "import".
string verb = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getVerb
in interfaceOperationMetadataOrBuilder
- Returns:
- The verb.
-
getVerbBytes
public com.google.protobuf.ByteString getVerbBytes()
Output only. The verb associated with the API method which triggered this operation. Possible values are "create", "delete", "update" and "import".
string verb = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getVerbBytes
in interfaceOperationMetadataOrBuilder
- Returns:
- The bytes for verb.
-
setVerb
public OperationMetadata.Builder setVerb(String value)
Output only. The verb associated with the API method which triggered this operation. Possible values are "create", "delete", "update" and "import".
string verb = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Parameters:
value
- The verb to set.- Returns:
- This builder for chaining.
-
clearVerb
public OperationMetadata.Builder clearVerb()
Output only. The verb associated with the API method which triggered this operation. Possible values are "create", "delete", "update" and "import".
string verb = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- This builder for chaining.
-
setVerbBytes
public OperationMetadata.Builder setVerbBytes(com.google.protobuf.ByteString value)
Output only. The verb associated with the API method which triggered this operation. Possible values are "create", "delete", "update" and "import".
string verb = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Parameters:
value
- The bytes for verb to set.- Returns:
- This builder for chaining.
-
getRequestedCancellation
public boolean getRequestedCancellation()
Output only. Identifies whether it has been requested cancellation for the operation. Operations that have successfully been cancelled have [Operation.error][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to `Code.CANCELLED`.
bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getRequestedCancellation
in interfaceOperationMetadataOrBuilder
- Returns:
- The requestedCancellation.
-
setRequestedCancellation
public OperationMetadata.Builder setRequestedCancellation(boolean value)
Output only. Identifies whether it has been requested cancellation for the operation. Operations that have successfully been cancelled have [Operation.error][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to `Code.CANCELLED`.
bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Parameters:
value
- The requestedCancellation to set.- Returns:
- This builder for chaining.
-
clearRequestedCancellation
public OperationMetadata.Builder clearRequestedCancellation()
Output only. Identifies whether it has been requested cancellation for the operation. Operations that have successfully been cancelled have [Operation.error][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to `Code.CANCELLED`.
bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- This builder for chaining.
-
setUnknownFields
public final OperationMetadata.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<OperationMetadata.Builder>
-
mergeUnknownFields
public final OperationMetadata.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<OperationMetadata.Builder>
-
-