Class: Google::Cloud::ArtifactRegistry::V1::CreateRuleRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::CreateRuleRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/rule.rb
Overview
The request to create a new rule.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#rule ⇒ ::Google::Cloud::ArtifactRegistry::V1::Rule
The rule to be created.
-
#rule_id ⇒ ::String
The rule id to use for this repository.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The name of the parent resource where the rule will be created.
119 120 121 122 |
# File 'proto_docs/google/devtools/artifactregistry/v1/rule.rb', line 119 class CreateRuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rule ⇒ ::Google::Cloud::ArtifactRegistry::V1::Rule
Returns The rule to be created.
119 120 121 122 |
# File 'proto_docs/google/devtools/artifactregistry/v1/rule.rb', line 119 class CreateRuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rule_id ⇒ ::String
Returns The rule id to use for this repository.
119 120 121 122 |
# File 'proto_docs/google/devtools/artifactregistry/v1/rule.rb', line 119 class CreateRuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |