Cloud KMS V1 Client - Class ListEkmConnectionsResponse (1.20.3)

Reference documentation and code samples for the Cloud KMS V1 Client class ListEkmConnectionsResponse.

Response message for EkmService.ListEkmConnections.

Generated from protobuf message google.cloud.kms.v1.ListEkmConnectionsResponse

Namespace

Google \ Cloud \ Kms \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ ekm_connections array<Google\Cloud\Kms\V1\EkmConnection>

The list of EkmConnections.

↳ next_page_token string

A token to retrieve next page of results. Pass this value in ListEkmConnectionsRequest.page_token to retrieve the next page of results.

↳ total_size int

The total number of EkmConnections that matched the query.

getEkmConnections

The list of EkmConnections.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setEkmConnections

The list of EkmConnections.

Parameter
NameDescription
var array<Google\Cloud\Kms\V1\EkmConnection>
Returns
TypeDescription
$this

getNextPageToken

A token to retrieve next page of results. Pass this value in ListEkmConnectionsRequest.page_token to retrieve the next page of results.

Returns
TypeDescription
string

setNextPageToken

A token to retrieve next page of results. Pass this value in ListEkmConnectionsRequest.page_token to retrieve the next page of results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTotalSize

The total number of EkmConnections that matched the query.

Returns
TypeDescription
int

setTotalSize

The total number of EkmConnections that matched the query.

Parameter
NameDescription
var int
Returns
TypeDescription
$this