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