Class UpdateReasoningEngineRequest (3.77.0)
public final class UpdateReasoningEngineRequest extends GeneratedMessageV3 implements UpdateReasoningEngineRequestOrBuilder
Request message for
ReasoningEngineService.UpdateReasoningEngine.
Protobuf type google.cloud.aiplatform.v1.UpdateReasoningEngineRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int REASONING_ENGINE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int UPDATE_MASK_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
public static UpdateReasoningEngineRequest getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static UpdateReasoningEngineRequest.Builder newBuilder()
public static UpdateReasoningEngineRequest.Builder newBuilder(UpdateReasoningEngineRequest prototype)
public static UpdateReasoningEngineRequest parseDelimitedFrom(InputStream input)
public static UpdateReasoningEngineRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateReasoningEngineRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
public static UpdateReasoningEngineRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UpdateReasoningEngineRequest parseFrom(ByteString data)
public static UpdateReasoningEngineRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdateReasoningEngineRequest parseFrom(CodedInputStream input)
public static UpdateReasoningEngineRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateReasoningEngineRequest parseFrom(InputStream input)
public static UpdateReasoningEngineRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateReasoningEngineRequest parseFrom(ByteBuffer data)
public static UpdateReasoningEngineRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<UpdateReasoningEngineRequest> parser()
Methods
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
public UpdateReasoningEngineRequest getDefaultInstanceForType()
public Parser<UpdateReasoningEngineRequest> getParserForType()
Overrides
public 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];
public 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];
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
public 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.
|
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. Mask specifying which fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
public 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.
|
public 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.
|
Returns |
Type |
Description |
int |
|
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public UpdateReasoningEngineRequest.Builder newBuilderForType()
protected UpdateReasoningEngineRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
public UpdateReasoningEngineRequest.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-11 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]