Class: Google::Cloud::ApiHub::V1::CurationConfig::CustomCuration
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::CurationConfig::CustomCuration
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/plugin_service.rb
Overview
Custom curation information for this plugin instance.
Instance Attribute Summary collapse
-
#curation ⇒ ::String
Required.
Instance Attribute Details
#curation ⇒ ::String
Returns Required. The unique name of the curation resource. This will be the name
of the curation resource in the format:
projects/{project}/locations/{location}/curations/{curation}.
463 464 465 466 |
# File 'proto_docs/google/cloud/apihub/v1/plugin_service.rb', line 463 class CustomCuration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |