Class OverrideInlineSource (2.4.0)

public final class OverrideInlineSource extends GeneratedMessageV3 implements OverrideInlineSourceOrBuilder

Import data embedded in the request message

Protobuf type google.api.serviceusage.v1beta1.OverrideInlineSource

Static Fields

OVERRIDES_FIELD_NUMBER

public static final int OVERRIDES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static OverrideInlineSource getDefaultInstance()
Returns
TypeDescription
OverrideInlineSource

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static OverrideInlineSource.Builder newBuilder()
Returns
TypeDescription
OverrideInlineSource.Builder

newBuilder(OverrideInlineSource prototype)

public static OverrideInlineSource.Builder newBuilder(OverrideInlineSource prototype)
Parameter
NameDescription
prototypeOverrideInlineSource
Returns
TypeDescription
OverrideInlineSource.Builder

parseDelimitedFrom(InputStream input)

public static OverrideInlineSource parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
OverrideInlineSource
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static OverrideInlineSource parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
OverrideInlineSource
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static OverrideInlineSource parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
OverrideInlineSource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static OverrideInlineSource parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
OverrideInlineSource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static OverrideInlineSource parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
OverrideInlineSource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static OverrideInlineSource parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
OverrideInlineSource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static OverrideInlineSource parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
OverrideInlineSource
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static OverrideInlineSource parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
OverrideInlineSource
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static OverrideInlineSource parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
OverrideInlineSource
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static OverrideInlineSource parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
OverrideInlineSource
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static OverrideInlineSource parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
OverrideInlineSource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static OverrideInlineSource parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
OverrideInlineSource
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<OverrideInlineSource> parser()
Returns
TypeDescription
Parser<OverrideInlineSource>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public OverrideInlineSource getDefaultInstanceForType()
Returns
TypeDescription
OverrideInlineSource

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
NameDescription
indexint
Returns
TypeDescription
QuotaOverride

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
TypeDescription
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;

Returns
TypeDescription
List<QuotaOverride>

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
NameDescription
indexint
Returns
TypeDescription
QuotaOverrideOrBuilder

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
TypeDescription
List<? extends com.google.api.serviceusage.v1beta1.QuotaOverrideOrBuilder>

getParserForType()

public Parser<OverrideInlineSource> getParserForType()
Returns
TypeDescription
Parser<OverrideInlineSource>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public OverrideInlineSource.Builder newBuilderForType()
Returns
TypeDescription
OverrideInlineSource.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected OverrideInlineSource.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
OverrideInlineSource.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public OverrideInlineSource.Builder toBuilder()
Returns
TypeDescription
OverrideInlineSource.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException