Uses of Class
com.google.cloud.dialogflow.cx.v3.RunContinuousTestResponse
-
Packages that use RunContinuousTestResponse Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of RunContinuousTestResponse in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return RunContinuousTestResponse Modifier and Type Method Description RunContinuousTestResponse
RunContinuousTestResponse.Builder. build()
RunContinuousTestResponse
RunContinuousTestResponse.Builder. buildPartial()
static RunContinuousTestResponse
RunContinuousTestResponse. getDefaultInstance()
RunContinuousTestResponse
RunContinuousTestResponse.Builder. getDefaultInstanceForType()
RunContinuousTestResponse
RunContinuousTestResponse. getDefaultInstanceForType()
static RunContinuousTestResponse
RunContinuousTestResponse. parseDelimitedFrom(InputStream input)
static RunContinuousTestResponse
RunContinuousTestResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunContinuousTestResponse
RunContinuousTestResponse. parseFrom(byte[] data)
static RunContinuousTestResponse
RunContinuousTestResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunContinuousTestResponse
RunContinuousTestResponse. parseFrom(com.google.protobuf.ByteString data)
static RunContinuousTestResponse
RunContinuousTestResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunContinuousTestResponse
RunContinuousTestResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static RunContinuousTestResponse
RunContinuousTestResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunContinuousTestResponse
RunContinuousTestResponse. parseFrom(InputStream input)
static RunContinuousTestResponse
RunContinuousTestResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunContinuousTestResponse
RunContinuousTestResponse. parseFrom(ByteBuffer data)
static RunContinuousTestResponse
RunContinuousTestResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type RunContinuousTestResponse Modifier and Type Method Description com.google.protobuf.Parser<RunContinuousTestResponse>
RunContinuousTestResponse. getParserForType()
static com.google.protobuf.Parser<RunContinuousTestResponse>
RunContinuousTestResponse. parser()
com.google.api.gax.longrunning.OperationFuture<RunContinuousTestResponse,RunContinuousTestMetadata>
EnvironmentsClient. runContinuousTestAsync(RunContinuousTestRequest request)
Kicks off a continuous test under the specified [Environment][google.cloud.dialogflow.cx.v3.Environment].com.google.api.gax.rpc.OperationCallable<RunContinuousTestRequest,RunContinuousTestResponse,RunContinuousTestMetadata>
EnvironmentsClient. runContinuousTestOperationCallable()
Kicks off a continuous test under the specified [Environment][google.cloud.dialogflow.cx.v3.Environment].com.google.api.gax.rpc.OperationCallSettings.Builder<RunContinuousTestRequest,RunContinuousTestResponse,RunContinuousTestMetadata>
EnvironmentsSettings.Builder. runContinuousTestOperationSettings()
Returns the builder for the settings used for calls to runContinuousTest.com.google.api.gax.rpc.OperationCallSettings<RunContinuousTestRequest,RunContinuousTestResponse,RunContinuousTestMetadata>
EnvironmentsSettings. runContinuousTestOperationSettings()
Returns the object with the settings used for calls to runContinuousTest.Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type RunContinuousTestResponse Modifier and Type Method Description RunContinuousTestResponse.Builder
RunContinuousTestResponse.Builder. mergeFrom(RunContinuousTestResponse other)
static RunContinuousTestResponse.Builder
RunContinuousTestResponse. newBuilder(RunContinuousTestResponse prototype)
-
Uses of RunContinuousTestResponse in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type RunContinuousTestResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<RunContinuousTestRequest,RunContinuousTestResponse,RunContinuousTestMetadata>
EnvironmentsStub. runContinuousTestOperationCallable()
com.google.api.gax.rpc.OperationCallable<RunContinuousTestRequest,RunContinuousTestResponse,RunContinuousTestMetadata>
GrpcEnvironmentsStub. runContinuousTestOperationCallable()
com.google.api.gax.rpc.OperationCallable<RunContinuousTestRequest,RunContinuousTestResponse,RunContinuousTestMetadata>
HttpJsonEnvironmentsStub. runContinuousTestOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<RunContinuousTestRequest,RunContinuousTestResponse,RunContinuousTestMetadata>
EnvironmentsStubSettings.Builder. runContinuousTestOperationSettings()
Returns the builder for the settings used for calls to runContinuousTest.com.google.api.gax.rpc.OperationCallSettings<RunContinuousTestRequest,RunContinuousTestResponse,RunContinuousTestMetadata>
EnvironmentsStubSettings. runContinuousTestOperationSettings()
Returns the object with the settings used for calls to runContinuousTest.
-