public static final class DataAnalyticsAgent.Builder extends GeneratedMessage.Builder<DataAnalyticsAgent.Builder> implements DataAnalyticsAgentOrBuilderMessage describing a DataAnalyticsAgent object.
Protobuf type google.cloud.geminidataanalytics.v1beta.DataAnalyticsAgent
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DataAnalyticsAgent.BuilderImplements
DataAnalyticsAgentOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DataAnalyticsAgent build()| Returns | |
|---|---|
| Type | Description |
DataAnalyticsAgent |
|
buildPartial()
public DataAnalyticsAgent buildPartial()| Returns | |
|---|---|
| Type | Description |
DataAnalyticsAgent |
|
clear()
public DataAnalyticsAgent.Builder clear()| Returns | |
|---|---|
| Type | Description |
DataAnalyticsAgent.Builder |
|
clearLastPublishedContext()
public DataAnalyticsAgent.Builder clearLastPublishedContext()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 |
DataAnalyticsAgent.Builder |
|
clearPublishedContext()
public DataAnalyticsAgent.Builder clearPublishedContext()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 |
DataAnalyticsAgent.Builder |
|
clearStagingContext()
public DataAnalyticsAgent.Builder clearStagingContext()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 |
DataAnalyticsAgent.Builder |
|
getDefaultInstanceForType()
public DataAnalyticsAgent getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DataAnalyticsAgent |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getLastPublishedContext()
public 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. |
getLastPublishedContextBuilder()
public Context.Builder getLastPublishedContextBuilder()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.Builder |
|
getLastPublishedContextOrBuilder()
public 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 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. |
getPublishedContextBuilder()
public Context.Builder getPublishedContextBuilder()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.Builder |
|
getPublishedContextOrBuilder()
public 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 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. |
getStagingContextBuilder()
public Context.Builder getStagingContextBuilder()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.Builder |
|
getStagingContextOrBuilder()
public 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DataAnalyticsAgent other)
public DataAnalyticsAgent.Builder mergeFrom(DataAnalyticsAgent other)| Parameter | |
|---|---|
| Name | Description |
other |
DataAnalyticsAgent |
| Returns | |
|---|---|
| Type | Description |
DataAnalyticsAgent.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DataAnalyticsAgent.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataAnalyticsAgent.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DataAnalyticsAgent.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DataAnalyticsAgent.Builder |
|
mergeLastPublishedContext(Context value)
public DataAnalyticsAgent.Builder mergeLastPublishedContext(Context value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
Context |
| Returns | |
|---|---|
| Type | Description |
DataAnalyticsAgent.Builder |
|
mergePublishedContext(Context value)
public DataAnalyticsAgent.Builder mergePublishedContext(Context value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
Context |
| Returns | |
|---|---|
| Type | Description |
DataAnalyticsAgent.Builder |
|
mergeStagingContext(Context value)
public DataAnalyticsAgent.Builder mergeStagingContext(Context value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
Context |
| Returns | |
|---|---|
| Type | Description |
DataAnalyticsAgent.Builder |
|
setLastPublishedContext(Context value)
public DataAnalyticsAgent.Builder setLastPublishedContext(Context value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
Context |
| Returns | |
|---|---|
| Type | Description |
DataAnalyticsAgent.Builder |
|
setLastPublishedContext(Context.Builder builderForValue)
public DataAnalyticsAgent.Builder setLastPublishedContext(Context.Builder builderForValue)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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Context.Builder |
| Returns | |
|---|---|
| Type | Description |
DataAnalyticsAgent.Builder |
|
setPublishedContext(Context value)
public DataAnalyticsAgent.Builder setPublishedContext(Context value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
Context |
| Returns | |
|---|---|
| Type | Description |
DataAnalyticsAgent.Builder |
|
setPublishedContext(Context.Builder builderForValue)
public DataAnalyticsAgent.Builder setPublishedContext(Context.Builder builderForValue)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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Context.Builder |
| Returns | |
|---|---|
| Type | Description |
DataAnalyticsAgent.Builder |
|
setStagingContext(Context value)
public DataAnalyticsAgent.Builder setStagingContext(Context value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
Context |
| Returns | |
|---|---|
| Type | Description |
DataAnalyticsAgent.Builder |
|
setStagingContext(Context.Builder builderForValue)
public DataAnalyticsAgent.Builder setStagingContext(Context.Builder builderForValue)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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Context.Builder |
| Returns | |
|---|---|
| Type | Description |
DataAnalyticsAgent.Builder |
|