Reference documentation and code samples for the Google Cloud Data Catalog V1BETA1 API class Google::Cloud::DataCatalog::V1beta1::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. Example:
- projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
Note that this Tag and its child resources may not actually be stored in the location in this 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. Example:
- projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
Note that this Tag and its child resources may not actually be stored in the location in this name.
-
(::String) — Required. The name of the resource to attach this tag to. Tags can be
attached to Entries. Example:
- projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
Note that this Tag and its child resources may not actually be stored in the location in this name.
#tag
def tag() -> ::Google::Cloud::DataCatalog::V1beta1::Tag
- (::Google::Cloud::DataCatalog::V1beta1::Tag) — Required. The tag to create.
#tag=
def tag=(value) -> ::Google::Cloud::DataCatalog::V1beta1::Tag
- value (::Google::Cloud::DataCatalog::V1beta1::Tag) — Required. The tag to create.
- (::Google::Cloud::DataCatalog::V1beta1::Tag) — Required. The tag to create.