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

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

Request message for CreateEntry.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#entry

def entry() -> ::Google::Cloud::DataCatalog::V1beta1::Entry
Returns

#entry=

def entry=(value) -> ::Google::Cloud::DataCatalog::V1beta1::Entry
Parameter
Returns

#entry_id

def entry_id() -> ::String
Returns
  • (::String) — Required. The id of the entry to create.

#entry_id=

def entry_id=(value) -> ::String
Parameter
  • value (::String) — Required. The id of the entry to create.
Returns
  • (::String) — Required. The id of the entry to create.

#parent

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

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

    Note that this Entry 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 entry group this entry is in. Example:

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

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

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

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

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