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
-
(::Google::Cloud::DiscoveryEngine::V1beta::Engine) — 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.
#engine=
def engine=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::Engine
-
value (::Google::Cloud::DiscoveryEngine::V1beta::Engine) — 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.
-
(::Google::Cloud::DiscoveryEngine::V1beta::Engine) — 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.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
-
(::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
-
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.
-
(::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.