Class protos.google.bigtable.admin.v2.AppProfile.SingleClusterRouting (5.0.0)

Represents a SingleClusterRouting.

Package

@google-cloud/bigtable

Constructors

(constructor)(properties)

constructor(properties?: google.bigtable.admin.v2.AppProfile.ISingleClusterRouting);

Constructs a new SingleClusterRouting.

Parameter
NameDescription
properties ISingleClusterRouting

Properties to set

Properties

allowTransactionalWrites

public allowTransactionalWrites: boolean;

SingleClusterRouting allowTransactionalWrites.

clusterId

public clusterId: string;

SingleClusterRouting clusterId.

Methods

create(properties)

public static create(properties?: google.bigtable.admin.v2.AppProfile.ISingleClusterRouting): google.bigtable.admin.v2.AppProfile.SingleClusterRouting;

Creates a new SingleClusterRouting instance using the specified properties.

Parameter
NameDescription
properties ISingleClusterRouting

Properties to set

Returns
TypeDescription
SingleClusterRouting

SingleClusterRouting instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.bigtable.admin.v2.AppProfile.SingleClusterRouting;

Decodes a SingleClusterRouting 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
SingleClusterRouting

SingleClusterRouting

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.bigtable.admin.v2.AppProfile.SingleClusterRouting;

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

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
SingleClusterRouting

SingleClusterRouting

encode(message, writer)

public static encode(message: google.bigtable.admin.v2.AppProfile.ISingleClusterRouting, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified SingleClusterRouting message. Does not implicitly messages.

Parameters
NameDescription
message ISingleClusterRouting

SingleClusterRouting 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.bigtable.admin.v2.AppProfile.ISingleClusterRouting, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
NameDescription
message ISingleClusterRouting

SingleClusterRouting 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.bigtable.admin.v2.AppProfile.SingleClusterRouting;

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

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

Plain object

Returns
TypeDescription
SingleClusterRouting

SingleClusterRouting

getTypeUrl(typeUrlPrefix)

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

Gets the default type url for SingleClusterRouting

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 SingleClusterRouting to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.bigtable.admin.v2.AppProfile.SingleClusterRouting, options?: $protobuf.IConversionOptions): { [k: string]: any };

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

Parameters
NameDescription
message SingleClusterRouting

SingleClusterRouting

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