Class: Google::Cloud::DataCatalog::V1::UpdateEntryGroupRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#entry_group::Google::Cloud::DataCatalog::V1::EntryGroup

Returns Required. The updated entry group. "name" field must be set.

Returns:



184
185
186
187
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 184

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

#update_mask::Google::Protobuf::FieldMask

Returns The fields to update on the entry group. If absent or empty, all modifiable fields are updated.

Returns:



184
185
186
187
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 184

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