publicstaticfinalclass OperationMetadata.BuilderextendsGeneratedMessageV3.Builder<OperationMetadata.Builder>implementsOperationMetadataOrBuilder
The operation metadata returned for the batchend services operation.
Protobuf type google.api.serviceusage.v1beta1.OperationMetadata
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
publicOperationMetadata.BuilderaddAllResourceNames(Iterable<String>values)
The full name of the resources that this operation is directly
associated with.
repeated string resource_names = 2;
| Parameter |
| Name |
Description |
values |
Iterable<String>
The resourceNames to add.
|
publicOperationMetadata.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
publicOperationMetadata.BuilderaddResourceNames(Stringvalue)
The full name of the resources that this operation is directly
associated with.
repeated string resource_names = 2;
| Parameter |
| Name |
Description |
value |
String
The resourceNames to add.
|
publicOperationMetadata.BuilderaddResourceNamesBytes(ByteStringvalue)
The full name of the resources that this operation is directly
associated with.
repeated string resource_names = 2;
| Parameter |
| Name |
Description |
value |
ByteString
The bytes of the resourceNames to add.
|
publicOperationMetadatabuild()
publicOperationMetadatabuildPartial()
publicOperationMetadata.Builderclear()
Overrides
publicOperationMetadata.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
publicOperationMetadata.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
publicOperationMetadata.BuilderclearResourceNames()
The full name of the resources that this operation is directly
associated with.
repeated string resource_names = 2;
publicOperationMetadata.Builderclone()
Overrides
publicOperationMetadatagetDefaultInstanceForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
publicStringgetResourceNames(intindex)
The full name of the resources that this operation is directly
associated with.
repeated string resource_names = 2;
| Parameter |
| Name |
Description |
index |
int
The index of the element to return.
|
| Returns |
| Type |
Description |
String |
The resourceNames at the given index.
|
publicByteStringgetResourceNamesBytes(intindex)
The full name of the resources that this operation is directly
associated with.
repeated string resource_names = 2;
| Parameter |
| Name |
Description |
index |
int
The index of the value to return.
|
| Returns |
| Type |
Description |
ByteString |
The bytes of the resourceNames at the given index.
|
publicintgetResourceNamesCount()
The full name of the resources that this operation is directly
associated with.
repeated string resource_names = 2;
| Returns |
| Type |
Description |
int |
The count of resourceNames.
|
publicProtocolStringListgetResourceNamesList()
The full name of the resources that this operation is directly
associated with.
repeated string resource_names = 2;
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
publicfinalbooleanisInitialized()
Overrides
publicOperationMetadata.BuildermergeFrom(OperationMetadataother)
publicOperationMetadata.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
publicOperationMetadata.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
publicfinalOperationMetadata.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
publicOperationMetadata.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
publicOperationMetadata.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
publicOperationMetadata.BuildersetResourceNames(intindex,Stringvalue)
The full name of the resources that this operation is directly
associated with.
repeated string resource_names = 2;
| Parameters |
| Name |
Description |
index |
int
The index to set the value at.
|
value |
String
The resourceNames to set.
|
publicfinalOperationMetadata.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides