Class protos.google.api.serviceusage.v1beta1.QuotaOverride (1.1.4)

Represents a QuotaOverride.

Package

@google-cloud/service-usage!

Constructors

(constructor)(properties)

constructor(properties?: google.api.serviceusage.v1beta1.IQuotaOverride);

Constructs a new QuotaOverride.

Parameter
NameDescription
properties IQuotaOverride

Properties to set

Properties

adminOverrideAncestor

public adminOverrideAncestor: string;

QuotaOverride adminOverrideAncestor.

Property Value
TypeDescription
string

dimensions

public dimensions: { [k: string]: string };

QuotaOverride dimensions.

Property Value
TypeDescription
{ [k: string]: string }

metric

public metric: string;

QuotaOverride metric.

Property Value
TypeDescription
string

name

public name: string;

QuotaOverride name.

Property Value
TypeDescription
string

overrideValue

public overrideValue: (number|Long|string);

QuotaOverride overrideValue.

Property Value
TypeDescription
(number|Long|string)

unit

public unit: string;

QuotaOverride unit.

Property Value
TypeDescription
string

Methods

create(properties)

public static create(properties?: google.api.serviceusage.v1beta1.IQuotaOverride): google.api.serviceusage.v1beta1.QuotaOverride;

Creates a new QuotaOverride instance using the specified properties.

Parameter
NameDescription
properties IQuotaOverride

Properties to set

Returns
TypeDescription
google.api.serviceusage.v1beta1.QuotaOverride

QuotaOverride instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.serviceusage.v1beta1.QuotaOverride;

Decodes a QuotaOverride message from the specified reader or buffer.

Parameters
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
google.api.serviceusage.v1beta1.QuotaOverride

QuotaOverride

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.serviceusage.v1beta1.QuotaOverride;

Decodes a QuotaOverride message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
google.api.serviceusage.v1beta1.QuotaOverride

QuotaOverride

encode(message, writer)

public static encode(message: google.api.serviceusage.v1beta1.IQuotaOverride, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified QuotaOverride message. Does not implicitly messages.

Parameters
NameDescription
message IQuotaOverride

QuotaOverride message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.api.serviceusage.v1beta1.IQuotaOverride, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified QuotaOverride message, length delimited. Does not implicitly messages.

Parameters
NameDescription
message IQuotaOverride

QuotaOverride message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.api.serviceusage.v1beta1.QuotaOverride;

Creates a QuotaOverride message from a plain object. Also converts values to their respective internal types.

Parameter
NameDescription
object { [k: string]: any }

Plain object

Returns
TypeDescription
google.api.serviceusage.v1beta1.QuotaOverride

QuotaOverride

toJSON()

public toJSON(): { [k: string]: any };

Converts this QuotaOverride to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.api.serviceusage.v1beta1.QuotaOverride, options?: $protobuf.IConversionOptions): { [k: string]: any };

Creates a plain object from a QuotaOverride message. Also converts values to other types if specified.

Parameters
NameDescription
message google.api.serviceusage.v1beta1.QuotaOverride

QuotaOverride

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies a QuotaOverride message.

Parameter
NameDescription
message { [k: string]: any }

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not