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