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