public interface ExportAgentResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ExportAgentResponse.AgentCase |
getAgentCase() |
ByteString |
getAgentContent()
Zip compressed raw byte content for agent.
|
String |
getAgentUri()
The URI to a file containing the exported agent.
|
ByteString |
getAgentUriBytes()
The URI to a file containing the exported agent.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
ByteString getAgentContent()
Zip compressed raw byte content for agent.
bytes agent_content = 2;
ExportAgentResponse.AgentCase getAgentCase()
Copyright © 2021 Google LLC. All rights reserved.