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