Class protos.google.cloud.essentialcontacts.v1.ListContactsResponse (3.2.0)

Represents a ListContactsResponse.

Package

@google-cloud/essential-contacts

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.essentialcontacts.v1.IListContactsResponse);

Constructs a new ListContactsResponse.

Parameter
NameDescription
properties IListContactsResponse

Properties to set

Properties

contacts

public contacts: google.cloud.essentialcontacts.v1.IContact[];

ListContactsResponse contacts.

nextPageToken

public nextPageToken: string;

ListContactsResponse nextPageToken.

Methods

create(properties)

public static create(properties?: google.cloud.essentialcontacts.v1.IListContactsResponse): google.cloud.essentialcontacts.v1.ListContactsResponse;

Creates a new ListContactsResponse instance using the specified properties.

Parameter
NameDescription
properties IListContactsResponse

Properties to set

Returns
TypeDescription
ListContactsResponse

ListContactsResponse instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.essentialcontacts.v1.ListContactsResponse;

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

ListContactsResponse

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.essentialcontacts.v1.ListContactsResponse;

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

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
ListContactsResponse

ListContactsResponse

encode(message, writer)

public static encode(message: google.cloud.essentialcontacts.v1.IListContactsResponse, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified ListContactsResponse message. Does not implicitly messages.

Parameters
NameDescription
message IListContactsResponse

ListContactsResponse 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.cloud.essentialcontacts.v1.IListContactsResponse, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
NameDescription
message IListContactsResponse

ListContactsResponse 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.cloud.essentialcontacts.v1.ListContactsResponse;

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

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

Plain object

Returns
TypeDescription
ListContactsResponse

ListContactsResponse

getTypeUrl(typeUrlPrefix)

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

Gets the default type url for ListContactsResponse

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

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.cloud.essentialcontacts.v1.ListContactsResponse, options?: $protobuf.IConversionOptions): { [k: string]: any };

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

Parameters
NameDescription
message ListContactsResponse

ListContactsResponse

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