Class GkeHubStub (1.23.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()

createFeatureOperationCallable()

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

createMembershipCallable()

public UnaryCallable<CreateMembershipRequest,Operation> createMembershipCallable()

createMembershipOperationCallable()

public OperationCallable<CreateMembershipRequest,Membership,OperationMetadata> createMembershipOperationCallable()

deleteFeatureCallable()

public UnaryCallable<DeleteFeatureRequest,Operation> deleteFeatureCallable()

deleteFeatureOperationCallable()

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

deleteMembershipCallable()

public UnaryCallable<DeleteMembershipRequest,Operation> deleteMembershipCallable()

deleteMembershipOperationCallable()

public OperationCallable<DeleteMembershipRequest,Empty,OperationMetadata> deleteMembershipOperationCallable()

generateConnectManifestCallable()

public UnaryCallable<GenerateConnectManifestRequest,GenerateConnectManifestResponse> generateConnectManifestCallable()

getFeatureCallable()

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

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getMembershipCallable()

public UnaryCallable<GetMembershipRequest,Membership> getMembershipCallable()

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

listFeaturesCallable()

public UnaryCallable<ListFeaturesRequest,ListFeaturesResponse> listFeaturesCallable()

listFeaturesPagedCallable()

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

listMembershipsCallable()

public UnaryCallable<ListMembershipsRequest,ListMembershipsResponse> listMembershipsCallable()

listMembershipsPagedCallable()

public UnaryCallable<ListMembershipsRequest,GkeHubClient.ListMembershipsPagedResponse> listMembershipsPagedCallable()

updateFeatureCallable()

public UnaryCallable<UpdateFeatureRequest,Operation> updateFeatureCallable()

updateFeatureOperationCallable()

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

updateMembershipCallable()

public UnaryCallable<UpdateMembershipRequest,Operation> updateMembershipCallable()

updateMembershipOperationCallable()

public OperationCallable<UpdateMembershipRequest,Membership,OperationMetadata> updateMembershipOperationCallable()