public interface ExportAgentRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAgentUri()
Optional.
|
com.google.protobuf.ByteString |
getAgentUriBytes()
Optional.
|
java.lang.String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getParent()
Required. The project that the agent to export is associated with. Format: `projects/<Project ID>`.
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Required. The project that the agent to export is associated with. Format: `projects/<Project ID>`.
string parent = 1;java.lang.String getAgentUri()
Optional. The Google Cloud Storage URI to export the agent to. Note: The URI must start with "gs://". If left unspecified, the serialized agent is returned inline.
string agent_uri = 2;com.google.protobuf.ByteString getAgentUriBytes()
Optional. The Google Cloud Storage URI to export the agent to. Note: The URI must start with "gs://". If left unspecified, the serialized agent is returned inline.
string agent_uri = 2;