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