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