Class: Google::Cloud::DataCatalog::V1::CreateEntryGroupRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#entry_group::Google::Cloud::DataCatalog::V1::EntryGroup

Returns The entry group to create. Defaults to empty.

Returns:



171
172
173
174
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 171

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

#entry_group_id::String

Returns Required. The ID of the entry group to create.

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

Returns:

  • (::String)

    Required. The ID of the entry group to create.

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



171
172
173
174
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 171

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

#parent::String

Returns Required. The names of the project and location that the new entry group belongs to.

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

Returns:

  • (::String)

    Required. The names of the project and location that the new entry group belongs to.

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



171
172
173
174
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 171

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