public interface DataAnalyticsAgentOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLastPublishedContext()
public abstract Context getLastPublishedContext()
Output only. The last published context for the agent. This is an output-only field populated by the system when the published context is updated. It is used to restore the agent to a previous state.
.google.cloud.geminidataanalytics.v1beta.Context last_published_context = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Context |
The lastPublishedContext. |
getLastPublishedContextOrBuilder()
public abstract ContextOrBuilder getLastPublishedContextOrBuilder()
Output only. The last published context for the agent. This is an output-only field populated by the system when the published context is updated. It is used to restore the agent to a previous state.
.google.cloud.geminidataanalytics.v1beta.Context last_published_context = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ContextOrBuilder |
getPublishedContext()
public abstract Context getPublishedContext()
Optional. The published context for the agent. This context is used by the Chat API in production.
.google.cloud.geminidataanalytics.v1beta.Context published_context = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Context |
The publishedContext. |
getPublishedContextOrBuilder()
public abstract ContextOrBuilder getPublishedContextOrBuilder()
Optional. The published context for the agent. This context is used by the Chat API in production.
.google.cloud.geminidataanalytics.v1beta.Context published_context = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ContextOrBuilder |
getStagingContext()
public abstract Context getStagingContext()
Optional. The staging context for the agent. This context is used to test and validate changes before publishing.
.google.cloud.geminidataanalytics.v1beta.Context staging_context = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Context |
The stagingContext. |
getStagingContextOrBuilder()
public abstract ContextOrBuilder getStagingContextOrBuilder()
Optional. The staging context for the agent. This context is used to test and validate changes before publishing.
.google.cloud.geminidataanalytics.v1beta.Context staging_context = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ContextOrBuilder |
hasLastPublishedContext()
public abstract boolean hasLastPublishedContext()
Output only. The last published context for the agent. This is an output-only field populated by the system when the published context is updated. It is used to restore the agent to a previous state.
.google.cloud.geminidataanalytics.v1beta.Context last_published_context = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the lastPublishedContext field is set. |
hasPublishedContext()
public abstract boolean hasPublishedContext()
Optional. The published context for the agent. This context is used by the Chat API in production.
.google.cloud.geminidataanalytics.v1beta.Context published_context = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the publishedContext field is set. |
hasStagingContext()
public abstract boolean hasStagingContext()
Optional. The staging context for the agent. This context is used to test and validate changes before publishing.
.google.cloud.geminidataanalytics.v1beta.Context staging_context = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the stagingContext field is set. |