Class PreviewFeaturesStub (1.88.0)

public abstract class PreviewFeaturesStub implements BackgroundResource

Base stub class for the PreviewFeatures service API.

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

Inheritance

java.lang.Object > PreviewFeaturesStub

Implements

BackgroundResource

Constructors

PreviewFeaturesStub()

public PreviewFeaturesStub()

Methods

close()

public abstract void close()

getCallable()

public UnaryCallable<GetPreviewFeatureRequest,PreviewFeature> getCallable()
Returns
Type Description
UnaryCallable<GetPreviewFeatureRequest,PreviewFeature>

listCallable()

public UnaryCallable<ListPreviewFeaturesRequest,PreviewFeatureList> listCallable()
Returns
Type Description
UnaryCallable<ListPreviewFeaturesRequest,PreviewFeatureList>

listPagedCallable()

public UnaryCallable<ListPreviewFeaturesRequest,PreviewFeaturesClient.ListPagedResponse> listPagedCallable()
Returns
Type Description
UnaryCallable<ListPreviewFeaturesRequest,ListPagedResponse>

updateCallable()

public UnaryCallable<UpdatePreviewFeatureRequest,Operation> updateCallable()
Returns
Type Description
UnaryCallable<UpdatePreviewFeatureRequest,Operation>

updateOperationCallable()

public OperationCallable<UpdatePreviewFeatureRequest,Operation,Operation> updateOperationCallable()
Returns
Type Description
OperationCallable<UpdatePreviewFeatureRequest,Operation,Operation>