Class: Google::Cloud::DataCatalog::V1::CreateEntryRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/v1/datacatalog.rb

Overview

Request message for CreateEntry.

Instance Attribute Summary collapse

Instance Attribute Details

#entry::Google::Cloud::DataCatalog::V1::Entry

Returns Required. The entry to create.

Returns:



268
269
270
271
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 268

class CreateEntryRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#entry_id::String

Returns Required. The id of the entry to create.

Returns:

  • (::String)

    Required. The id of the entry to create.



268
269
270
271
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 268

class CreateEntryRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns 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.



268
269
270
271
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 268

class CreateEntryRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end