public interface ImportAgentRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAgentCase()
public abstract ImportAgentRequest.AgentCase getAgentCase()| Type | Description |
| ImportAgentRequest.AgentCase |
getAgentContent()
public abstract ByteString getAgentContent()Zip compressed raw byte content for agent.
bytes agent_content = 3;
| Type | Description |
| ByteString | The agentContent. |
getAgentUri()
public abstract String getAgentUri()The URI to a Google Cloud Storage file containing the agent to import. Note: The URI must start with "gs://".
string agent_uri = 2;
| Type | Description |
| String | The agentUri. |
getAgentUriBytes()
public abstract ByteString getAgentUriBytes()The URI to a Google Cloud Storage file containing the agent to import. Note: The URI must start with "gs://".
string agent_uri = 2;
| Type | Description |
| ByteString | The bytes for agentUri. |
getParent()
public abstract String getParent() Required. The project that the agent to import is associated with.
Format: projects/<Project ID> or
projects/<Project ID>/locations/<Location ID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The project that the agent to import is associated with.
Format: projects/<Project ID> or
projects/<Project ID>/locations/<Location ID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
hasAgentContent()
public abstract boolean hasAgentContent()Zip compressed raw byte content for agent.
bytes agent_content = 3;
| Type | Description |
| boolean | Whether the agentContent field is set. |
hasAgentUri()
public abstract boolean hasAgentUri()The URI to a Google Cloud Storage file containing the agent to import. Note: The URI must start with "gs://".
string agent_uri = 2;
| Type | Description |
| boolean | Whether the agentUri field is set. |