Skip to main content

Class: GetServiceAccountsRequest

cloudservice.v1.GetServiceAccountsRequest

Represents a GetServiceAccountsRequest.

Properties

pageSize

pageSize: number

The requested size of the page to retrieve - optional. Cannot exceed 1000. Defaults to 100.


pageToken

pageToken: string

The page token if this is continuing from another response - optional.

Methods

toJSON

toJSON(): Object

Converts this GetServiceAccountsRequest to JSON.

Returns

Object

JSON object


create

create(properties?): GetServiceAccountsRequest & $Properties

Creates a new GetServiceAccountsRequest instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

GetServiceAccountsRequest & $Properties

GetServiceAccountsRequest instance

create(properties?): GetServiceAccountsRequest

Parameters

NameType
properties?$Properties

Returns

GetServiceAccountsRequest


decode

decode(reader, length?): GetServiceAccountsRequest & $Properties

Decodes a GetServiceAccountsRequest message from the specified reader or buffer.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from
length?numberMessage length if known beforehand

Returns

GetServiceAccountsRequest & $Properties

GetServiceAccountsRequest

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): GetServiceAccountsRequest & $Properties

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

GetServiceAccountsRequest & $Properties

GetServiceAccountsRequest

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


encode

encode(message, writer?): Writer

Encodes the specified GetServiceAccountsRequest message. Does not implicitly temporal.api.cloud.cloudservice.v1.GetServiceAccountsRequest.verify|verify messages.

Parameters

NameTypeDescription
message$PropertiesGetServiceAccountsRequest message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified GetServiceAccountsRequest message, length delimited. Does not implicitly temporal.api.cloud.cloudservice.v1.GetServiceAccountsRequest.verify|verify messages.

Parameters

NameTypeDescription
message$PropertiesGetServiceAccountsRequest message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


fromObject

fromObject(object): GetServiceAccountsRequest

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

GetServiceAccountsRequest

GetServiceAccountsRequest


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageGetServiceAccountsRequestGetServiceAccountsRequest
options?IConversionOptionsConversion options

Returns

Object

Plain object