Class ExperimentsStub (0.48.0)

public abstract class ExperimentsStub implements BackgroundResource

Base stub class for the Experiments service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > ExperimentsStub

Implements

BackgroundResource

Constructors

ExperimentsStub()

public ExperimentsStub()

Methods

close()

public abstract void close()

createExperimentCallable()

public UnaryCallable<CreateExperimentRequest,Experiment> createExperimentCallable()
Returns
TypeDescription
UnaryCallable<CreateExperimentRequest,Experiment>

deleteExperimentCallable()

public UnaryCallable<DeleteExperimentRequest,Empty> deleteExperimentCallable()
Returns
TypeDescription
UnaryCallable<DeleteExperimentRequest,Empty>

getExperimentCallable()

public UnaryCallable<GetExperimentRequest,Experiment> getExperimentCallable()
Returns
TypeDescription
UnaryCallable<GetExperimentRequest,Experiment>

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

listExperimentsCallable()

public UnaryCallable<ListExperimentsRequest,ListExperimentsResponse> listExperimentsCallable()
Returns
TypeDescription
UnaryCallable<ListExperimentsRequest,ListExperimentsResponse>

listExperimentsPagedCallable()

public UnaryCallable<ListExperimentsRequest,ExperimentsClient.ListExperimentsPagedResponse> listExperimentsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListExperimentsRequest,ListExperimentsPagedResponse>

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,ExperimentsClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

startExperimentCallable()

public UnaryCallable<StartExperimentRequest,Experiment> startExperimentCallable()
Returns
TypeDescription
UnaryCallable<StartExperimentRequest,Experiment>

stopExperimentCallable()

public UnaryCallable<StopExperimentRequest,Experiment> stopExperimentCallable()
Returns
TypeDescription
UnaryCallable<StopExperimentRequest,Experiment>

updateExperimentCallable()

public UnaryCallable<UpdateExperimentRequest,Experiment> updateExperimentCallable()
Returns
TypeDescription
UnaryCallable<UpdateExperimentRequest,Experiment>