Class protos.google.rpc.Help.Link (1.0.1)

Represents a Link.

Package

@google-cloud/bigquery-migration

Constructors

constructor(properties?: google.rpc.Help.ILink);

Constructs a new Link.

Parameter
NameDescription
properties ILink

Properties to set

Properties

public description: string;

Link description.

public url: string;

Link url.

Methods

public static create(properties?: google.rpc.Help.ILink): google.rpc.Help.Link;

Creates a new Link instance using the specified properties.

Parameter
NameDescription
properties ILink

Properties to set

Returns
TypeDescription
Link

Link instance

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.rpc.Help.Link;

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

Link

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.rpc.Help.Link;

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

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
Link

Link

public static encode(message: google.rpc.Help.ILink, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified Link message. Does not implicitly messages.

Parameters
NameDescription
message ILink

Link message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

public static encodeDelimited(message: google.rpc.Help.ILink, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
NameDescription
message ILink

Link message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

public static fromObject(object: { [k: string]: any }): google.rpc.Help.Link;

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

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

Plain object

Returns
TypeDescription
Link

Link

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

Gets the default type url for Link

Parameter
NameDescription
typeUrlPrefix string

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

Returns
TypeDescription
string

The default type url

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

Converts this Link to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

public static toObject(message: google.rpc.Help.Link, options?: $protobuf.IConversionOptions): { [k: string]: any };

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

Parameters
NameDescription
message Link

Link

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

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

Verifies a Link 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