public interface RestoreAgentRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
RestoreAgentRequest.AgentCase |
getAgentCase() |
ByteString |
getAgentContent()
Zip compressed raw byte content for agent.
|
String |
getAgentUri()
The URI to a Google Cloud Storage file containing the agent to restore.
|
ByteString |
getAgentUriBytes()
The URI to a Google Cloud Storage file containing the agent to restore.
|
String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getParent()
Required. The project that the agent to restore is associated with. Format: `projects/<Project ID>` or `projects/<Project ID>/locations/<Location ID>`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ByteString getParentBytes()
Required. The project that the agent to restore is associated with. Format: `projects/<Project ID>` or `projects/<Project ID>/locations/<Location ID>`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getAgentUri()
The URI to a Google Cloud Storage file containing the agent to restore. Note: The URI must start with "gs://".
string agent_uri = 2;
ByteString getAgentUriBytes()
The URI to a Google Cloud Storage file containing the agent to restore. Note: The URI must start with "gs://".
string agent_uri = 2;
ByteString getAgentContent()
Zip compressed raw byte content for agent.
bytes agent_content = 3;
RestoreAgentRequest.AgentCase getAgentCase()
Copyright © 2021 Google LLC. All rights reserved.