Reference documentation and code samples for the Cloud KMS V1 Client class ListSingleTenantHsmInstanceProposalsResponse.
Response message for HsmManagement.ListSingleTenantHsmInstanceProposals.
Generated from protobuf message google.cloud.kms.v1.ListSingleTenantHsmInstanceProposalsResponse
Namespace
Google \ Cloud \ Kms \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ single_tenant_hsm_instance_proposals |
array<SingleTenantHsmInstanceProposal>
The list of SingleTenantHsmInstanceProposals. |
↳ next_page_token |
string
A token to retrieve next page of results. Pass this value in ListSingleTenantHsmInstanceProposalsRequest.page_token to retrieve the next page of results. |
↳ total_size |
int
The total number of SingleTenantHsmInstanceProposals that matched the query. This field is not populated if ListSingleTenantHsmInstanceProposalsRequest.filter is applied. |
getSingleTenantHsmInstanceProposals
The list of SingleTenantHsmInstanceProposals.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setSingleTenantHsmInstanceProposals
The list of SingleTenantHsmInstanceProposals.
| Parameter | |
|---|---|
| Name | Description |
var |
array<SingleTenantHsmInstanceProposal>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token to retrieve next page of results. Pass this value in ListSingleTenantHsmInstanceProposalsRequest.page_token to retrieve the next page of results.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token to retrieve next page of results. Pass this value in ListSingleTenantHsmInstanceProposalsRequest.page_token to retrieve the next page of results.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTotalSize
The total number of SingleTenantHsmInstanceProposals that matched the query.
This field is not populated if ListSingleTenantHsmInstanceProposalsRequest.filter is applied.
| Returns | |
|---|---|
| Type | Description |
int |
|
setTotalSize
The total number of SingleTenantHsmInstanceProposals that matched the query.
This field is not populated if ListSingleTenantHsmInstanceProposalsRequest.filter is applied.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|