Class ExperimentsStub (0.46.0)

See more code actions.
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.

java.lang.Object > ExperimentsStub
BackgroundResource

Constructors

ExperimentsStub()

public ExperimentsStub()

Methods

close()

public abstract void close()

createExperimentCallable()

public UnaryCallable<CreateExperimentRequest,Experiment> createExperimentCallable()

deleteExperimentCallable()

public UnaryCallable<DeleteExperimentRequest,Empty> deleteExperimentCallable()
Returns
Type Description
UnaryCallable<DeleteExperimentRequest,Empty>

getExperimentCallable()

public UnaryCallable<GetExperimentRequest,Experiment> getExperimentCallable()
Returns
Type Description
UnaryCallable<GetExperimentRequest,Experiment>

getLocationCallable()

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

listExperimentsCallable()

public UnaryCallable<ListExperimentsRequest,ListExperimentsResponse> listExperimentsCallable()

listExperimentsPagedCallable()

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

listLocationsCallable()

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

listLocationsPagedCallable()

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

startExperimentCallable()

public UnaryCallable<StartExperimentRequest,Experiment> startExperimentCallable()
Returns
Type Description
UnaryCallable<StartExperimentRequest,Experiment>

stopExperimentCallable()

public UnaryCallable<StopExperimentRequest,Experiment> stopExperimentCallable()
Returns
Type Description
UnaryCallable<StopExperimentRequest,Experiment>

updateExperimentCallable()

public UnaryCallable<UpdateExperimentRequest,Experiment> updateExperimentCallable()