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

#entryGoogle::Cloud::DataCatalog::V1::Entry

Returns Required. The entry to create.

Returns:



223
224
225
226
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 223

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

#entry_idString

Returns Required. The id of the entry to create.

Returns:

  • (String)

    Required. The id of the entry to create.



223
224
225
226
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 223

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

#parentString

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.



223
224
225
226
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 223

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