Class protos.google.apps.meet.v2.ListTranscriptEntriesRequest (0.2.0)

Represents a ListTranscriptEntriesRequest.

Package

@google-apps/meet

Constructors

(constructor)(properties)

constructor(properties?: google.apps.meet.v2.IListTranscriptEntriesRequest);

Constructs a new ListTranscriptEntriesRequest.

Parameter
NameDescription
properties IListTranscriptEntriesRequest

Properties to set

Properties

pageSize

public pageSize: number;

ListTranscriptEntriesRequest pageSize.

pageToken

public pageToken: string;

ListTranscriptEntriesRequest pageToken.

parent

public parent: string;

ListTranscriptEntriesRequest parent.

Methods

create(properties)

public static create(properties?: google.apps.meet.v2.IListTranscriptEntriesRequest): google.apps.meet.v2.ListTranscriptEntriesRequest;

Creates a new ListTranscriptEntriesRequest instance using the specified properties.

Parameter
NameDescription
properties IListTranscriptEntriesRequest

Properties to set

Returns
TypeDescription
ListTranscriptEntriesRequest

ListTranscriptEntriesRequest instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.apps.meet.v2.ListTranscriptEntriesRequest;

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

ListTranscriptEntriesRequest

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.apps.meet.v2.ListTranscriptEntriesRequest;

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

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
ListTranscriptEntriesRequest

ListTranscriptEntriesRequest

encode(message, writer)

public static encode(message: google.apps.meet.v2.IListTranscriptEntriesRequest, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified ListTranscriptEntriesRequest message. Does not implicitly messages.

Parameters
NameDescription
message IListTranscriptEntriesRequest

ListTranscriptEntriesRequest 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.apps.meet.v2.IListTranscriptEntriesRequest, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
NameDescription
message IListTranscriptEntriesRequest

ListTranscriptEntriesRequest 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.apps.meet.v2.ListTranscriptEntriesRequest;

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

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

Plain object

Returns
TypeDescription
ListTranscriptEntriesRequest

ListTranscriptEntriesRequest

getTypeUrl(typeUrlPrefix)

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

Gets the default type url for ListTranscriptEntriesRequest

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

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.apps.meet.v2.ListTranscriptEntriesRequest, options?: $protobuf.IConversionOptions): { [k: string]: any };

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

Parameters
NameDescription
message ListTranscriptEntriesRequest

ListTranscriptEntriesRequest

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