Package com.google.api
Class Usage.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Usage.Builder>
-
- com.google.api.Usage.Builder
-
- All Implemented Interfaces:
UsageOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- Usage
public static final class Usage.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Usage.Builder> implements UsageOrBuilder
Configuration controlling usage of a service.
Protobuf typegoogle.api.Usage
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Usage.BuilderaddAllRequirements(Iterable<String> values)Requirements that must be satisfied before a consumer project can use the service.Usage.BuilderaddAllRules(Iterable<? extends UsageRule> values)A list of usage rules that apply to individual API methods.Usage.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Usage.BuilderaddRequirements(String value)Requirements that must be satisfied before a consumer project can use the service.Usage.BuilderaddRequirementsBytes(com.google.protobuf.ByteString value)Requirements that must be satisfied before a consumer project can use the service.Usage.BuilderaddRules(int index, UsageRule value)A list of usage rules that apply to individual API methods.Usage.BuilderaddRules(int index, UsageRule.Builder builderForValue)A list of usage rules that apply to individual API methods.Usage.BuilderaddRules(UsageRule value)A list of usage rules that apply to individual API methods.Usage.BuilderaddRules(UsageRule.Builder builderForValue)A list of usage rules that apply to individual API methods.UsageRule.BuilderaddRulesBuilder()A list of usage rules that apply to individual API methods.UsageRule.BuilderaddRulesBuilder(int index)A list of usage rules that apply to individual API methods.Usagebuild()UsagebuildPartial()Usage.Builderclear()Usage.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Usage.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Usage.BuilderclearProducerNotificationChannel()The full resource name of a channel used for sending notifications to the service producer.Usage.BuilderclearRequirements()Requirements that must be satisfied before a consumer project can use the service.Usage.BuilderclearRules()A list of usage rules that apply to individual API methods.Usage.Builderclone()UsagegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetProducerNotificationChannel()The full resource name of a channel used for sending notifications to the service producer.com.google.protobuf.ByteStringgetProducerNotificationChannelBytes()The full resource name of a channel used for sending notifications to the service producer.StringgetRequirements(int index)Requirements that must be satisfied before a consumer project can use the service.com.google.protobuf.ByteStringgetRequirementsBytes(int index)Requirements that must be satisfied before a consumer project can use the service.intgetRequirementsCount()Requirements that must be satisfied before a consumer project can use the service.com.google.protobuf.ProtocolStringListgetRequirementsList()Requirements that must be satisfied before a consumer project can use the service.UsageRulegetRules(int index)A list of usage rules that apply to individual API methods.UsageRule.BuildergetRulesBuilder(int index)A list of usage rules that apply to individual API methods.List<UsageRule.Builder>getRulesBuilderList()A list of usage rules that apply to individual API methods.intgetRulesCount()A list of usage rules that apply to individual API methods.List<UsageRule>getRulesList()A list of usage rules that apply to individual API methods.UsageRuleOrBuildergetRulesOrBuilder(int index)A list of usage rules that apply to individual API methods.List<? extends UsageRuleOrBuilder>getRulesOrBuilderList()A list of usage rules that apply to individual API methods.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Usage.BuildermergeFrom(Usage other)Usage.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Usage.BuildermergeFrom(com.google.protobuf.Message other)Usage.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Usage.BuilderremoveRules(int index)A list of usage rules that apply to individual API methods.Usage.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Usage.BuildersetProducerNotificationChannel(String value)The full resource name of a channel used for sending notifications to the service producer.Usage.BuildersetProducerNotificationChannelBytes(com.google.protobuf.ByteString value)The full resource name of a channel used for sending notifications to the service producer.Usage.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Usage.BuildersetRequirements(int index, String value)Requirements that must be satisfied before a consumer project can use the service.Usage.BuildersetRules(int index, UsageRule value)A list of usage rules that apply to individual API methods.Usage.BuildersetRules(int index, UsageRule.Builder builderForValue)A list of usage rules that apply to individual API methods.Usage.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
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:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Usage.Builder>
-
clear
public Usage.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Usage.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Usage.Builder>
-
getDefaultInstanceForType
public Usage getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Usage build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Usage buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Usage.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Usage.Builder>
-
setField
public Usage.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Usage.Builder>
-
clearField
public Usage.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Usage.Builder>
-
clearOneof
public Usage.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Usage.Builder>
-
setRepeatedField
public Usage.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Usage.Builder>
-
addRepeatedField
public Usage.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Usage.Builder>
-
mergeFrom
public Usage.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Usage.Builder>
-
mergeFrom
public Usage.Builder mergeFrom(Usage other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Usage.Builder>
-
mergeFrom
public Usage.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Usage.Builder>- Throws:
IOException
-
getRequirementsList
public com.google.protobuf.ProtocolStringList getRequirementsList()
Requirements that must be satisfied before a consumer project can use the service. Each requirement is of the form <service.name>/<requirement-id>; for example 'serviceusage.googleapis.com/billing-enabled'. For Google APIs, a Terms of Service requirement must be included here. Google Cloud APIs must include "serviceusage.googleapis.com/tos/cloud". Other Google APIs should include "serviceusage.googleapis.com/tos/universal". Additional ToS can be included based on the business needs.
repeated string requirements = 1;- Specified by:
getRequirementsListin interfaceUsageOrBuilder- Returns:
- A list containing the requirements.
-
getRequirementsCount
public int getRequirementsCount()
Requirements that must be satisfied before a consumer project can use the service. Each requirement is of the form <service.name>/<requirement-id>; for example 'serviceusage.googleapis.com/billing-enabled'. For Google APIs, a Terms of Service requirement must be included here. Google Cloud APIs must include "serviceusage.googleapis.com/tos/cloud". Other Google APIs should include "serviceusage.googleapis.com/tos/universal". Additional ToS can be included based on the business needs.
repeated string requirements = 1;- Specified by:
getRequirementsCountin interfaceUsageOrBuilder- Returns:
- The count of requirements.
-
getRequirements
public String getRequirements(int index)
Requirements that must be satisfied before a consumer project can use the service. Each requirement is of the form <service.name>/<requirement-id>; for example 'serviceusage.googleapis.com/billing-enabled'. For Google APIs, a Terms of Service requirement must be included here. Google Cloud APIs must include "serviceusage.googleapis.com/tos/cloud". Other Google APIs should include "serviceusage.googleapis.com/tos/universal". Additional ToS can be included based on the business needs.
repeated string requirements = 1;- Specified by:
getRequirementsin interfaceUsageOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The requirements at the given index.
-
getRequirementsBytes
public com.google.protobuf.ByteString getRequirementsBytes(int index)
Requirements that must be satisfied before a consumer project can use the service. Each requirement is of the form <service.name>/<requirement-id>; for example 'serviceusage.googleapis.com/billing-enabled'. For Google APIs, a Terms of Service requirement must be included here. Google Cloud APIs must include "serviceusage.googleapis.com/tos/cloud". Other Google APIs should include "serviceusage.googleapis.com/tos/universal". Additional ToS can be included based on the business needs.
repeated string requirements = 1;- Specified by:
getRequirementsBytesin interfaceUsageOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the requirements at the given index.
-
setRequirements
public Usage.Builder setRequirements(int index, String value)
Requirements that must be satisfied before a consumer project can use the service. Each requirement is of the form <service.name>/<requirement-id>; for example 'serviceusage.googleapis.com/billing-enabled'. For Google APIs, a Terms of Service requirement must be included here. Google Cloud APIs must include "serviceusage.googleapis.com/tos/cloud". Other Google APIs should include "serviceusage.googleapis.com/tos/universal". Additional ToS can be included based on the business needs.
repeated string requirements = 1;- Parameters:
index- The index to set the value at.value- The requirements to set.- Returns:
- This builder for chaining.
-
addRequirements
public Usage.Builder addRequirements(String value)
Requirements that must be satisfied before a consumer project can use the service. Each requirement is of the form <service.name>/<requirement-id>; for example 'serviceusage.googleapis.com/billing-enabled'. For Google APIs, a Terms of Service requirement must be included here. Google Cloud APIs must include "serviceusage.googleapis.com/tos/cloud". Other Google APIs should include "serviceusage.googleapis.com/tos/universal". Additional ToS can be included based on the business needs.
repeated string requirements = 1;- Parameters:
value- The requirements to add.- Returns:
- This builder for chaining.
-
addAllRequirements
public Usage.Builder addAllRequirements(Iterable<String> values)
Requirements that must be satisfied before a consumer project can use the service. Each requirement is of the form <service.name>/<requirement-id>; for example 'serviceusage.googleapis.com/billing-enabled'. For Google APIs, a Terms of Service requirement must be included here. Google Cloud APIs must include "serviceusage.googleapis.com/tos/cloud". Other Google APIs should include "serviceusage.googleapis.com/tos/universal". Additional ToS can be included based on the business needs.
repeated string requirements = 1;- Parameters:
values- The requirements to add.- Returns:
- This builder for chaining.
-
clearRequirements
public Usage.Builder clearRequirements()
Requirements that must be satisfied before a consumer project can use the service. Each requirement is of the form <service.name>/<requirement-id>; for example 'serviceusage.googleapis.com/billing-enabled'. For Google APIs, a Terms of Service requirement must be included here. Google Cloud APIs must include "serviceusage.googleapis.com/tos/cloud". Other Google APIs should include "serviceusage.googleapis.com/tos/universal". Additional ToS can be included based on the business needs.
repeated string requirements = 1;- Returns:
- This builder for chaining.
-
addRequirementsBytes
public Usage.Builder addRequirementsBytes(com.google.protobuf.ByteString value)
Requirements that must be satisfied before a consumer project can use the service. Each requirement is of the form <service.name>/<requirement-id>; for example 'serviceusage.googleapis.com/billing-enabled'. For Google APIs, a Terms of Service requirement must be included here. Google Cloud APIs must include "serviceusage.googleapis.com/tos/cloud". Other Google APIs should include "serviceusage.googleapis.com/tos/universal". Additional ToS can be included based on the business needs.
repeated string requirements = 1;- Parameters:
value- The bytes of the requirements to add.- Returns:
- This builder for chaining.
-
getRulesList
public List<UsageRule> getRulesList()
A list of usage rules that apply to individual API methods. **NOTE:** All service configuration rules follow "last one wins" order.
repeated .google.api.UsageRule rules = 6;- Specified by:
getRulesListin interfaceUsageOrBuilder
-
getRulesCount
public int getRulesCount()
A list of usage rules that apply to individual API methods. **NOTE:** All service configuration rules follow "last one wins" order.
repeated .google.api.UsageRule rules = 6;- Specified by:
getRulesCountin interfaceUsageOrBuilder
-
getRules
public UsageRule getRules(int index)
A list of usage rules that apply to individual API methods. **NOTE:** All service configuration rules follow "last one wins" order.
repeated .google.api.UsageRule rules = 6;- Specified by:
getRulesin interfaceUsageOrBuilder
-
setRules
public Usage.Builder setRules(int index, UsageRule value)
A list of usage rules that apply to individual API methods. **NOTE:** All service configuration rules follow "last one wins" order.
repeated .google.api.UsageRule rules = 6;
-
setRules
public Usage.Builder setRules(int index, UsageRule.Builder builderForValue)
A list of usage rules that apply to individual API methods. **NOTE:** All service configuration rules follow "last one wins" order.
repeated .google.api.UsageRule rules = 6;
-
addRules
public Usage.Builder addRules(UsageRule value)
A list of usage rules that apply to individual API methods. **NOTE:** All service configuration rules follow "last one wins" order.
repeated .google.api.UsageRule rules = 6;
-
addRules
public Usage.Builder addRules(int index, UsageRule value)
A list of usage rules that apply to individual API methods. **NOTE:** All service configuration rules follow "last one wins" order.
repeated .google.api.UsageRule rules = 6;
-
addRules
public Usage.Builder addRules(UsageRule.Builder builderForValue)
A list of usage rules that apply to individual API methods. **NOTE:** All service configuration rules follow "last one wins" order.
repeated .google.api.UsageRule rules = 6;
-
addRules
public Usage.Builder addRules(int index, UsageRule.Builder builderForValue)
A list of usage rules that apply to individual API methods. **NOTE:** All service configuration rules follow "last one wins" order.
repeated .google.api.UsageRule rules = 6;
-
addAllRules
public Usage.Builder addAllRules(Iterable<? extends UsageRule> values)
A list of usage rules that apply to individual API methods. **NOTE:** All service configuration rules follow "last one wins" order.
repeated .google.api.UsageRule rules = 6;
-
clearRules
public Usage.Builder clearRules()
A list of usage rules that apply to individual API methods. **NOTE:** All service configuration rules follow "last one wins" order.
repeated .google.api.UsageRule rules = 6;
-
removeRules
public Usage.Builder removeRules(int index)
A list of usage rules that apply to individual API methods. **NOTE:** All service configuration rules follow "last one wins" order.
repeated .google.api.UsageRule rules = 6;
-
getRulesBuilder
public UsageRule.Builder getRulesBuilder(int index)
A list of usage rules that apply to individual API methods. **NOTE:** All service configuration rules follow "last one wins" order.
repeated .google.api.UsageRule rules = 6;
-
getRulesOrBuilder
public UsageRuleOrBuilder getRulesOrBuilder(int index)
A list of usage rules that apply to individual API methods. **NOTE:** All service configuration rules follow "last one wins" order.
repeated .google.api.UsageRule rules = 6;- Specified by:
getRulesOrBuilderin interfaceUsageOrBuilder
-
getRulesOrBuilderList
public List<? extends UsageRuleOrBuilder> getRulesOrBuilderList()
A list of usage rules that apply to individual API methods. **NOTE:** All service configuration rules follow "last one wins" order.
repeated .google.api.UsageRule rules = 6;- Specified by:
getRulesOrBuilderListin interfaceUsageOrBuilder
-
addRulesBuilder
public UsageRule.Builder addRulesBuilder()
A list of usage rules that apply to individual API methods. **NOTE:** All service configuration rules follow "last one wins" order.
repeated .google.api.UsageRule rules = 6;
-
addRulesBuilder
public UsageRule.Builder addRulesBuilder(int index)
A list of usage rules that apply to individual API methods. **NOTE:** All service configuration rules follow "last one wins" order.
repeated .google.api.UsageRule rules = 6;
-
getRulesBuilderList
public List<UsageRule.Builder> getRulesBuilderList()
A list of usage rules that apply to individual API methods. **NOTE:** All service configuration rules follow "last one wins" order.
repeated .google.api.UsageRule rules = 6;
-
getProducerNotificationChannel
public String getProducerNotificationChannel()
The full resource name of a channel used for sending notifications to the service producer. Google Service Management currently only supports [Google Cloud Pub/Sub](https://cloud.google.com/pubsub) as a notification channel. To use Google Cloud Pub/Sub as the channel, this must be the name of a Cloud Pub/Sub topic that uses the Cloud Pub/Sub topic name format documented in https://cloud.google.com/pubsub/docs/overview.
string producer_notification_channel = 7;- Specified by:
getProducerNotificationChannelin interfaceUsageOrBuilder- Returns:
- The producerNotificationChannel.
-
getProducerNotificationChannelBytes
public com.google.protobuf.ByteString getProducerNotificationChannelBytes()
The full resource name of a channel used for sending notifications to the service producer. Google Service Management currently only supports [Google Cloud Pub/Sub](https://cloud.google.com/pubsub) as a notification channel. To use Google Cloud Pub/Sub as the channel, this must be the name of a Cloud Pub/Sub topic that uses the Cloud Pub/Sub topic name format documented in https://cloud.google.com/pubsub/docs/overview.
string producer_notification_channel = 7;- Specified by:
getProducerNotificationChannelBytesin interfaceUsageOrBuilder- Returns:
- The bytes for producerNotificationChannel.
-
setProducerNotificationChannel
public Usage.Builder setProducerNotificationChannel(String value)
The full resource name of a channel used for sending notifications to the service producer. Google Service Management currently only supports [Google Cloud Pub/Sub](https://cloud.google.com/pubsub) as a notification channel. To use Google Cloud Pub/Sub as the channel, this must be the name of a Cloud Pub/Sub topic that uses the Cloud Pub/Sub topic name format documented in https://cloud.google.com/pubsub/docs/overview.
string producer_notification_channel = 7;- Parameters:
value- The producerNotificationChannel to set.- Returns:
- This builder for chaining.
-
clearProducerNotificationChannel
public Usage.Builder clearProducerNotificationChannel()
The full resource name of a channel used for sending notifications to the service producer. Google Service Management currently only supports [Google Cloud Pub/Sub](https://cloud.google.com/pubsub) as a notification channel. To use Google Cloud Pub/Sub as the channel, this must be the name of a Cloud Pub/Sub topic that uses the Cloud Pub/Sub topic name format documented in https://cloud.google.com/pubsub/docs/overview.
string producer_notification_channel = 7;- Returns:
- This builder for chaining.
-
setProducerNotificationChannelBytes
public Usage.Builder setProducerNotificationChannelBytes(com.google.protobuf.ByteString value)
The full resource name of a channel used for sending notifications to the service producer. Google Service Management currently only supports [Google Cloud Pub/Sub](https://cloud.google.com/pubsub) as a notification channel. To use Google Cloud Pub/Sub as the channel, this must be the name of a Cloud Pub/Sub topic that uses the Cloud Pub/Sub topic name format documented in https://cloud.google.com/pubsub/docs/overview.
string producer_notification_channel = 7;- Parameters:
value- The bytes for producerNotificationChannel to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final Usage.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Usage.Builder>
-
mergeUnknownFields
public final Usage.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Usage.Builder>
-
-