Class: Google::Cloud::DataCatalog::V1::GetEntryGroupRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the entry group. For example, projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}.

Returns:

  • (::String)

    Required. The name of the entry group. For example, projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}.



178
179
180
181
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 178

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

#read_mask::Google::Protobuf::FieldMask

Returns The fields to return. If not set or empty, all fields are returned.

Returns:



178
179
180
181
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 178

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