public interface UpdateSessionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Session |
getSession()
Required.
|
SessionOrBuilder |
getSessionOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Optional.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Optional.
|
boolean |
hasSession()
Required.
|
boolean |
hasUpdateMask()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSession()
Required. The session to update.
Format:
`projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}`
.google.cloud.aiplatform.v1beta1.Session session = 1 [(.google.api.field_behavior) = REQUIRED];
Session getSession()
Required. The session to update.
Format:
`projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}`
.google.cloud.aiplatform.v1beta1.Session session = 1 [(.google.api.field_behavior) = REQUIRED];
SessionOrBuilder getSessionOrBuilder()
Required. The session to update.
Format:
`projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}`
.google.cloud.aiplatform.v1beta1.Session session = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.FieldMask getUpdateMask()
Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2025 Google LLC. All rights reserved.