Class GkeHubStub (1.44.0)

public abstract class GkeHubStub implements BackgroundResource

Base stub class for the GkeHub service API.

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

Inheritance

java.lang.Object > GkeHubStub

Implements

BackgroundResource

Constructors

GkeHubStub()

public GkeHubStub()

Methods

close()

public abstract void close()

createFeatureCallable()

public UnaryCallable<CreateFeatureRequest,Operation> createFeatureCallable()
Returns
Type Description
UnaryCallable<CreateFeatureRequest,Operation>

createFeatureOperationCallable()

public OperationCallable<CreateFeatureRequest,Feature,OperationMetadata> createFeatureOperationCallable()
Returns
Type Description
OperationCallable<CreateFeatureRequest,Feature,OperationMetadata>

deleteFeatureCallable()

public UnaryCallable<DeleteFeatureRequest,Operation> deleteFeatureCallable()
Returns
Type Description
UnaryCallable<DeleteFeatureRequest,Operation>

deleteFeatureOperationCallable()

public OperationCallable<DeleteFeatureRequest,Empty,OperationMetadata> deleteFeatureOperationCallable()
Returns
Type Description
OperationCallable<DeleteFeatureRequest,Empty,OperationMetadata>

getFeatureCallable()

public UnaryCallable<GetFeatureRequest,Feature> getFeatureCallable()
Returns
Type Description
UnaryCallable<GetFeatureRequest,Feature>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
OperationsStub

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

listFeaturesCallable()

public UnaryCallable<ListFeaturesRequest,ListFeaturesResponse> listFeaturesCallable()
Returns
Type Description
UnaryCallable<ListFeaturesRequest,ListFeaturesResponse>

listFeaturesPagedCallable()

public UnaryCallable<ListFeaturesRequest,GkeHubClient.ListFeaturesPagedResponse> listFeaturesPagedCallable()
Returns
Type Description
UnaryCallable<ListFeaturesRequest,ListFeaturesPagedResponse>

updateFeatureCallable()

public UnaryCallable<UpdateFeatureRequest,Operation> updateFeatureCallable()
Returns
Type Description
UnaryCallable<UpdateFeatureRequest,Operation>

updateFeatureOperationCallable()

public OperationCallable<UpdateFeatureRequest,Feature,OperationMetadata> updateFeatureOperationCallable()
Returns
Type Description
OperationCallable<UpdateFeatureRequest,Feature,OperationMetadata>