Class Google::Cloud::DataCatalog::V1::CreateTagRequest (v0.10.0)

Request message for CreateTag.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns

#tag=

def tag=(value) -> ::Google::Cloud::DataCatalog::V1::Tag
Parameter
Returns