public interface ImportFlowRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFlowCase()
public abstract ImportFlowRequest.FlowCase getFlowCase()| Type | Description |
| ImportFlowRequest.FlowCase |
getFlowContent()
public abstract ByteString getFlowContent()Uncompressed raw byte content for flow.
bytes flow_content = 3;
| Type | Description |
| ByteString | The flowContent. |
getFlowUri()
public abstract String getFlowUri() The Google Cloud Storage URI
to import flow from. The format of this URI must be
gs://<bucket-name>/<object-name>.
string flow_uri = 2;
| Type | Description |
| String | The flowUri. |
getFlowUriBytes()
public abstract ByteString getFlowUriBytes() The Google Cloud Storage URI
to import flow from. The format of this URI must be
gs://<bucket-name>/<object-name>.
string flow_uri = 2;
| Type | Description |
| ByteString | The bytes for flowUri. |
getImportOption()
public abstract ImportFlowRequest.ImportOption getImportOption() Flow import mode. If not specified, KEEP is assumed.
.google.cloud.dialogflow.cx.v3.ImportFlowRequest.ImportOption import_option = 4;
| Type | Description |
| ImportFlowRequest.ImportOption | The importOption. |
getImportOptionValue()
public abstract int getImportOptionValue() Flow import mode. If not specified, KEEP is assumed.
.google.cloud.dialogflow.cx.v3.ImportFlowRequest.ImportOption import_option = 4;
| Type | Description |
| int | The enum numeric value on the wire for importOption. |
getParent()
public abstract String 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) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract 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) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
hasFlowContent()
public abstract boolean hasFlowContent()Uncompressed raw byte content for flow.
bytes flow_content = 3;
| Type | Description |
| boolean | Whether the flowContent field is set. |
hasFlowUri()
public abstract boolean hasFlowUri() The Google Cloud Storage URI
to import flow from. The format of this URI must be
gs://<bucket-name>/<object-name>.
string flow_uri = 2;
| Type | Description |
| boolean | Whether the flowUri field is set. |