Discovery Engine V1 API - Class Google::Cloud::DiscoveryEngine::V1::ListCmekConfigsRequest (v2.3.0)

Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::ListCmekConfigsRequest.

Request message for CmekConfigService.ListCmekConfigs method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent location resource name, such as projects/{project}/locations/{location}.

    If the caller does not have permission to list {::Google::Cloud::DiscoveryEngine::V1::CmekConfig CmekConfig}s under this location, regardless of whether or not a CmekConfig exists, a PERMISSION_DENIED error is returned.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent location resource name, such as projects/{project}/locations/{location}.

    If the caller does not have permission to list {::Google::Cloud::DiscoveryEngine::V1::CmekConfig CmekConfig}s under this location, regardless of whether or not a CmekConfig exists, a PERMISSION_DENIED error is returned.

Returns
  • (::String) — Required. The parent location resource name, such as projects/{project}/locations/{location}.

    If the caller does not have permission to list {::Google::Cloud::DiscoveryEngine::V1::CmekConfig CmekConfig}s under this location, regardless of whether or not a CmekConfig exists, a PERMISSION_DENIED error is returned.