Class ExperimentsStub
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3.stub.ExperimentsStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcExperimentsStub,HttpJsonExperimentsStub
@Generated("by gapic-generator-java") public abstract class ExperimentsStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the Experiments service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description ExperimentsStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidclose()com.google.api.gax.rpc.UnaryCallable<CreateExperimentRequest,Experiment>createExperimentCallable()com.google.api.gax.rpc.UnaryCallable<DeleteExperimentRequest,com.google.protobuf.Empty>deleteExperimentCallable()com.google.api.gax.rpc.UnaryCallable<GetExperimentRequest,Experiment>getExperimentCallable()com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>getLocationCallable()com.google.api.gax.rpc.UnaryCallable<ListExperimentsRequest,ListExperimentsResponse>listExperimentsCallable()com.google.api.gax.rpc.UnaryCallable<ListExperimentsRequest,ExperimentsClient.ListExperimentsPagedResponse>listExperimentsPagedCallable()com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>listLocationsCallable()com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,ExperimentsClient.ListLocationsPagedResponse>listLocationsPagedCallable()com.google.api.gax.rpc.UnaryCallable<StartExperimentRequest,Experiment>startExperimentCallable()com.google.api.gax.rpc.UnaryCallable<StopExperimentRequest,Experiment>stopExperimentCallable()com.google.api.gax.rpc.UnaryCallable<UpdateExperimentRequest,Experiment>updateExperimentCallable()
-
-
-
Method Detail
-
listExperimentsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListExperimentsRequest,ExperimentsClient.ListExperimentsPagedResponse> listExperimentsPagedCallable()
-
listExperimentsCallable
public com.google.api.gax.rpc.UnaryCallable<ListExperimentsRequest,ListExperimentsResponse> listExperimentsCallable()
-
getExperimentCallable
public com.google.api.gax.rpc.UnaryCallable<GetExperimentRequest,Experiment> getExperimentCallable()
-
createExperimentCallable
public com.google.api.gax.rpc.UnaryCallable<CreateExperimentRequest,Experiment> createExperimentCallable()
-
updateExperimentCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateExperimentRequest,Experiment> updateExperimentCallable()
-
deleteExperimentCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteExperimentRequest,com.google.protobuf.Empty> deleteExperimentCallable()
-
startExperimentCallable
public com.google.api.gax.rpc.UnaryCallable<StartExperimentRequest,Experiment> startExperimentCallable()
-
stopExperimentCallable
public com.google.api.gax.rpc.UnaryCallable<StopExperimentRequest,Experiment> stopExperimentCallable()
-
listLocationsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,ExperimentsClient.ListLocationsPagedResponse> listLocationsPagedCallable()
-
listLocationsCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
-
getLocationCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
-
close
public abstract void close()
- Specified by:
closein interfaceAutoCloseable
-
-