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. For example,
projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
.
198 199 200 201 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 198 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.
198 199 200 201 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 198 class GetEntryGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |