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