public final class OverrideInlineSource extends GeneratedMessageV3 implements OverrideInlineSourceOrBuilder
Import data embedded in the request message
Protobuf type google.api.serviceusage.v1beta1.OverrideInlineSource
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
OVERRIDES_FIELD_NUMBER
public static final int OVERRIDES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static OverrideInlineSource getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static OverrideInlineSource.Builder newBuilder()
newBuilder(OverrideInlineSource prototype)
public static OverrideInlineSource.Builder newBuilder(OverrideInlineSource prototype)
public static OverrideInlineSource parseDelimitedFrom(InputStream input)
public static OverrideInlineSource parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static OverrideInlineSource parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OverrideInlineSource parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static OverrideInlineSource parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OverrideInlineSource parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OverrideInlineSource parseFrom(CodedInputStream input)
public static OverrideInlineSource parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static OverrideInlineSource parseFrom(InputStream input)
public static OverrideInlineSource parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static OverrideInlineSource parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static OverrideInlineSource parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<OverrideInlineSource> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public OverrideInlineSource getDefaultInstanceForType()
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
|
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> |
|
getParserForType()
public Parser<OverrideInlineSource> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public OverrideInlineSource.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected OverrideInlineSource.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public OverrideInlineSource.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides