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