public interface DataAgentContextOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContextVersion()
public abstract DataAgentContext.ContextVersion getContextVersion()Optional. Version of context to be used by DCS (e.g. STAGING, PUBLISHED)
.google.cloud.geminidataanalytics.v1.DataAgentContext.ContextVersion context_version = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DataAgentContext.ContextVersion |
The contextVersion. |
getContextVersionValue()
public abstract int getContextVersionValue()Optional. Version of context to be used by DCS (e.g. STAGING, PUBLISHED)
.google.cloud.geminidataanalytics.v1.DataAgentContext.ContextVersion context_version = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for contextVersion. |
getDataAgent()
public abstract String getDataAgent()Required. The name of the data agent resource.
string data_agent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The dataAgent. |
getDataAgentBytes()
public abstract ByteString getDataAgentBytes()Required. The name of the data agent resource.
string data_agent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for dataAgent. |