- 0.50.0 (latest)
- 0.49.0
- 0.48.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class Quota.Builder extends GeneratedMessageV3.Builder<Quota.Builder> implements QuotaOrBuilder
Represents quota for Edge Container resources.
Protobuf type google.cloud.edgecontainer.v1.Quota
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Quota.BuilderImplements
QuotaOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Quota.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
Quota.Builder |
build()
public Quota build()
Returns | |
---|---|
Type | Description |
Quota |
buildPartial()
public Quota buildPartial()
Returns | |
---|---|
Type | Description |
Quota |
clear()
public Quota.Builder clear()
Returns | |
---|---|
Type | Description |
Quota.Builder |
clearField(Descriptors.FieldDescriptor field)
public Quota.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
Quota.Builder |
clearLimit()
public Quota.Builder clearLimit()
Quota limit for this metric.
double limit = 2;
Returns | |
---|---|
Type | Description |
Quota.Builder | This builder for chaining. |
clearMetric()
public Quota.Builder clearMetric()
Name of the quota metric.
string metric = 1;
Returns | |
---|---|
Type | Description |
Quota.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Quota.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
Quota.Builder |
clearUsage()
public Quota.Builder clearUsage()
Current usage of this metric.
double usage = 3;
Returns | |
---|---|
Type | Description |
Quota.Builder | This builder for chaining. |
clone()
public Quota.Builder clone()
Returns | |
---|---|
Type | Description |
Quota.Builder |
getDefaultInstanceForType()
public Quota getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Quota |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getLimit()
public double getLimit()
Quota limit for this metric.
double limit = 2;
Returns | |
---|---|
Type | Description |
double | The limit. |
getMetric()
public String getMetric()
Name of the quota metric.
string metric = 1;
Returns | |
---|---|
Type | Description |
String | The metric. |
getMetricBytes()
public ByteString getMetricBytes()
Name of the quota metric.
string metric = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for metric. |
getUsage()
public double getUsage()
Current usage of this metric.
double usage = 3;
Returns | |
---|---|
Type | Description |
double | The usage. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(Quota other)
public Quota.Builder mergeFrom(Quota other)
Parameter | |
---|---|
Name | Description |
other | Quota |
Returns | |
---|---|
Type | Description |
Quota.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Quota.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Quota.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public Quota.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
Quota.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Quota.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Quota.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Quota.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
Quota.Builder |
setLimit(double value)
public Quota.Builder setLimit(double value)
Quota limit for this metric.
double limit = 2;
Parameter | |
---|---|
Name | Description |
value | double The limit to set. |
Returns | |
---|---|
Type | Description |
Quota.Builder | This builder for chaining. |
setMetric(String value)
public Quota.Builder setMetric(String value)
Name of the quota metric.
string metric = 1;
Parameter | |
---|---|
Name | Description |
value | String The metric to set. |
Returns | |
---|---|
Type | Description |
Quota.Builder | This builder for chaining. |
setMetricBytes(ByteString value)
public Quota.Builder setMetricBytes(ByteString value)
Name of the quota metric.
string metric = 1;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for metric to set. |
Returns | |
---|---|
Type | Description |
Quota.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Quota.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
Quota.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Quota.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Quota.Builder |
setUsage(double value)
public Quota.Builder setUsage(double value)
Current usage of this metric.
double usage = 3;
Parameter | |
---|---|
Name | Description |
value | double The usage to set. |
Returns | |
---|---|
Type | Description |
Quota.Builder | This builder for chaining. |