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