public interface ImportFlowRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ImportFlowRequest.FlowCase |
getFlowCase() |
com.google.protobuf.ByteString |
getFlowContent()
Uncompressed raw byte content for flow.
|
String |
getFlowUri()
The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI
to import flow from.
|
com.google.protobuf.ByteString |
getFlowUriBytes()
The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI
to import flow from.
|
ImportFlowRequest.ImportOption |
getImportOption()
Flow import mode.
|
int |
getImportOptionValue()
Flow import mode.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasFlowContent()
Uncompressed raw byte content for flow.
|
boolean |
hasFlowUri()
The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI
to import flow from.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The agent to import the flow into. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The agent to import the flow into. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasFlowUri()
The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to import flow from. The format of this URI must be `gs://<bucket-name>/<object-name>`. 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 flow_uri = 2;String getFlowUri()
The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to import flow from. The format of this URI must be `gs://<bucket-name>/<object-name>`. 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 flow_uri = 2;com.google.protobuf.ByteString getFlowUriBytes()
The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to import flow from. The format of this URI must be `gs://<bucket-name>/<object-name>`. 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 flow_uri = 2;boolean hasFlowContent()
Uncompressed raw byte content for flow.
bytes flow_content = 3;com.google.protobuf.ByteString getFlowContent()
Uncompressed raw byte content for flow.
bytes flow_content = 3;int getImportOptionValue()
Flow import mode. If not specified, `KEEP` is assumed.
.google.cloud.dialogflow.cx.v3.ImportFlowRequest.ImportOption import_option = 4;ImportFlowRequest.ImportOption getImportOption()
Flow import mode. If not specified, `KEEP` is assumed.
.google.cloud.dialogflow.cx.v3.ImportFlowRequest.ImportOption import_option = 4;ImportFlowRequest.FlowCase getFlowCase()
Copyright © 2022 Google LLC. All rights reserved.