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.
Constructors
GkeHubMembershipServiceStub()
public GkeHubMembershipServiceStub()
Methods
close()
public abstract void close()
createMembershipCallable()
public UnaryCallable<CreateMembershipRequest,Operation> createMembershipCallable()
Returns
createMembershipOperationCallable()
public OperationCallable<CreateMembershipRequest,Membership,OperationMetadata> createMembershipOperationCallable()
Returns
deleteMembershipCallable()
public UnaryCallable<DeleteMembershipRequest,Operation> deleteMembershipCallable()
Returns
deleteMembershipOperationCallable()
public OperationCallable<DeleteMembershipRequest,Empty,OperationMetadata> deleteMembershipOperationCallable()
Returns
generateConnectManifestCallable()
public UnaryCallable<GenerateConnectManifestRequest,GenerateConnectManifestResponse> generateConnectManifestCallable()
Returns
generateExclusivityManifestCallable()
public UnaryCallable<GenerateExclusivityManifestRequest,GenerateExclusivityManifestResponse> generateExclusivityManifestCallable()
Returns
getHttpJsonOperationsStub()
public OperationsStub getHttpJsonOperationsStub()
Returns
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
getOperationsStub()
public OperationsStub getOperationsStub()
Returns
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
listMembershipsCallable()
public UnaryCallable<ListMembershipsRequest,ListMembershipsResponse> listMembershipsCallable()
Returns
listMembershipsPagedCallable()
public UnaryCallable<ListMembershipsRequest,GkeHubMembershipServiceClient.ListMembershipsPagedResponse> listMembershipsPagedCallable()
Returns
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
updateMembershipOperationCallable()
public OperationCallable<UpdateMembershipRequest,Membership,OperationMetadata> updateMembershipOperationCallable()
Returns
validateExclusivityCallable()
public UnaryCallable<ValidateExclusivityRequest,ValidateExclusivityResponse> validateExclusivityCallable()
Returns