Class: Google::Cloud::DataCatalog::V1::GetEntryGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::GetEntryGroupRequest
- 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
-
#name ⇒ ::String
Required.
-
#read_mask ⇒ ::Google::Protobuf::FieldMask
The fields to return.
Instance Attribute Details
#name ⇒ ::String
Returns 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.
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 |