Class: Google::Cloud::ApiHub::V1::CurationConfig
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::CurationConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/plugin_service.rb
Overview
The curation information for this plugin instance.
Defined Under Namespace
Classes: CustomCuration
Instance Attribute Summary collapse
-
#curation_type ⇒ ::Google::Cloud::ApiHub::V1::CurationType
Required.
-
#custom_curation ⇒ ::Google::Cloud::ApiHub::V1::CurationConfig::CustomCuration
Optional.
Instance Attribute Details
#curation_type ⇒ ::Google::Cloud::ApiHub::V1::CurationType
Returns Required. The curation type for this plugin instance.
453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 |
# File 'proto_docs/google/cloud/apihub/v1/plugin_service.rb', line 453 class CurationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Custom curation information for this plugin instance. # @!attribute [rw] curation # @return [::String] # 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}` class CustomCuration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#custom_curation ⇒ ::Google::Cloud::ApiHub::V1::CurationConfig::CustomCuration
Returns Optional. Custom curation information for this plugin instance.
453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 |
# File 'proto_docs/google/cloud/apihub/v1/plugin_service.rb', line 453 class CurationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Custom curation information for this plugin instance. # @!attribute [rw] curation # @return [::String] # 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}` class CustomCuration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |