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 LicenseCode
LicenseCode.Builder. build()
LicenseCode
LicenseCode.Builder. buildPartial()
LicenseCode
LicenseCodesClient. get(GetLicenseCodeRequest request)
Return a specified license code.LicenseCode
LicenseCodesClient. get(String project, String licenseCode)
Return a specified license code.static LicenseCode
LicenseCode. getDefaultInstance()
LicenseCode
LicenseCode.Builder. getDefaultInstanceForType()
LicenseCode
LicenseCode. getDefaultInstanceForType()
static LicenseCode
LicenseCode. parseDelimitedFrom(InputStream input)
static LicenseCode
LicenseCode. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LicenseCode
LicenseCode. parseFrom(byte[] data)
static LicenseCode
LicenseCode. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LicenseCode
LicenseCode. parseFrom(com.google.protobuf.ByteString data)
static LicenseCode
LicenseCode. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LicenseCode
LicenseCode. parseFrom(com.google.protobuf.CodedInputStream input)
static LicenseCode
LicenseCode. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LicenseCode
LicenseCode. parseFrom(InputStream input)
static LicenseCode
LicenseCode. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LicenseCode
LicenseCode. parseFrom(ByteBuffer data)
static LicenseCode
LicenseCode. 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.Builder
LicenseCode.Builder. mergeFrom(LicenseCode other)
static LicenseCode.Builder
LicenseCode. 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.
-