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:



288
289
290
291
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 288

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

#entry_id::String

Returns Required. The ID of the entry to create.

The ID must contain only letters (a-z, A-Z), numbers (0-9), and underscores (_). The maximum size is 64 bytes when encoded in UTF-8.

Returns:

  • (::String)

    Required. The ID of the entry to create.

    The ID must contain only letters (a-z, A-Z), numbers (0-9), and underscores (_). The maximum size is 64 bytes when encoded in UTF-8.



288
289
290
291
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 288

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

#parent::String

Returns Required. The name of the entry group this entry belongs to.

Note: The entry itself and its child resources might not be stored in the location specified in its name.

Returns:

  • (::String)

    Required. The name of the entry group this entry belongs to.

    Note: The entry itself and its child resources might not be stored in the location specified in its name.



288
289
290
291
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 288

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