Uses of Class
com.google.cloud.compute.v1.LicenseCode
-
Packages that use LicenseCode Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of LicenseCode in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return LicenseCode Modifier and Type Method Description LicenseCodeLicenseCode.Builder. build()LicenseCodeLicenseCode.Builder. buildPartial()LicenseCodeLicenseCodesClient. get(GetLicenseCodeRequest request)Return a specified license code.LicenseCodeLicenseCodesClient. get(String project, String licenseCode)Return a specified license code.static LicenseCodeLicenseCode. getDefaultInstance()LicenseCodeLicenseCode.Builder. getDefaultInstanceForType()LicenseCodeLicenseCode. getDefaultInstanceForType()static LicenseCodeLicenseCode. parseDelimitedFrom(InputStream input)static LicenseCodeLicenseCode. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LicenseCodeLicenseCode. parseFrom(byte[] data)static LicenseCodeLicenseCode. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LicenseCodeLicenseCode. parseFrom(com.google.protobuf.ByteString data)static LicenseCodeLicenseCode. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LicenseCodeLicenseCode. parseFrom(com.google.protobuf.CodedInputStream input)static LicenseCodeLicenseCode. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LicenseCodeLicenseCode. parseFrom(InputStream input)static LicenseCodeLicenseCode. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LicenseCodeLicenseCode. parseFrom(ByteBuffer data)static LicenseCodeLicenseCode. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type LicenseCode Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetLicenseCodeRequest,LicenseCode>LicenseCodesClient. getCallable()Return a specified license code.com.google.protobuf.Parser<LicenseCode>LicenseCode. getParserForType()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetLicenseCodeRequest,LicenseCode>LicenseCodesSettings.Builder. getSettings()Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetLicenseCodeRequest,LicenseCode>LicenseCodesSettings. getSettings()Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<LicenseCode>LicenseCode. parser()Methods in com.google.cloud.compute.v1 with parameters of type LicenseCode Modifier and Type Method Description LicenseCode.BuilderLicenseCode.Builder. mergeFrom(LicenseCode other)static LicenseCode.BuilderLicenseCode. newBuilder(LicenseCode prototype) -
Uses of LicenseCode in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type LicenseCode Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetLicenseCodeRequest,LicenseCode>HttpJsonLicenseCodesStub. getCallable()com.google.api.gax.rpc.UnaryCallable<GetLicenseCodeRequest,LicenseCode>LicenseCodesStub. getCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetLicenseCodeRequest,LicenseCode>LicenseCodesStubSettings.Builder. getSettings()Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetLicenseCodeRequest,LicenseCode>LicenseCodesStubSettings. getSettings()Returns the object with the settings used for calls to get.
-