public interface ExportAgentResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAgentCase()
public abstract ExportAgentResponse.AgentCase getAgentCase()| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| 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
if agent_uri is specified in
ExportAgentRequest.
string agent_uri = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the commitSha field is set. |