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

Returns:

  • (::String)

    Required. The name of the entry group to get.



216
217
218
219
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 216

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

#read_mask::Google::Protobuf::FieldMask

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

Returns:



216
217
218
219
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 216

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