public interface ExportAgentResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAgentCase()
public abstract ExportAgentResponse.AgentCase getAgentCase()| Returns | |
|---|---|
| Type | Description |
ExportAgentResponse.AgentCase |
|
getAgentContent()
public abstract ByteString getAgentContent()Zip compressed raw byte content for agent.
bytes agent_content = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The agentContent. |
getAgentUri()
public abstract String getAgentUri() The URI to a file containing the exported agent. This field is populated
only if agent_uri is specified in ExportAgentRequest.
string agent_uri = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The agentUri. |
getAgentUriBytes()
public abstract ByteString getAgentUriBytes() The URI to a file containing the exported agent. This field is populated
only if agent_uri is specified in ExportAgentRequest.
string agent_uri = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for agentUri. |
hasAgentContent()
public abstract boolean hasAgentContent()Zip compressed raw byte content for agent.
bytes agent_content = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the agentContent field is set. |
hasAgentUri()
public abstract boolean hasAgentUri() The URI to a file containing the exported agent. This field is populated
only if agent_uri is specified in ExportAgentRequest.
string agent_uri = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the agentUri field is set. |