Uses of Class
com.google.cloud.compute.v1.GetLicenseRequest
-
Packages that use GetLicenseRequest 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 GetLicenseRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return GetLicenseRequest Modifier and Type Method Description GetLicenseRequest
GetLicenseRequest.Builder. build()
GetLicenseRequest
GetLicenseRequest.Builder. buildPartial()
static GetLicenseRequest
GetLicenseRequest. getDefaultInstance()
GetLicenseRequest
GetLicenseRequest.Builder. getDefaultInstanceForType()
GetLicenseRequest
GetLicenseRequest. getDefaultInstanceForType()
static GetLicenseRequest
GetLicenseRequest. parseDelimitedFrom(InputStream input)
static GetLicenseRequest
GetLicenseRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLicenseRequest
GetLicenseRequest. parseFrom(byte[] data)
static GetLicenseRequest
GetLicenseRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLicenseRequest
GetLicenseRequest. parseFrom(com.google.protobuf.ByteString data)
static GetLicenseRequest
GetLicenseRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLicenseRequest
GetLicenseRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetLicenseRequest
GetLicenseRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLicenseRequest
GetLicenseRequest. parseFrom(InputStream input)
static GetLicenseRequest
GetLicenseRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLicenseRequest
GetLicenseRequest. parseFrom(ByteBuffer data)
static GetLicenseRequest
GetLicenseRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type GetLicenseRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetLicenseRequest,License>
LicensesClient. getCallable()
Returns the specified License resource.com.google.protobuf.Parser<GetLicenseRequest>
GetLicenseRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetLicenseRequest,License>
LicensesSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetLicenseRequest,License>
LicensesSettings. getSettings()
Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<GetLicenseRequest>
GetLicenseRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type GetLicenseRequest Modifier and Type Method Description License
LicensesClient. get(GetLicenseRequest request)
Returns the specified License resource.GetLicenseRequest.Builder
GetLicenseRequest.Builder. mergeFrom(GetLicenseRequest other)
static GetLicenseRequest.Builder
GetLicenseRequest. newBuilder(GetLicenseRequest prototype)
-
Uses of GetLicenseRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type GetLicenseRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetLicenseRequest,License>
HttpJsonLicensesStub. getCallable()
com.google.api.gax.rpc.UnaryCallable<GetLicenseRequest,License>
LicensesStub. getCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetLicenseRequest,License>
LicensesStubSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetLicenseRequest,License>
LicensesStubSettings. getSettings()
Returns the object with the settings used for calls to get.
-