public interface ImportAgentRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ImportAgentRequest.AgentCase |
getAgentCase() |
com.google.protobuf.ByteString |
getAgentContent()
Zip compressed raw byte content for agent.
|
String |
getAgentUri()
The URI to a Google Cloud Storage file containing the agent to import.
|
com.google.protobuf.ByteString |
getAgentUriBytes()
The URI to a Google Cloud Storage file containing the agent to import.
|
String |
getParent()
Required.
|
com.google.protobuf.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 import.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The project that the agent to import 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) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The project that the agent to import 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) = { ... }
boolean hasAgentUri()
The URI to a Google Cloud Storage file containing the agent to import. 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 import. 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;com.google.protobuf.ByteString getAgentUriBytes()
The URI to a Google Cloud Storage file containing the agent to import. 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;com.google.protobuf.ByteString getAgentContent()
Zip compressed raw byte content for agent.
bytes agent_content = 3;ImportAgentRequest.AgentCase getAgentCase()
Copyright © 2023 Google LLC. All rights reserved.