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_groupGoogle::Cloud::DataCatalog::V1::EntryGroup

Returns The entry group to create. Defaults to an empty entry group.

Returns:



125
126
127
128
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 125

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

#entry_group_idString

Returns Required. The id of the entry group to create. The id must begin with a letter or underscore, contain only English letters, numbers and underscores, and be at most 64 characters.

Returns:

  • (String)

    Required. The id of the entry group to create. The id must begin with a letter or underscore, contain only English letters, numbers and underscores, and be at most 64 characters.



125
126
127
128
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 125

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

#parentString

Returns Required. The name of the project this entry group is in. Example:

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

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

Returns:

  • (String)

    Required. The name of the project this entry group is in. Example:

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

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



125
126
127
128
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 125

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