Class: Google::Cloud::DiscoveryEngine::V1beta::UpdateEngineRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/engine_service.rb

Overview

Request message for EngineService.UpdateEngine method.

Instance Attribute Summary collapse

Instance Attribute Details

#engine::Google::Cloud::DiscoveryEngine::V1beta::Engine

Returns Required. The Engine to update.

If the caller does not have permission to update the Engine, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

If the Engine to update does not exist, a NOT_FOUND error is returned.

Returns:



172
173
174
175
# File 'proto_docs/google/cloud/discoveryengine/v1beta/engine_service.rb', line 172

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

#update_mask::Google::Protobuf::FieldMask

Returns Indicates which fields in the provided Engine to update.

If an unsupported or unknown field is provided, an INVALID_ARGUMENT error is returned.

Returns:

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

    Indicates which fields in the provided Engine to update.

    If an unsupported or unknown field is provided, an INVALID_ARGUMENT error is returned.



172
173
174
175
# File 'proto_docs/google/cloud/discoveryengine/v1beta/engine_service.rb', line 172

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