public static final class OverrideInlineSource.Builder extends GeneratedMessageV3.Builder<OverrideInlineSource.Builder> implements OverrideInlineSourceOrBuilder
Import data embedded in the request message
Protobuf type google.api.serviceusage.v1beta1.OverrideInlineSource
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllOverrides(Iterable<? extends QuotaOverride> values)
public OverrideInlineSource.Builder addAllOverrides(Iterable<? extends QuotaOverride> values)
The overrides to create.
Each override must have a value for 'metric' and 'unit', to specify
which metric and which limit the override should be applied to.
The 'name' field of the override does not need to be set; it is ignored.
repeated .google.api.serviceusage.v1beta1.QuotaOverride overrides = 1;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.api.serviceusage.v1beta1.QuotaOverride>
|
addOverrides(QuotaOverride value)
public OverrideInlineSource.Builder addOverrides(QuotaOverride value)
The overrides to create.
Each override must have a value for 'metric' and 'unit', to specify
which metric and which limit the override should be applied to.
The 'name' field of the override does not need to be set; it is ignored.
repeated .google.api.serviceusage.v1beta1.QuotaOverride overrides = 1;
addOverrides(QuotaOverride.Builder builderForValue)
public OverrideInlineSource.Builder addOverrides(QuotaOverride.Builder builderForValue)
The overrides to create.
Each override must have a value for 'metric' and 'unit', to specify
which metric and which limit the override should be applied to.
The 'name' field of the override does not need to be set; it is ignored.
repeated .google.api.serviceusage.v1beta1.QuotaOverride overrides = 1;
addOverrides(int index, QuotaOverride value)
public OverrideInlineSource.Builder addOverrides(int index, QuotaOverride value)
The overrides to create.
Each override must have a value for 'metric' and 'unit', to specify
which metric and which limit the override should be applied to.
The 'name' field of the override does not need to be set; it is ignored.
repeated .google.api.serviceusage.v1beta1.QuotaOverride overrides = 1;
addOverrides(int index, QuotaOverride.Builder builderForValue)
public OverrideInlineSource.Builder addOverrides(int index, QuotaOverride.Builder builderForValue)
The overrides to create.
Each override must have a value for 'metric' and 'unit', to specify
which metric and which limit the override should be applied to.
The 'name' field of the override does not need to be set; it is ignored.
repeated .google.api.serviceusage.v1beta1.QuotaOverride overrides = 1;
addOverridesBuilder()
public QuotaOverride.Builder addOverridesBuilder()
The overrides to create.
Each override must have a value for 'metric' and 'unit', to specify
which metric and which limit the override should be applied to.
The 'name' field of the override does not need to be set; it is ignored.
repeated .google.api.serviceusage.v1beta1.QuotaOverride overrides = 1;
addOverridesBuilder(int index)
public QuotaOverride.Builder addOverridesBuilder(int index)
The overrides to create.
Each override must have a value for 'metric' and 'unit', to specify
which metric and which limit the override should be applied to.
The 'name' field of the override does not need to be set; it is ignored.
repeated .google.api.serviceusage.v1beta1.QuotaOverride overrides = 1;
Parameter |
---|
Name | Description |
index | int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public OverrideInlineSource.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public OverrideInlineSource build()
buildPartial()
public OverrideInlineSource buildPartial()
clear()
public OverrideInlineSource.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public OverrideInlineSource.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public OverrideInlineSource.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearOverrides()
public OverrideInlineSource.Builder clearOverrides()
The overrides to create.
Each override must have a value for 'metric' and 'unit', to specify
which metric and which limit the override should be applied to.
The 'name' field of the override does not need to be set; it is ignored.
repeated .google.api.serviceusage.v1beta1.QuotaOverride overrides = 1;
clone()
public OverrideInlineSource.Builder clone()
Overrides
getDefaultInstanceForType()
public OverrideInlineSource getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getOverrides(int index)
public QuotaOverride getOverrides(int index)
The overrides to create.
Each override must have a value for 'metric' and 'unit', to specify
which metric and which limit the override should be applied to.
The 'name' field of the override does not need to be set; it is ignored.
repeated .google.api.serviceusage.v1beta1.QuotaOverride overrides = 1;
Parameter |
---|
Name | Description |
index | int
|
getOverridesBuilder(int index)
public QuotaOverride.Builder getOverridesBuilder(int index)
The overrides to create.
Each override must have a value for 'metric' and 'unit', to specify
which metric and which limit the override should be applied to.
The 'name' field of the override does not need to be set; it is ignored.
repeated .google.api.serviceusage.v1beta1.QuotaOverride overrides = 1;
Parameter |
---|
Name | Description |
index | int
|
getOverridesBuilderList()
public List<QuotaOverride.Builder> getOverridesBuilderList()
The overrides to create.
Each override must have a value for 'metric' and 'unit', to specify
which metric and which limit the override should be applied to.
The 'name' field of the override does not need to be set; it is ignored.
repeated .google.api.serviceusage.v1beta1.QuotaOverride overrides = 1;
getOverridesCount()
public int getOverridesCount()
The overrides to create.
Each override must have a value for 'metric' and 'unit', to specify
which metric and which limit the override should be applied to.
The 'name' field of the override does not need to be set; it is ignored.
repeated .google.api.serviceusage.v1beta1.QuotaOverride overrides = 1;
Returns |
---|
Type | Description |
int | |
getOverridesList()
public List<QuotaOverride> getOverridesList()
The overrides to create.
Each override must have a value for 'metric' and 'unit', to specify
which metric and which limit the override should be applied to.
The 'name' field of the override does not need to be set; it is ignored.
repeated .google.api.serviceusage.v1beta1.QuotaOverride overrides = 1;
getOverridesOrBuilder(int index)
public QuotaOverrideOrBuilder getOverridesOrBuilder(int index)
The overrides to create.
Each override must have a value for 'metric' and 'unit', to specify
which metric and which limit the override should be applied to.
The 'name' field of the override does not need to be set; it is ignored.
repeated .google.api.serviceusage.v1beta1.QuotaOverride overrides = 1;
Parameter |
---|
Name | Description |
index | int
|
getOverridesOrBuilderList()
public List<? extends QuotaOverrideOrBuilder> getOverridesOrBuilderList()
The overrides to create.
Each override must have a value for 'metric' and 'unit', to specify
which metric and which limit the override should be applied to.
The 'name' field of the override does not need to be set; it is ignored.
repeated .google.api.serviceusage.v1beta1.QuotaOverride overrides = 1;
Returns |
---|
Type | Description |
List<? extends com.google.api.serviceusage.v1beta1.QuotaOverrideOrBuilder> | |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(OverrideInlineSource other)
public OverrideInlineSource.Builder mergeFrom(OverrideInlineSource other)
public OverrideInlineSource.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public OverrideInlineSource.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final OverrideInlineSource.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeOverrides(int index)
public OverrideInlineSource.Builder removeOverrides(int index)
The overrides to create.
Each override must have a value for 'metric' and 'unit', to specify
which metric and which limit the override should be applied to.
The 'name' field of the override does not need to be set; it is ignored.
repeated .google.api.serviceusage.v1beta1.QuotaOverride overrides = 1;
Parameter |
---|
Name | Description |
index | int
|
setField(Descriptors.FieldDescriptor field, Object value)
public OverrideInlineSource.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setOverrides(int index, QuotaOverride value)
public OverrideInlineSource.Builder setOverrides(int index, QuotaOverride value)
The overrides to create.
Each override must have a value for 'metric' and 'unit', to specify
which metric and which limit the override should be applied to.
The 'name' field of the override does not need to be set; it is ignored.
repeated .google.api.serviceusage.v1beta1.QuotaOverride overrides = 1;
setOverrides(int index, QuotaOverride.Builder builderForValue)
public OverrideInlineSource.Builder setOverrides(int index, QuotaOverride.Builder builderForValue)
The overrides to create.
Each override must have a value for 'metric' and 'unit', to specify
which metric and which limit the override should be applied to.
The 'name' field of the override does not need to be set; it is ignored.
repeated .google.api.serviceusage.v1beta1.QuotaOverride overrides = 1;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public OverrideInlineSource.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final OverrideInlineSource.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides