Class: Google::Cloud::Dataplex::V1::CreateEntryGroupRequest

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

Overview

Create EntryGroup Request

Instance Attribute Summary collapse

Instance Attribute Details

#entry_group::Google::Cloud::Dataplex::V1::EntryGroup

Returns Required. EntryGroup Resource.

Returns:



498
499
500
501
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 498

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

#entry_group_id::String

Returns Required. EntryGroup identifier.

Returns:

  • (::String)

    Required. EntryGroup identifier.



498
499
500
501
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 498

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

#parent::String

Returns Required. The resource name of the entryGroup, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a GCP region.

Returns:

  • (::String)

    Required. The resource name of the entryGroup, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a GCP region.



498
499
500
501
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 498

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

#validate_only::Boolean

Returns Optional. Only validate the request, but do not perform mutations. The default is false.

Returns:

  • (::Boolean)

    Optional. Only validate the request, but do not perform mutations. The default is false.



498
499
500
501
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 498

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