Skip to main content

Class: GetServiceAccountsResponse

cloudservice.v1.GetServiceAccountsResponse

Represents a GetServiceAccountsResponse.

Properties

nextPageToken

nextPageToken: string

The next page token, set if there is another page.


serviceAccount

serviceAccount: $Properties[]

The list of service accounts in ascending ID order.

Methods

toJSON

toJSON(): Object

Converts this GetServiceAccountsResponse to JSON.

Returns

Object

JSON object


create

create(properties?): GetServiceAccountsResponse & $Properties

Creates a new GetServiceAccountsResponse instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

GetServiceAccountsResponse & $Properties

GetServiceAccountsResponse instance

create(properties?): GetServiceAccountsResponse

Parameters

NameType
properties?$Properties

Returns

GetServiceAccountsResponse


decode

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

Decodes a GetServiceAccountsResponse message from the specified reader or buffer.

Parameters

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

Returns

GetServiceAccountsResponse & $Properties

GetServiceAccountsResponse

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): GetServiceAccountsResponse & $Properties

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

GetServiceAccountsResponse & $Properties

GetServiceAccountsResponse

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 GetServiceAccountsResponse message. Does not implicitly temporal.api.cloud.cloudservice.v1.GetServiceAccountsResponse.verify|verify messages.

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): GetServiceAccountsResponse

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

GetServiceAccountsResponse

GetServiceAccountsResponse


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageGetServiceAccountsResponseGetServiceAccountsResponse
options?IConversionOptionsConversion options

Returns

Object

Plain object