public interface RestoreAgentRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAgentCase()
public abstract RestoreAgentRequest.AgentCase getAgentCase()| Type | Description |
| RestoreAgentRequest.AgentCase |
getAgentContent()
public abstract ByteString getAgentContent()Uncompressed raw byte content for agent.
bytes agent_content = 3;
| Type | Description |
| ByteString | The agentContent. |
getAgentUri()
public abstract String getAgentUri() The Google Cloud Storage URI
to restore agent from. The format of this URI must be
gs://<bucket-name>/<object-name>.
string agent_uri = 2;
| Type | Description |
| String | The agentUri. |
getAgentUriBytes()
public abstract ByteString getAgentUriBytes() The Google Cloud Storage URI
to restore agent from. The format of this URI must be
gs://<bucket-name>/<object-name>.
string agent_uri = 2;
| Type | Description |
| ByteString | The bytes for agentUri. |
getName()
public abstract String getName() Required. The name of the agent to restore into.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes() Required. The name of the agent to restore into.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for name. |
getRestoreOption()
public abstract RestoreAgentRequest.RestoreOption getRestoreOption() Agent restore mode. If not specified, KEEP is assumed.
.google.cloud.dialogflow.cx.v3.RestoreAgentRequest.RestoreOption restore_option = 5;
| Type | Description |
| RestoreAgentRequest.RestoreOption | The restoreOption. |
getRestoreOptionValue()
public abstract int getRestoreOptionValue() Agent restore mode. If not specified, KEEP is assumed.
.google.cloud.dialogflow.cx.v3.RestoreAgentRequest.RestoreOption restore_option = 5;
| Type | Description |
| int | The enum numeric value on the wire for restoreOption. |
hasAgentContent()
public abstract boolean hasAgentContent()Uncompressed raw byte content for agent.
bytes agent_content = 3;
| Type | Description |
| boolean | Whether the agentContent field is set. |
hasAgentUri()
public abstract boolean hasAgentUri() The Google Cloud Storage URI
to restore agent from. The format of this URI must be
gs://<bucket-name>/<object-name>.
string agent_uri = 2;
| Type | Description |
| boolean | Whether the agentUri field is set. |