Google Cloud Data Catalog V1BETA1 API - Class Google::Cloud::DataCatalog::V1beta1::CreateEntryGroupRequest (v0.4.0)

Reference documentation and code samples for the Google Cloud Data Catalog V1BETA1 API class Google::Cloud::DataCatalog::V1beta1::CreateEntryGroupRequest.

Request message for CreateEntryGroup.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#entry_group

def entry_group() -> ::Google::Cloud::DataCatalog::V1beta1::EntryGroup
Returns

#entry_group=

def entry_group=(value) -> ::Google::Cloud::DataCatalog::V1beta1::EntryGroup
Parameter
Returns

#entry_group_id

def entry_group_id() -> ::String
Returns
  • (::String) — Required. The id of the entry group to create. The id must begin with a letter or underscore, contain only English letters, numbers and underscores, and be at most 64 characters.

#entry_group_id=

def entry_group_id=(value) -> ::String
Parameter
  • value (::String) — Required. The id of the entry group to create. The id must begin with a letter or underscore, contain only English letters, numbers and underscores, and be at most 64 characters.
Returns
  • (::String) — Required. The id of the entry group to create. The id must begin with a letter or underscore, contain only English letters, numbers and underscores, and be at most 64 characters.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The name of the project this entry group is in. Example:

    • projects/{project_id}/locations/{location}

    Note that this EntryGroup and its child resources may not actually be stored in the location in this name.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the project this entry group is in. Example:

    • projects/{project_id}/locations/{location}

    Note that this EntryGroup and its child resources may not actually be stored in the location in this name.

Returns
  • (::String) — Required. The name of the project this entry group is in. Example:

    • projects/{project_id}/locations/{location}

    Note that this EntryGroup and its child resources may not actually be stored in the location in this name.