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