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