Package com.google.cloud.compute.v1.stub
Class LicenseCodesStub
- java.lang.Object
-
- com.google.cloud.compute.v1.stub.LicenseCodesStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
HttpJsonLicenseCodesStub
@Generated("by gapic-generator-java") public abstract class LicenseCodesStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the LicenseCodes service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description LicenseCodesStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidclose()com.google.api.gax.rpc.UnaryCallable<GetLicenseCodeRequest,LicenseCode>getCallable()com.google.api.gax.rpc.UnaryCallable<TestIamPermissionsLicenseCodeRequest,TestPermissionsResponse>testIamPermissionsCallable()
-
-
-
Method Detail
-
getCallable
public com.google.api.gax.rpc.UnaryCallable<GetLicenseCodeRequest,LicenseCode> getCallable()
-
testIamPermissionsCallable
public com.google.api.gax.rpc.UnaryCallable<TestIamPermissionsLicenseCodeRequest,TestPermissionsResponse> testIamPermissionsCallable()
-
close
public abstract void close()
- Specified by:
closein interfaceAutoCloseable
-
-