publicstaticfinalclass GetConsumerQuotaMetricRequest.BuilderextendsGeneratedMessageV3.Builder<GetConsumerQuotaMetricRequest.Builder>implementsGetConsumerQuotaMetricRequestOrBuilder
Request message for GetConsumerQuotaMetric
Protobuf type google.api.serviceusage.v1beta1.GetConsumerQuotaMetricRequest
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
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicGetConsumerQuotaMetricRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicGetConsumerQuotaMetricRequestbuild()
buildPartial()
publicGetConsumerQuotaMetricRequestbuildPartial()
clear()
publicGetConsumerQuotaMetricRequest.Builderclear()
Overrides
clearField(Descriptors.FieldDescriptor field)
publicGetConsumerQuotaMetricRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearName()
publicGetConsumerQuotaMetricRequest.BuilderclearName()
The resource name of the quota limit.
An example name would be:
projects/123/services/serviceusage.googleapis.com/quotas/metrics/serviceusage.googleapis.com%2Fmutate_requests
string name = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
publicGetConsumerQuotaMetricRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clearView()
publicGetConsumerQuotaMetricRequest.BuilderclearView()
Specifies the level of detail for quota information in the response.
.google.api.serviceusage.v1beta1.QuotaView view = 2;
clone()
publicGetConsumerQuotaMetricRequest.Builderclone()
Overrides
getDefaultInstanceForType()
publicGetConsumerQuotaMetricRequestgetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getName()
The resource name of the quota limit.
An example name would be:
projects/123/services/serviceusage.googleapis.com/quotas/metrics/serviceusage.googleapis.com%2Fmutate_requests
string name = 1;
| Returns |
| Type |
Description |
String |
The name.
|
getNameBytes()
publicByteStringgetNameBytes()
The resource name of the quota limit.
An example name would be:
projects/123/services/serviceusage.googleapis.com/quotas/metrics/serviceusage.googleapis.com%2Fmutate_requests
string name = 1;
| Returns |
| Type |
Description |
ByteString |
The bytes for name.
|
getView()
Specifies the level of detail for quota information in the response.
.google.api.serviceusage.v1beta1.QuotaView view = 2;
getViewValue()
Specifies the level of detail for quota information in the response.
.google.api.serviceusage.v1beta1.QuotaView view = 2;
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for view.
|
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeFrom(GetConsumerQuotaMetricRequest other)
publicGetConsumerQuotaMetricRequest.BuildermergeFrom(GetConsumerQuotaMetricRequestother)
publicGetConsumerQuotaMetricRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicGetConsumerQuotaMetricRequest.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalGetConsumerQuotaMetricRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
publicGetConsumerQuotaMetricRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setName(String value)
publicGetConsumerQuotaMetricRequest.BuildersetName(Stringvalue)
The resource name of the quota limit.
An example name would be:
projects/123/services/serviceusage.googleapis.com/quotas/metrics/serviceusage.googleapis.com%2Fmutate_requests
string name = 1;
| Parameter |
| Name |
Description |
value |
String
The name to set.
|
setNameBytes(ByteString value)
publicGetConsumerQuotaMetricRequest.BuildersetNameBytes(ByteStringvalue)
The resource name of the quota limit.
An example name would be:
projects/123/services/serviceusage.googleapis.com/quotas/metrics/serviceusage.googleapis.com%2Fmutate_requests
string name = 1;
| Parameter |
| Name |
Description |
value |
ByteString
The bytes for name to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicGetConsumerQuotaMetricRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalGetConsumerQuotaMetricRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides
setView(QuotaView value)
publicGetConsumerQuotaMetricRequest.BuildersetView(QuotaViewvalue)
Specifies the level of detail for quota information in the response.
.google.api.serviceusage.v1beta1.QuotaView view = 2;
| Parameter |
| Name |
Description |
value |
QuotaView
The view to set.
|
setViewValue(int value)
publicGetConsumerQuotaMetricRequest.BuildersetViewValue(intvalue)
Specifies the level of detail for quota information in the response.
.google.api.serviceusage.v1beta1.QuotaView view = 2;
| Parameter |
| Name |
Description |
value |
int
The enum numeric value on the wire for view to set.
|