Class: Google::Cloud::Kms::V1::ListSingleTenantHsmInstanceProposalsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::ListSingleTenantHsmInstanceProposalsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/v1/hsm_management.rb
Overview
Response message for HsmManagement.ListSingleTenantHsmInstanceProposals.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
-
#single_tenant_hsm_instance_proposals ⇒ ::Array<::Google::Cloud::Kms::V1::SingleTenantHsmInstanceProposal>
The list of SingleTenantHsmInstanceProposals.
-
#total_size ⇒ ::Integer
The total number of SingleTenantHsmInstanceProposals that matched the query.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to retrieve next page of results. Pass this value in ListSingleTenantHsmInstanceProposalsRequest.page_token to retrieve the next page of results.
863 864 865 866 |
# File 'proto_docs/google/cloud/kms/v1/hsm_management.rb', line 863 class ListSingleTenantHsmInstanceProposalsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#single_tenant_hsm_instance_proposals ⇒ ::Array<::Google::Cloud::Kms::V1::SingleTenantHsmInstanceProposal>
Returns The list of SingleTenantHsmInstanceProposals.
863 864 865 866 |
# File 'proto_docs/google/cloud/kms/v1/hsm_management.rb', line 863 class ListSingleTenantHsmInstanceProposalsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_size ⇒ ::Integer
Returns The total number of SingleTenantHsmInstanceProposals that matched the query.
This field is not populated if ListSingleTenantHsmInstanceProposalsRequest.filter is applied.
863 864 865 866 |
# File 'proto_docs/google/cloud/kms/v1/hsm_management.rb', line 863 class ListSingleTenantHsmInstanceProposalsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |