Uses of Class
com.google.cloud.compute.v1.GetLicenseCodeRequest
-
Packages that use GetLicenseCodeRequest 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 GetLicenseCodeRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return GetLicenseCodeRequest Modifier and Type Method Description GetLicenseCodeRequest
GetLicenseCodeRequest.Builder. build()
GetLicenseCodeRequest
GetLicenseCodeRequest.Builder. buildPartial()
static GetLicenseCodeRequest
GetLicenseCodeRequest. getDefaultInstance()
GetLicenseCodeRequest
GetLicenseCodeRequest.Builder. getDefaultInstanceForType()
GetLicenseCodeRequest
GetLicenseCodeRequest. getDefaultInstanceForType()
static GetLicenseCodeRequest
GetLicenseCodeRequest. parseDelimitedFrom(InputStream input)
static GetLicenseCodeRequest
GetLicenseCodeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLicenseCodeRequest
GetLicenseCodeRequest. parseFrom(byte[] data)
static GetLicenseCodeRequest
GetLicenseCodeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLicenseCodeRequest
GetLicenseCodeRequest. parseFrom(com.google.protobuf.ByteString data)
static GetLicenseCodeRequest
GetLicenseCodeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLicenseCodeRequest
GetLicenseCodeRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetLicenseCodeRequest
GetLicenseCodeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLicenseCodeRequest
GetLicenseCodeRequest. parseFrom(InputStream input)
static GetLicenseCodeRequest
GetLicenseCodeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLicenseCodeRequest
GetLicenseCodeRequest. parseFrom(ByteBuffer data)
static GetLicenseCodeRequest
GetLicenseCodeRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type GetLicenseCodeRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetLicenseCodeRequest,LicenseCode>
LicenseCodesClient. getCallable()
Return a specified license code.com.google.protobuf.Parser<GetLicenseCodeRequest>
GetLicenseCodeRequest. 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<GetLicenseCodeRequest>
GetLicenseCodeRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type GetLicenseCodeRequest Modifier and Type Method Description LicenseCode
LicenseCodesClient. get(GetLicenseCodeRequest request)
Return a specified license code.GetLicenseCodeRequest.Builder
GetLicenseCodeRequest.Builder. mergeFrom(GetLicenseCodeRequest other)
static GetLicenseCodeRequest.Builder
GetLicenseCodeRequest. newBuilder(GetLicenseCodeRequest prototype)
-
Uses of GetLicenseCodeRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type GetLicenseCodeRequest 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.
-