Uses of Class
com.google.cloud.dialogflow.v2.ExportDocumentRequest.DestinationCase
-
Packages that use ExportDocumentRequest.DestinationCase Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of ExportDocumentRequest.DestinationCase in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return ExportDocumentRequest.DestinationCase Modifier and Type Method Description static ExportDocumentRequest.DestinationCase
ExportDocumentRequest.DestinationCase. forNumber(int value)
ExportDocumentRequest.DestinationCase
ExportDocumentRequest.Builder. getDestinationCase()
ExportDocumentRequest.DestinationCase
ExportDocumentRequest. getDestinationCase()
ExportDocumentRequest.DestinationCase
ExportDocumentRequestOrBuilder. getDestinationCase()
static ExportDocumentRequest.DestinationCase
ExportDocumentRequest.DestinationCase. valueOf(int value)
Deprecated.static ExportDocumentRequest.DestinationCase
ExportDocumentRequest.DestinationCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExportDocumentRequest.DestinationCase[]
ExportDocumentRequest.DestinationCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-