Interface ExportAgentResponseOrBuilder (0.52.0)

public interface ExportAgentResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAgentCase()

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

getAgentContent()

public abstract ByteString getAgentContent()

Uncompressed raw byte content for agent. This field is populated if none of agent_uri and git_destination are specified in ExportAgentRequest.

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 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 if agent_uri is specified in ExportAgentRequest.

string agent_uri = 1;

Returns
TypeDescription
ByteString

The bytes for agentUri.

getCommitSha()

public abstract String getCommitSha()

Commit SHA of the git push. This field is populated if git_destination is specified in ExportAgentRequest.

string commit_sha = 3;

Returns
TypeDescription
String

The commitSha.

getCommitShaBytes()

public abstract ByteString getCommitShaBytes()

Commit SHA of the git push. This field is populated if git_destination is specified in ExportAgentRequest.

string commit_sha = 3;

Returns
TypeDescription
ByteString

The bytes for commitSha.

hasAgentContent()

public abstract boolean hasAgentContent()

Uncompressed raw byte content for agent. This field is populated if none of agent_uri and git_destination are specified in ExportAgentRequest.

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 if agent_uri is specified in ExportAgentRequest.

string agent_uri = 1;

Returns
TypeDescription
boolean

Whether the agentUri field is set.

hasCommitSha()

public abstract boolean hasCommitSha()

Commit SHA of the git push. This field is populated if git_destination is specified in ExportAgentRequest.

string commit_sha = 3;

Returns
TypeDescription
boolean

Whether the commitSha field is set.