public interface ExportAgentRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAgentUri()
public abstract String getAgentUri() Required. The Google Cloud Storage
URI to export the agent to.
The format of this URI must be gs://<bucket-name>/<object-name>.
If left unspecified, the serialized agent is returned inline.
string agent_uri = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The agentUri. |
getAgentUriBytes()
public abstract ByteString getAgentUriBytes() Required. The Google Cloud Storage
URI to export the agent to.
The format of this URI must be gs://<bucket-name>/<object-name>.
If left unspecified, the serialized agent is returned inline.
string agent_uri = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for agentUri. |
getParent()
public abstract String getParent() Required. The project that the agent to export is associated with.
Format: projects/<Project 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 export is associated with.
Format: projects/<Project ID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |