public interface ExportFlowResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ExportFlowResponse.FlowCase |
getFlowCase() |
com.google.protobuf.ByteString |
getFlowContent()
Uncompressed raw byte content for flow.
|
String |
getFlowUri()
The URI to a file containing the exported flow.
|
com.google.protobuf.ByteString |
getFlowUriBytes()
The URI to a file containing the exported flow.
|
boolean |
hasFlowContent()
Uncompressed raw byte content for flow.
|
boolean |
hasFlowUri()
The URI to a file containing the exported flow.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFlowUri()
The URI to a file containing the exported flow. This field is populated only if `flow_uri` is specified in [ExportFlowRequest][google.cloud.dialogflow.cx.v3.ExportFlowRequest].
string flow_uri = 1;String getFlowUri()
The URI to a file containing the exported flow. This field is populated only if `flow_uri` is specified in [ExportFlowRequest][google.cloud.dialogflow.cx.v3.ExportFlowRequest].
string flow_uri = 1;com.google.protobuf.ByteString getFlowUriBytes()
The URI to a file containing the exported flow. This field is populated only if `flow_uri` is specified in [ExportFlowRequest][google.cloud.dialogflow.cx.v3.ExportFlowRequest].
string flow_uri = 1;boolean hasFlowContent()
Uncompressed raw byte content for flow.
bytes flow_content = 2;com.google.protobuf.ByteString getFlowContent()
Uncompressed raw byte content for flow.
bytes flow_content = 2;ExportFlowResponse.FlowCase getFlowCase()
Copyright © 2025 Google LLC. All rights reserved.