Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::UpdateEngineRequest (v0.11.0)

Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::UpdateEngineRequest.

Request message for EngineService.UpdateEngine method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#engine

def engine() -> ::Google::Cloud::DiscoveryEngine::V1beta::Engine
Returns

#engine=

def engine=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::Engine
Parameter
Returns

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
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.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::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.

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.