Class ExportIntentsResponse (0.52.0)

public final class ExportIntentsResponse extends GeneratedMessageV3 implements ExportIntentsResponseOrBuilder

The response message for Intents.ExportIntents.

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

Static Fields

INTENTS_CONTENT_FIELD_NUMBER

public static final int INTENTS_CONTENT_FIELD_NUMBER
Field Value
TypeDescription
int

INTENTS_URI_FIELD_NUMBER

public static final int INTENTS_URI_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ExportIntentsResponse getDefaultInstance()
Returns
TypeDescription
ExportIntentsResponse

getDescriptor()

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

newBuilder()

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

newBuilder(ExportIntentsResponse prototype)

public static ExportIntentsResponse.Builder newBuilder(ExportIntentsResponse prototype)
Parameter
NameDescription
prototypeExportIntentsResponse
Returns
TypeDescription
ExportIntentsResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public ExportIntentsResponse getDefaultInstanceForType()
Returns
TypeDescription
ExportIntentsResponse

getIntentsCase()

public ExportIntentsResponse.IntentsCase getIntentsCase()
Returns
TypeDescription
ExportIntentsResponse.IntentsCase

getIntentsContent()

public InlineDestination getIntentsContent()

Uncompressed byte content for intents. This field is populated only if intents_content_inline is set to true in ExportIntentsRequest.

.google.cloud.dialogflow.cx.v3beta1.InlineDestination intents_content = 2;

Returns
TypeDescription
InlineDestination

The intentsContent.

getIntentsContentOrBuilder()

public InlineDestinationOrBuilder getIntentsContentOrBuilder()

Uncompressed byte content for intents. This field is populated only if intents_content_inline is set to true in ExportIntentsRequest.

.google.cloud.dialogflow.cx.v3beta1.InlineDestination intents_content = 2;

Returns
TypeDescription
InlineDestinationOrBuilder

getIntentsUri()

public String getIntentsUri()

The URI to a file containing the exported intents. This field is populated only if intents_uri is specified in ExportIntentsRequest.

string intents_uri = 1;

Returns
TypeDescription
String

The intentsUri.

getIntentsUriBytes()

public ByteString getIntentsUriBytes()

The URI to a file containing the exported intents. This field is populated only if intents_uri is specified in ExportIntentsRequest.

string intents_uri = 1;

Returns
TypeDescription
ByteString

The bytes for intentsUri.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasIntentsContent()

public boolean hasIntentsContent()

Uncompressed byte content for intents. This field is populated only if intents_content_inline is set to true in ExportIntentsRequest.

.google.cloud.dialogflow.cx.v3beta1.InlineDestination intents_content = 2;

Returns
TypeDescription
boolean

Whether the intentsContent field is set.

hasIntentsUri()

public boolean hasIntentsUri()

The URI to a file containing the exported intents. This field is populated only if intents_uri is specified in ExportIntentsRequest.

string intents_uri = 1;

Returns
TypeDescription
boolean

Whether the intentsUri 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 ExportIntentsResponse.Builder newBuilderForType()
Returns
TypeDescription
ExportIntentsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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