Uses of Class
com.google.cloud.compute.v1.TargetPoolInstanceHealth
-
Packages that use TargetPoolInstanceHealth 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 TargetPoolInstanceHealth in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return TargetPoolInstanceHealth Modifier and Type Method Description TargetPoolInstanceHealthTargetPoolInstanceHealth.Builder. build()TargetPoolInstanceHealthTargetPoolInstanceHealth.Builder. buildPartial()static TargetPoolInstanceHealthTargetPoolInstanceHealth. getDefaultInstance()TargetPoolInstanceHealthTargetPoolInstanceHealth.Builder. getDefaultInstanceForType()TargetPoolInstanceHealthTargetPoolInstanceHealth. getDefaultInstanceForType()TargetPoolInstanceHealthTargetPoolsClient. getHealth(GetHealthTargetPoolRequest request)Gets the most recent health check results for each IP for the instance that is referenced by the given target pool.TargetPoolInstanceHealthTargetPoolsClient. getHealth(String project, String region, String targetPool, InstanceReference instanceReferenceResource)Gets the most recent health check results for each IP for the instance that is referenced by the given target pool.static TargetPoolInstanceHealthTargetPoolInstanceHealth. parseDelimitedFrom(InputStream input)static TargetPoolInstanceHealthTargetPoolInstanceHealth. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TargetPoolInstanceHealthTargetPoolInstanceHealth. parseFrom(byte[] data)static TargetPoolInstanceHealthTargetPoolInstanceHealth. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TargetPoolInstanceHealthTargetPoolInstanceHealth. parseFrom(com.google.protobuf.ByteString data)static TargetPoolInstanceHealthTargetPoolInstanceHealth. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TargetPoolInstanceHealthTargetPoolInstanceHealth. parseFrom(com.google.protobuf.CodedInputStream input)static TargetPoolInstanceHealthTargetPoolInstanceHealth. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TargetPoolInstanceHealthTargetPoolInstanceHealth. parseFrom(InputStream input)static TargetPoolInstanceHealthTargetPoolInstanceHealth. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TargetPoolInstanceHealthTargetPoolInstanceHealth. parseFrom(ByteBuffer data)static TargetPoolInstanceHealthTargetPoolInstanceHealth. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type TargetPoolInstanceHealth Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetHealthTargetPoolRequest,TargetPoolInstanceHealth>TargetPoolsClient. getHealthCallable()Gets the most recent health check results for each IP for the instance that is referenced by the given target pool.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetHealthTargetPoolRequest,TargetPoolInstanceHealth>TargetPoolsSettings.Builder. getHealthSettings()Returns the builder for the settings used for calls to getHealth.com.google.api.gax.rpc.UnaryCallSettings<GetHealthTargetPoolRequest,TargetPoolInstanceHealth>TargetPoolsSettings. getHealthSettings()Returns the object with the settings used for calls to getHealth.com.google.protobuf.Parser<TargetPoolInstanceHealth>TargetPoolInstanceHealth. getParserForType()static com.google.protobuf.Parser<TargetPoolInstanceHealth>TargetPoolInstanceHealth. parser()Methods in com.google.cloud.compute.v1 with parameters of type TargetPoolInstanceHealth Modifier and Type Method Description TargetPoolInstanceHealth.BuilderTargetPoolInstanceHealth.Builder. mergeFrom(TargetPoolInstanceHealth other)static TargetPoolInstanceHealth.BuilderTargetPoolInstanceHealth. newBuilder(TargetPoolInstanceHealth prototype) -
Uses of TargetPoolInstanceHealth in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type TargetPoolInstanceHealth Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetHealthTargetPoolRequest,TargetPoolInstanceHealth>HttpJsonTargetPoolsStub. getHealthCallable()com.google.api.gax.rpc.UnaryCallable<GetHealthTargetPoolRequest,TargetPoolInstanceHealth>TargetPoolsStub. getHealthCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetHealthTargetPoolRequest,TargetPoolInstanceHealth>TargetPoolsStubSettings.Builder. getHealthSettings()Returns the builder for the settings used for calls to getHealth.com.google.api.gax.rpc.UnaryCallSettings<GetHealthTargetPoolRequest,TargetPoolInstanceHealth>TargetPoolsStubSettings. getHealthSettings()Returns the object with the settings used for calls to getHealth.
-