Class: Google::Cloud::ManagedKafka::V1::UpdateConnectorRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/managedkafka/v1/managed_kafka_connect.rb

Overview

Request for UpdateConnector.

Instance Attribute Summary collapse

Instance Attribute Details

#connector::Google::Cloud::ManagedKafka::V1::Connector

Returns Required. The connector to update. Its name field must be populated.

Returns:



222
223
224
225
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka_connect.rb', line 222

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. Field mask is used to specify the fields to be overwritten in the cluster resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The mask is required and a value of * will update all fields.

Returns:

  • (::Google::Protobuf::FieldMask)

    Required. Field mask is used to specify the fields to be overwritten in the cluster resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The mask is required and a value of * will update all fields.



222
223
224
225
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka_connect.rb', line 222

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