Interface ExportAgentResponseOrBuilder (4.47.0)

public interface ExportAgentResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAgentCase()

public abstract ExportAgentResponse.AgentCase getAgentCase()
Returns
TypeDescription
ExportAgentResponse.AgentCase

getAgentContent()

public abstract ByteString getAgentContent()

Zip compressed raw byte content for agent.

bytes agent_content = 2;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for agentUri.

hasAgentContent()

public abstract boolean hasAgentContent()

Zip compressed raw byte content for agent.

bytes agent_content = 2;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the agentUri field is set.