Class GkeHubStub (1.3.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
TypeDescription
UnaryCallable<CreateFeatureRequest,Operation>

createFeatureOperationCallable()

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

deleteFeatureCallable()

public UnaryCallable<DeleteFeatureRequest,Operation> deleteFeatureCallable()
Returns
TypeDescription
UnaryCallable<DeleteFeatureRequest,Operation>

deleteFeatureOperationCallable()

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

getFeatureCallable()

public UnaryCallable<GetFeatureRequest,Feature> getFeatureCallable()
Returns
TypeDescription
UnaryCallable<GetFeatureRequest,Feature>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

listFeaturesCallable()

public UnaryCallable<ListFeaturesRequest,ListFeaturesResponse> listFeaturesCallable()
Returns
TypeDescription
UnaryCallable<ListFeaturesRequest,ListFeaturesResponse>

listFeaturesPagedCallable()

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

updateFeatureCallable()

public UnaryCallable<UpdateFeatureRequest,Operation> updateFeatureCallable()
Returns
TypeDescription
UnaryCallable<UpdateFeatureRequest,Operation>

updateFeatureOperationCallable()

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