Uses of Class
com.google.cloud.compute.v1.GetHealthTargetPoolRequest
-
Packages that use GetHealthTargetPoolRequest 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 GetHealthTargetPoolRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return GetHealthTargetPoolRequest Modifier and Type Method Description GetHealthTargetPoolRequest
GetHealthTargetPoolRequest.Builder. build()
GetHealthTargetPoolRequest
GetHealthTargetPoolRequest.Builder. buildPartial()
static GetHealthTargetPoolRequest
GetHealthTargetPoolRequest. getDefaultInstance()
GetHealthTargetPoolRequest
GetHealthTargetPoolRequest.Builder. getDefaultInstanceForType()
GetHealthTargetPoolRequest
GetHealthTargetPoolRequest. getDefaultInstanceForType()
static GetHealthTargetPoolRequest
GetHealthTargetPoolRequest. parseDelimitedFrom(InputStream input)
static GetHealthTargetPoolRequest
GetHealthTargetPoolRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetHealthTargetPoolRequest
GetHealthTargetPoolRequest. parseFrom(byte[] data)
static GetHealthTargetPoolRequest
GetHealthTargetPoolRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetHealthTargetPoolRequest
GetHealthTargetPoolRequest. parseFrom(com.google.protobuf.ByteString data)
static GetHealthTargetPoolRequest
GetHealthTargetPoolRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetHealthTargetPoolRequest
GetHealthTargetPoolRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetHealthTargetPoolRequest
GetHealthTargetPoolRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetHealthTargetPoolRequest
GetHealthTargetPoolRequest. parseFrom(InputStream input)
static GetHealthTargetPoolRequest
GetHealthTargetPoolRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetHealthTargetPoolRequest
GetHealthTargetPoolRequest. parseFrom(ByteBuffer data)
static GetHealthTargetPoolRequest
GetHealthTargetPoolRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type GetHealthTargetPoolRequest 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<GetHealthTargetPoolRequest>
GetHealthTargetPoolRequest. getParserForType()
static com.google.protobuf.Parser<GetHealthTargetPoolRequest>
GetHealthTargetPoolRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type GetHealthTargetPoolRequest Modifier and Type Method Description 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.GetHealthTargetPoolRequest.Builder
GetHealthTargetPoolRequest.Builder. mergeFrom(GetHealthTargetPoolRequest other)
static GetHealthTargetPoolRequest.Builder
GetHealthTargetPoolRequest. newBuilder(GetHealthTargetPoolRequest prototype)
-
Uses of GetHealthTargetPoolRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type GetHealthTargetPoolRequest 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.
-