public interface UpdateSessionRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSession()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
Session |
The session. |
getSessionOrBuilder()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
SessionOrBuilder |
|
getUpdateMask()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasSession()
public abstract boolean 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];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the session field is set. |
hasUpdateMask()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |