public interface UpdateReasoningEngineRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getReasoningEngine()
public abstract 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 | |
---|---|
Type | Description |
ReasoningEngine |
The reasoningEngine. |
getReasoningEngineOrBuilder()
public abstract 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];
Returns | |
---|---|
Type | Description |
ReasoningEngineOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()
Optional. Mask specifying which fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. Mask specifying which fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasReasoningEngine()
public abstract 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 | |
---|---|
Type | Description |
boolean |
Whether the reasoningEngine field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
Optional. Mask specifying which fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |