Reference documentation and code samples for the Cloud Key Management Service (KMS) V1 API class Google::Cloud::Kms::V1::ListSingleTenantHsmInstanceProposalsRequest.
Request message for HsmManagement.ListSingleTenantHsmInstanceProposals.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
Returns
- (::String) — Optional. Only include resources that match the filter in the response. For more information, see Sorting and filtering list results.
#filter=
def filter=(value) -> ::String
Parameter
- value (::String) — Optional. Only include resources that match the filter in the response. For more information, see Sorting and filtering list results.
Returns
- (::String) — Optional. Only include resources that match the filter in the response. For more information, see Sorting and filtering list results.
#order_by
def order_by() -> ::String
Returns
- (::String) — Optional. Specify how the results should be sorted. If not specified, the results will be sorted in the default order. For more information, see Sorting and filtering list results.
#order_by=
def order_by=(value) -> ::String
Parameter
- value (::String) — Optional. Specify how the results should be sorted. If not specified, the results will be sorted in the default order. For more information, see Sorting and filtering list results.
Returns
- (::String) — Optional. Specify how the results should be sorted. If not specified, the results will be sorted in the default order. For more information, see Sorting and filtering list results.
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Optional. Optional limit on the number of SingleTenantHsmInstanceProposals to include in the response. Further SingleTenantHsmInstanceProposals can subsequently be obtained by including the ListSingleTenantHsmInstanceProposalsResponse.next_page_token in a subsequent request. If unspecified, the server will pick an appropriate default.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. Optional limit on the number of SingleTenantHsmInstanceProposals to include in the response. Further SingleTenantHsmInstanceProposals can subsequently be obtained by including the ListSingleTenantHsmInstanceProposalsResponse.next_page_token in a subsequent request. If unspecified, the server will pick an appropriate default.
Returns
- (::Integer) — Optional. Optional limit on the number of SingleTenantHsmInstanceProposals to include in the response. Further SingleTenantHsmInstanceProposals can subsequently be obtained by including the ListSingleTenantHsmInstanceProposalsResponse.next_page_token in a subsequent request. If unspecified, the server will pick an appropriate default.
#page_token
def page_token() -> ::String
Returns
- (::String) — Optional. Optional pagination token, returned earlier via ListSingleTenantHsmInstanceProposalsResponse.next_page_token.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — Optional. Optional pagination token, returned earlier via ListSingleTenantHsmInstanceProposalsResponse.next_page_token.
Returns
- (::String) — Optional. Optional pagination token, returned earlier via ListSingleTenantHsmInstanceProposalsResponse.next_page_token.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The resource name of the single tenant HSM instance associated
with the
SingleTenantHsmInstanceProposals
to list, in the format
projects/*/locations/*/singleTenantHsmInstances/*.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The resource name of the single tenant HSM instance associated
with the
SingleTenantHsmInstanceProposals
to list, in the format
projects/*/locations/*/singleTenantHsmInstances/*.
Returns
-
(::String) — Required. The resource name of the single tenant HSM instance associated
with the
SingleTenantHsmInstanceProposals
to list, in the format
projects/*/locations/*/singleTenantHsmInstances/*.
#show_deleted
def show_deleted() -> ::Boolean
Returns
- (::Boolean) — Optional. If set to true, HsmManagement.ListSingleTenantHsmInstanceProposals will also return SingleTenantHsmInstanceProposals in DELETED state.
#show_deleted=
def show_deleted=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. If set to true, HsmManagement.ListSingleTenantHsmInstanceProposals will also return SingleTenantHsmInstanceProposals in DELETED state.
Returns
- (::Boolean) — Optional. If set to true, HsmManagement.ListSingleTenantHsmInstanceProposals will also return SingleTenantHsmInstanceProposals in DELETED state.