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