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