public interface ExportAgentResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ExportAgentResponse.AgentCase |
getAgentCase() |
com.google.protobuf.ByteString |
getAgentContent()
Uncompressed raw byte content for agent.
|
String |
getAgentUri()
The URI to a file containing the exported agent.
|
com.google.protobuf.ByteString |
getAgentUriBytes()
The URI to a file containing the exported agent.
|
String |
getCommitSha()
Commit SHA of the git push.
|
com.google.protobuf.ByteString |
getCommitShaBytes()
Commit SHA of the git push.
|
boolean |
hasAgentContent()
Uncompressed raw byte content for agent.
|
boolean |
hasAgentUri()
The URI to a file containing the exported agent.
|
boolean |
hasCommitSha()
Commit SHA of the git push.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAgentUri()
The URI to a file containing the exported agent. This field is populated if `agent_uri` is specified in [ExportAgentRequest][google.cloud.dialogflow.cx.v3.ExportAgentRequest].
string agent_uri = 1;String getAgentUri()
The URI to a file containing the exported agent. This field is populated if `agent_uri` is specified in [ExportAgentRequest][google.cloud.dialogflow.cx.v3.ExportAgentRequest].
string agent_uri = 1;com.google.protobuf.ByteString getAgentUriBytes()
The URI to a file containing the exported agent. This field is populated if `agent_uri` is specified in [ExportAgentRequest][google.cloud.dialogflow.cx.v3.ExportAgentRequest].
string agent_uri = 1;boolean hasAgentContent()
Uncompressed raw byte content for agent. This field is populated if none of `agent_uri` and `git_destination` are specified in [ExportAgentRequest][google.cloud.dialogflow.cx.v3.ExportAgentRequest].
bytes agent_content = 2;com.google.protobuf.ByteString getAgentContent()
Uncompressed raw byte content for agent. This field is populated if none of `agent_uri` and `git_destination` are specified in [ExportAgentRequest][google.cloud.dialogflow.cx.v3.ExportAgentRequest].
bytes agent_content = 2;boolean hasCommitSha()
Commit SHA of the git push. This field is populated if `git_destination` is specified in [ExportAgentRequest][google.cloud.dialogflow.cx.v3.ExportAgentRequest].
string commit_sha = 3;String getCommitSha()
Commit SHA of the git push. This field is populated if `git_destination` is specified in [ExportAgentRequest][google.cloud.dialogflow.cx.v3.ExportAgentRequest].
string commit_sha = 3;com.google.protobuf.ByteString getCommitShaBytes()
Commit SHA of the git push. This field is populated if `git_destination` is specified in [ExportAgentRequest][google.cloud.dialogflow.cx.v3.ExportAgentRequest].
string commit_sha = 3;ExportAgentResponse.AgentCase getAgentCase()
Copyright © 2025 Google LLC. All rights reserved.