Class: Google::Cloud::DataCatalog::V1beta1::CreateEntryGroupRequest

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

Overview

Request message for CreateEntryGroup.

Instance Attribute Summary collapse

Instance Attribute Details

#entry_group::Google::Cloud::DataCatalog::V1beta1::EntryGroup

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

Returns:



173
174
175
176
# File 'proto_docs/google/cloud/datacatalog/v1beta1/datacatalog.rb', line 173

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



173
174
175
176
# File 'proto_docs/google/cloud/datacatalog/v1beta1/datacatalog.rb', line 173

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

#parent::String

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.



173
174
175
176
# File 'proto_docs/google/cloud/datacatalog/v1beta1/datacatalog.rb', line 173

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