Skip to main content

Class: ListClustersResponse

operatorservice.v1.ListClustersResponse

Represents a ListClustersResponse.

Properties

clusters

clusters: $Properties[]

List of all cluster information


nextPageToken

nextPageToken: Uint8Array

ListClustersResponse nextPageToken.

Methods

toJSON

toJSON(): Object

Converts this ListClustersResponse to JSON.

Returns

Object

JSON object


create

create(properties?): ListClustersResponse & $Properties

Creates a new ListClustersResponse instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

ListClustersResponse & $Properties

ListClustersResponse instance

create(properties?): ListClustersResponse

Parameters

NameType
properties?$Properties

Returns

ListClustersResponse


decode

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

Decodes a ListClustersResponse message from the specified reader or buffer.

Parameters

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

Returns

ListClustersResponse & $Properties

ListClustersResponse

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): ListClustersResponse & $Properties

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

ListClustersResponse & $Properties

ListClustersResponse

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 ListClustersResponse message. Does not implicitly temporal.api.operatorservice.v1.ListClustersResponse.verify|verify messages.

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified ListClustersResponse message, length delimited. Does not implicitly temporal.api.operatorservice.v1.ListClustersResponse.verify|verify messages.

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): ListClustersResponse

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

ListClustersResponse

ListClustersResponse


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageListClustersResponseListClustersResponse
options?IConversionOptionsConversion options

Returns

Object

Plain object