Interface ExportFlowResponseOrBuilder (0.52.0)

public interface ExportFlowResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFlowCase()

public abstract ExportFlowResponse.FlowCase getFlowCase()
Returns
TypeDescription
ExportFlowResponse.FlowCase

getFlowContent()

public abstract ByteString getFlowContent()

Uncompressed raw byte content for flow.

bytes flow_content = 2;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for flowUri.

hasFlowContent()

public abstract boolean hasFlowContent()

Uncompressed raw byte content for flow.

bytes flow_content = 2;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the flowUri field is set.