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 UpdateRegionBackendServiceRequest
UpdateRegionBackendServiceRequest.Builder. build()
UpdateRegionBackendServiceRequest
UpdateRegionBackendServiceRequest.Builder. buildPartial()
static UpdateRegionBackendServiceRequest
UpdateRegionBackendServiceRequest. getDefaultInstance()
UpdateRegionBackendServiceRequest
UpdateRegionBackendServiceRequest.Builder. getDefaultInstanceForType()
UpdateRegionBackendServiceRequest
UpdateRegionBackendServiceRequest. getDefaultInstanceForType()
static UpdateRegionBackendServiceRequest
UpdateRegionBackendServiceRequest. parseDelimitedFrom(InputStream input)
static UpdateRegionBackendServiceRequest
UpdateRegionBackendServiceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateRegionBackendServiceRequest
UpdateRegionBackendServiceRequest. parseFrom(byte[] data)
static UpdateRegionBackendServiceRequest
UpdateRegionBackendServiceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateRegionBackendServiceRequest
UpdateRegionBackendServiceRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateRegionBackendServiceRequest
UpdateRegionBackendServiceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateRegionBackendServiceRequest
UpdateRegionBackendServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateRegionBackendServiceRequest
UpdateRegionBackendServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateRegionBackendServiceRequest
UpdateRegionBackendServiceRequest. parseFrom(InputStream input)
static UpdateRegionBackendServiceRequest
UpdateRegionBackendServiceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateRegionBackendServiceRequest
UpdateRegionBackendServiceRequest. parseFrom(ByteBuffer data)
static UpdateRegionBackendServiceRequest
UpdateRegionBackendServiceRequest. 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.Builder
UpdateRegionBackendServiceRequest.Builder. mergeFrom(UpdateRegionBackendServiceRequest other)
static UpdateRegionBackendServiceRequest.Builder
UpdateRegionBackendServiceRequest. 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.
-