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