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