Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::CreateTagRequest.
Request message for CreateTag.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
-
(::String) — Required. The name of the resource to attach this tag to.
Tags can be attached to entries or entry groups. An entry can have up to 1000 attached tags.
Note: The tag and its child resources might not be stored in the location specified in its name.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The name of the resource to attach this tag to.
Tags can be attached to entries or entry groups. An entry can have up to 1000 attached tags.
Note: The tag and its child resources might not be stored in the location specified in its name.
-
(::String) — Required. The name of the resource to attach this tag to.
Tags can be attached to entries or entry groups. An entry can have up to 1000 attached tags.
Note: The tag and its child resources might not be stored in the location specified in its name.
#tag
def tag() -> ::Google::Cloud::DataCatalog::V1::Tag
- (::Google::Cloud::DataCatalog::V1::Tag) — Required. The tag to create.
#tag=
def tag=(value) -> ::Google::Cloud::DataCatalog::V1::Tag
- value (::Google::Cloud::DataCatalog::V1::Tag) — Required. The tag to create.
- (::Google::Cloud::DataCatalog::V1::Tag) — Required. The tag to create.