Class protos.google.api.serviceusage.v1beta1.ProducerQuotaPolicy (3.3.0)

Represents a ProducerQuotaPolicy.

Package

@google-cloud/service-usage

Constructors

(constructor)(properties)

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

Constructs a new ProducerQuotaPolicy.

Parameter
NameDescription
properties IProducerQuotaPolicy

Properties to set

Properties

container

public container: string;

ProducerQuotaPolicy container.

dimensions

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

ProducerQuotaPolicy dimensions.

metric

public metric: string;

ProducerQuotaPolicy metric.

name

public name: string;

ProducerQuotaPolicy name.

policyValue

public policyValue: (number|Long|string);

ProducerQuotaPolicy policyValue.

unit

public unit: string;

ProducerQuotaPolicy unit.

Methods

create(properties)

public static create(properties?: google.api.serviceusage.v1beta1.IProducerQuotaPolicy): google.api.serviceusage.v1beta1.ProducerQuotaPolicy;

Creates a new ProducerQuotaPolicy instance using the specified properties.

Parameter
NameDescription
properties IProducerQuotaPolicy

Properties to set

Returns
TypeDescription
ProducerQuotaPolicy

ProducerQuotaPolicy instance

decode(reader, length)

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

Decodes a ProducerQuotaPolicy message from the specified reader or buffer.

Parameters
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
ProducerQuotaPolicy

ProducerQuotaPolicy

decodeDelimited(reader)

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

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

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
ProducerQuotaPolicy

ProducerQuotaPolicy

encode(message, writer)

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

Encodes the specified ProducerQuotaPolicy message. Does not implicitly messages.

Parameters
NameDescription
message IProducerQuotaPolicy

ProducerQuotaPolicy 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.IProducerQuotaPolicy, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
NameDescription
message IProducerQuotaPolicy

ProducerQuotaPolicy 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.ProducerQuotaPolicy;

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

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

Plain object

Returns
TypeDescription
ProducerQuotaPolicy

ProducerQuotaPolicy

getTypeUrl(typeUrlPrefix)

public static getTypeUrl(typeUrlPrefix?: string): string;

Gets the default type url for ProducerQuotaPolicy

Parameter
NameDescription
typeUrlPrefix string

your custom typeUrlPrefix(default "type.googleapis.com")

Returns
TypeDescription
string

The default type url

toJSON()

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

Converts this ProducerQuotaPolicy to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

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

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

Parameters
NameDescription
message ProducerQuotaPolicy

ProducerQuotaPolicy

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 ProducerQuotaPolicy 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