Google Cloud Net App V1 Client - Class ListKmsConfigsResponse (0.3.0)

Reference documentation and code samples for the Google Cloud Net App V1 Client class ListKmsConfigsResponse.

ListKmsConfigsResponse is the response to a ListKmsConfigsRequest.

Generated from protobuf message google.cloud.netapp.v1.ListKmsConfigsResponse

Namespace

Google \ Cloud \ NetApp \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ kms_configs array<Google\Cloud\NetApp\V1\KmsConfig>

The list of KmsConfigs

↳ next_page_token string

A token identifying a page of results the server should return.

↳ unreachable array

Locations that could not be reached.

getKmsConfigs

The list of KmsConfigs

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setKmsConfigs

The list of KmsConfigs

Parameter
Name Description
var array<Google\Cloud\NetApp\V1\KmsConfig>
Returns
Type Description
$this

getNextPageToken

A token identifying a page of results the server should return.

Returns
Type Description
string

setNextPageToken

A token identifying a page of results the server should return.

Parameter
Name Description
var string
Returns
Type Description
$this

getUnreachable

Locations that could not be reached.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUnreachable

Locations that could not be reached.

Parameter
Name Description
var string[]
Returns
Type Description
$this