Package com.google.cloud.aiplatform.v1
Interface UpdateReasoningEngineRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateReasoningEngineRequest,UpdateReasoningEngineRequest.Builder
@Generated
public interface UpdateReasoningEngineRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.Required.com.google.protobuf.FieldMaskOptional.com.google.protobuf.FieldMaskOrBuilderOptional.booleanRequired.booleanOptional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasReasoningEngine
boolean hasReasoningEngine()Required. The ReasoningEngine which replaces the resource on the server.
.google.cloud.aiplatform.v1.ReasoningEngine reasoning_engine = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the reasoningEngine field is set.
-
getReasoningEngine
ReasoningEngine getReasoningEngine()Required. The ReasoningEngine which replaces the resource on the server.
.google.cloud.aiplatform.v1.ReasoningEngine reasoning_engine = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The reasoningEngine.
-
getReasoningEngineOrBuilder
ReasoningEngineOrBuilder getReasoningEngineOrBuilder()Required. The ReasoningEngine which replaces the resource on the server.
.google.cloud.aiplatform.v1.ReasoningEngine reasoning_engine = 1 [(.google.api.field_behavior) = REQUIRED]; -
hasUpdateMask
boolean hasUpdateMask()Optional. Mask specifying which fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the updateMask field is set.
-
getUpdateMask
com.google.protobuf.FieldMask getUpdateMask()Optional. Mask specifying which fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The updateMask.
-
getUpdateMaskOrBuilder
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()Optional. Mask specifying which fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
-