Class ExportFlowResponse (0.51.0)

public final class ExportFlowResponse extends GeneratedMessageV3 implements ExportFlowResponseOrBuilder

The response message for Flows.ExportFlow.

Protobuf type google.cloud.dialogflow.cx.v3beta1.ExportFlowResponse

Static Fields

FLOW_CONTENT_FIELD_NUMBER

public static final int FLOW_CONTENT_FIELD_NUMBER
Field Value
TypeDescription
int

FLOW_URI_FIELD_NUMBER

public static final int FLOW_URI_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ExportFlowResponse getDefaultInstance()
Returns
TypeDescription
ExportFlowResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ExportFlowResponse.Builder newBuilder()
Returns
TypeDescription
ExportFlowResponse.Builder

newBuilder(ExportFlowResponse prototype)

public static ExportFlowResponse.Builder newBuilder(ExportFlowResponse prototype)
Parameter
NameDescription
prototypeExportFlowResponse
Returns
TypeDescription
ExportFlowResponse.Builder

parseDelimitedFrom(InputStream input)

public static ExportFlowResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ExportFlowResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ExportFlowResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ExportFlowResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ExportFlowResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ExportFlowResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ExportFlowResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ExportFlowResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ExportFlowResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ExportFlowResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ExportFlowResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ExportFlowResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ExportFlowResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ExportFlowResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ExportFlowResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ExportFlowResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ExportFlowResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ExportFlowResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ExportFlowResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ExportFlowResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ExportFlowResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ExportFlowResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ExportFlowResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ExportFlowResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ExportFlowResponse> parser()
Returns
TypeDescription
Parser<ExportFlowResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ExportFlowResponse getDefaultInstanceForType()
Returns
TypeDescription
ExportFlowResponse

getFlowCase()

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

getFlowContent()

public ByteString getFlowContent()

Uncompressed raw byte content for flow.

bytes flow_content = 2;

Returns
TypeDescription
ByteString

The flowContent.

getFlowUri()

public 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 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.

getParserForType()

public Parser<ExportFlowResponse> getParserForType()
Returns
TypeDescription
Parser<ExportFlowResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasFlowContent()

public boolean hasFlowContent()

Uncompressed raw byte content for flow.

bytes flow_content = 2;

Returns
TypeDescription
boolean

Whether the flowContent field is set.

hasFlowUri()

public 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.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ExportFlowResponse.Builder newBuilderForType()
Returns
TypeDescription
ExportFlowResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ExportFlowResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ExportFlowResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ExportFlowResponse.Builder toBuilder()
Returns
TypeDescription
ExportFlowResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException