Class GkeHubMembershipServiceStub (1.42.0)

public abstract class GkeHubMembershipServiceStub implements BackgroundResource

Base stub class for the GkeHubMembershipService service API.

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

Inheritance

java.lang.Object > GkeHubMembershipServiceStub

Implements

BackgroundResource

Constructors

GkeHubMembershipServiceStub()

public GkeHubMembershipServiceStub()

Methods

close()

public abstract void close()

createMembershipCallable()

public UnaryCallable<CreateMembershipRequest,Operation> createMembershipCallable()
Returns
Type Description
UnaryCallable<CreateMembershipRequest,Operation>

createMembershipOperationCallable()

public OperationCallable<CreateMembershipRequest,Membership,OperationMetadata> createMembershipOperationCallable()
Returns
Type Description
OperationCallable<CreateMembershipRequest,Membership,OperationMetadata>

deleteMembershipCallable()

public UnaryCallable<DeleteMembershipRequest,Operation> deleteMembershipCallable()
Returns
Type Description
UnaryCallable<DeleteMembershipRequest,Operation>

deleteMembershipOperationCallable()

public OperationCallable<DeleteMembershipRequest,Empty,OperationMetadata> deleteMembershipOperationCallable()
Returns
Type Description
OperationCallable<DeleteMembershipRequest,Empty,OperationMetadata>

generateConnectManifestCallable()

public UnaryCallable<GenerateConnectManifestRequest,GenerateConnectManifestResponse> generateConnectManifestCallable()
Returns
Type Description
UnaryCallable<GenerateConnectManifestRequest,GenerateConnectManifestResponse>

generateExclusivityManifestCallable()

public UnaryCallable<GenerateExclusivityManifestRequest,GenerateExclusivityManifestResponse> generateExclusivityManifestCallable()
Returns
Type Description
UnaryCallable<GenerateExclusivityManifestRequest,GenerateExclusivityManifestResponse>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
OperationsStub

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getMembershipCallable()

public UnaryCallable<GetMembershipRequest,Membership> getMembershipCallable()
Returns
Type Description
UnaryCallable<GetMembershipRequest,Membership>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,GkeHubMembershipServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

listMembershipsCallable()

public UnaryCallable<ListMembershipsRequest,ListMembershipsResponse> listMembershipsCallable()
Returns
Type Description
UnaryCallable<ListMembershipsRequest,ListMembershipsResponse>

listMembershipsPagedCallable()

public UnaryCallable<ListMembershipsRequest,GkeHubMembershipServiceClient.ListMembershipsPagedResponse> listMembershipsPagedCallable()
Returns
Type Description
UnaryCallable<ListMembershipsRequest,ListMembershipsPagedResponse>

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

updateMembershipCallable()

public UnaryCallable<UpdateMembershipRequest,Operation> updateMembershipCallable()
Returns
Type Description
UnaryCallable<UpdateMembershipRequest,Operation>

updateMembershipOperationCallable()

public OperationCallable<UpdateMembershipRequest,Membership,OperationMetadata> updateMembershipOperationCallable()
Returns
Type Description
OperationCallable<UpdateMembershipRequest,Membership,OperationMetadata>

validateExclusivityCallable()

public UnaryCallable<ValidateExclusivityRequest,ValidateExclusivityResponse> validateExclusivityCallable()
Returns
Type Description
UnaryCallable<ValidateExclusivityRequest,ValidateExclusivityResponse>