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 DeleteLicenseRequestDeleteLicenseRequest.Builder. build()DeleteLicenseRequestDeleteLicenseRequest.Builder. buildPartial()static DeleteLicenseRequestDeleteLicenseRequest. getDefaultInstance()DeleteLicenseRequestDeleteLicenseRequest.Builder. getDefaultInstanceForType()DeleteLicenseRequestDeleteLicenseRequest. getDefaultInstanceForType()static DeleteLicenseRequestDeleteLicenseRequest. parseDelimitedFrom(InputStream input)static DeleteLicenseRequestDeleteLicenseRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteLicenseRequestDeleteLicenseRequest. parseFrom(byte[] data)static DeleteLicenseRequestDeleteLicenseRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteLicenseRequestDeleteLicenseRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteLicenseRequestDeleteLicenseRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteLicenseRequestDeleteLicenseRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteLicenseRequestDeleteLicenseRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteLicenseRequestDeleteLicenseRequest. parseFrom(InputStream input)static DeleteLicenseRequestDeleteLicenseRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteLicenseRequestDeleteLicenseRequest. parseFrom(ByteBuffer data)static DeleteLicenseRequestDeleteLicenseRequest. 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.BuilderDeleteLicenseRequest.Builder. mergeFrom(DeleteLicenseRequest other)static DeleteLicenseRequest.BuilderDeleteLicenseRequest. 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.
-