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