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