public interface ExportFlowResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFlowCase()
public abstract ExportFlowResponse.FlowCase getFlowCase()| Returns | |
|---|---|
| Type | Description |
ExportFlowResponse.FlowCase |
|
getFlowContent()
public abstract ByteString getFlowContent()Uncompressed raw byte content for flow.
bytes flow_content = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The flowContent. |
getFlowUri()
public abstract String getFlowUri() The URI to a file containing the exported flow. This field is populated
only if flow_uri is specified in
ExportFlowRequest.
string flow_uri = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The flowUri. |
getFlowUriBytes()
public abstract ByteString getFlowUriBytes() The URI to a file containing the exported flow. This field is populated
only if flow_uri is specified in
ExportFlowRequest.
string flow_uri = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for flowUri. |
hasFlowContent()
public abstract boolean hasFlowContent()Uncompressed raw byte content for flow.
bytes flow_content = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the flowContent field is set. |
hasFlowUri()
public abstract boolean hasFlowUri() The URI to a file containing the exported flow. This field is populated
only if flow_uri is specified in
ExportFlowRequest.
string flow_uri = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the flowUri field is set. |