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 TargetPoolInstanceHealth
TargetPoolInstanceHealth.Builder. build()
TargetPoolInstanceHealth
TargetPoolInstanceHealth.Builder. buildPartial()
static TargetPoolInstanceHealth
TargetPoolInstanceHealth. getDefaultInstance()
TargetPoolInstanceHealth
TargetPoolInstanceHealth.Builder. getDefaultInstanceForType()
TargetPoolInstanceHealth
TargetPoolInstanceHealth. getDefaultInstanceForType()
TargetPoolInstanceHealth
TargetPoolsClient. getHealth(GetHealthTargetPoolRequest request)
Gets the most recent health check results for each IP for the instance that is referenced by the given target pool.TargetPoolInstanceHealth
TargetPoolsClient. 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 TargetPoolInstanceHealth
TargetPoolInstanceHealth. parseDelimitedFrom(InputStream input)
static TargetPoolInstanceHealth
TargetPoolInstanceHealth. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TargetPoolInstanceHealth
TargetPoolInstanceHealth. parseFrom(byte[] data)
static TargetPoolInstanceHealth
TargetPoolInstanceHealth. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TargetPoolInstanceHealth
TargetPoolInstanceHealth. parseFrom(com.google.protobuf.ByteString data)
static TargetPoolInstanceHealth
TargetPoolInstanceHealth. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TargetPoolInstanceHealth
TargetPoolInstanceHealth. parseFrom(com.google.protobuf.CodedInputStream input)
static TargetPoolInstanceHealth
TargetPoolInstanceHealth. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TargetPoolInstanceHealth
TargetPoolInstanceHealth. parseFrom(InputStream input)
static TargetPoolInstanceHealth
TargetPoolInstanceHealth. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TargetPoolInstanceHealth
TargetPoolInstanceHealth. parseFrom(ByteBuffer data)
static TargetPoolInstanceHealth
TargetPoolInstanceHealth. 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.Builder
TargetPoolInstanceHealth.Builder. mergeFrom(TargetPoolInstanceHealth other)
static TargetPoolInstanceHealth.Builder
TargetPoolInstanceHealth. 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.
-