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