Reference documentation and code samples for the KMS Inventory V1 API class Google::Cloud::Kms::Inventory::V1::SearchProtectedResourcesRequest.
Request message for KeyTrackingService.SearchProtectedResources.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#crypto_key
def crypto_key() -> ::String- (::String) — Required. The resource name of the CryptoKey.
#crypto_key=
def crypto_key=(value) -> ::String- value (::String) — Required. The resource name of the CryptoKey.
- (::String) — Required. The resource name of the CryptoKey.
#page_size
def page_size() -> ::Integer- (::Integer) — The maximum number of resources to return. The service may return fewer than this value. If unspecified, at most 500 resources will be returned. The maximum value is 500; values above 500 will be coerced to 500.
#page_size=
def page_size=(value) -> ::Integer- value (::Integer) — The maximum number of resources to return. The service may return fewer than this value. If unspecified, at most 500 resources will be returned. The maximum value is 500; values above 500 will be coerced to 500.
- (::Integer) — The maximum number of resources to return. The service may return fewer than this value. If unspecified, at most 500 resources will be returned. The maximum value is 500; values above 500 will be coerced to 500.
#page_token
def page_token() -> ::String- 
        (::String) — A page token, received from a previous
KeyTrackingService.SearchProtectedResources
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to KeyTrackingService.SearchProtectedResources must match the call that provided the page token. 
#page_token=
def page_token=(value) -> ::String- 
        value (::String) — A page token, received from a previous
KeyTrackingService.SearchProtectedResources
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to KeyTrackingService.SearchProtectedResources must match the call that provided the page token. 
- 
        (::String) — A page token, received from a previous
KeyTrackingService.SearchProtectedResources
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to KeyTrackingService.SearchProtectedResources must match the call that provided the page token. 
#resource_types
def resource_types() -> ::Array<::String>- 
        (::Array<::String>) — Optional. A list of resource types that this request searches for. If
empty, it will search all the trackable resource
types.Regular expressions are also supported. For example: - compute.googleapis.com.*snapshots resources whose type starts with- compute.googleapis.com.
- .*Imagesnapshots resources whose type ends with- Image.
- .*Image.*snapshots resources whose type contains- Image.
 See RE2 for all supported regular expression syntax. If the regular expression does not match any supported resource type, an INVALID_ARGUMENT error will be returned. 
#resource_types=
def resource_types=(value) -> ::Array<::String>- 
        value (::Array<::String>) — Optional. A list of resource types that this request searches for. If
empty, it will search all the trackable resource
types.Regular expressions are also supported. For example: - compute.googleapis.com.*snapshots resources whose type starts with- compute.googleapis.com.
- .*Imagesnapshots resources whose type ends with- Image.
- .*Image.*snapshots resources whose type contains- Image.
 See RE2 for all supported regular expression syntax. If the regular expression does not match any supported resource type, an INVALID_ARGUMENT error will be returned. 
- 
        (::Array<::String>) — Optional. A list of resource types that this request searches for. If
empty, it will search all the trackable resource
types.Regular expressions are also supported. For example: - compute.googleapis.com.*snapshots resources whose type starts with- compute.googleapis.com.
- .*Imagesnapshots resources whose type ends with- Image.
- .*Image.*snapshots resources whose type contains- Image.
 See RE2 for all supported regular expression syntax. If the regular expression does not match any supported resource type, an INVALID_ARGUMENT error will be returned. 
#scope
def scope() -> ::String- (::String) — Required. Resource name of the organization. Example: organizations/123
#scope=
def scope=(value) -> ::String- value (::String) — Required. Resource name of the organization. Example: organizations/123
- (::String) — Required. Resource name of the organization. Example: organizations/123