public interface ExportAgentResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ExportAgentResponse.AgentCase |
getAgentCase() |
com.google.protobuf.ByteString |
getAgentContent()
Zip compressed 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.
|
boolean |
hasAgentContent()
Zip compressed raw byte content for agent.
|
boolean |
hasAgentUri()
The URI to a file containing the exported agent.
|
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 only if `agent_uri` is specified in `ExportAgentRequest`.
string agent_uri = 1;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;com.google.protobuf.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;boolean hasAgentContent()
Zip compressed raw byte content for agent.
bytes agent_content = 2;com.google.protobuf.ByteString getAgentContent()
Zip compressed raw byte content for agent.
bytes agent_content = 2;ExportAgentResponse.AgentCase getAgentCase()
Copyright © 2023 Google LLC. All rights reserved.