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.
|
boolean |
hasAgentContent()
Zip compressed raw byte content for agent.
|
boolean |
hasAgentUri()
The URI to a Google Cloud Storage file containing the agent to restore.
|
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>`.
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>`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasAgentUri()
The URI to a Google Cloud Storage file containing the agent to restore. Note: The URI must start with "gs://". Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see [Dialogflow access control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
string agent_uri = 2;
String getAgentUri()
The URI to a Google Cloud Storage file containing the agent to restore. Note: The URI must start with "gs://". Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see [Dialogflow access control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
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://". Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see [Dialogflow access control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
string agent_uri = 2;
boolean hasAgentContent()
Zip compressed raw byte content for agent.
bytes agent_content = 3;
ByteString getAgentContent()
Zip compressed raw byte content for agent.
bytes agent_content = 3;
RestoreAgentRequest.AgentCase getAgentCase()
Copyright © 2022 Google LLC. All rights reserved.