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.
Constructors
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()
getHttpJsonOperationsStub()
public OperationsStub getHttpJsonOperationsStub()
getMembershipCallable()
public UnaryCallable<GetMembershipRequest,Membership> getMembershipCallable()
getOperationsStub()
public OperationsStub getOperationsStub()
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()