Uses of Class
com.google.cloud.compute.v1.ManagedInstanceInstanceHealth
-
Packages that use ManagedInstanceInstanceHealth Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of ManagedInstanceInstanceHealth in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ManagedInstanceInstanceHealth Modifier and Type Method Description ManagedInstanceInstanceHealth
ManagedInstanceInstanceHealth.Builder. build()
ManagedInstanceInstanceHealth
ManagedInstanceInstanceHealth.Builder. buildPartial()
static ManagedInstanceInstanceHealth
ManagedInstanceInstanceHealth. getDefaultInstance()
ManagedInstanceInstanceHealth
ManagedInstanceInstanceHealth.Builder. getDefaultInstanceForType()
ManagedInstanceInstanceHealth
ManagedInstanceInstanceHealth. getDefaultInstanceForType()
ManagedInstanceInstanceHealth
ManagedInstance.Builder. getInstanceHealth(int index)
[Output Only] Health state of the instance per health-check.ManagedInstanceInstanceHealth
ManagedInstance. getInstanceHealth(int index)
[Output Only] Health state of the instance per health-check.ManagedInstanceInstanceHealth
ManagedInstanceOrBuilder. getInstanceHealth(int index)
[Output Only] Health state of the instance per health-check.static ManagedInstanceInstanceHealth
ManagedInstanceInstanceHealth. parseDelimitedFrom(InputStream input)
static ManagedInstanceInstanceHealth
ManagedInstanceInstanceHealth. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ManagedInstanceInstanceHealth
ManagedInstanceInstanceHealth. parseFrom(byte[] data)
static ManagedInstanceInstanceHealth
ManagedInstanceInstanceHealth. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ManagedInstanceInstanceHealth
ManagedInstanceInstanceHealth. parseFrom(com.google.protobuf.ByteString data)
static ManagedInstanceInstanceHealth
ManagedInstanceInstanceHealth. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ManagedInstanceInstanceHealth
ManagedInstanceInstanceHealth. parseFrom(com.google.protobuf.CodedInputStream input)
static ManagedInstanceInstanceHealth
ManagedInstanceInstanceHealth. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ManagedInstanceInstanceHealth
ManagedInstanceInstanceHealth. parseFrom(InputStream input)
static ManagedInstanceInstanceHealth
ManagedInstanceInstanceHealth. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ManagedInstanceInstanceHealth
ManagedInstanceInstanceHealth. parseFrom(ByteBuffer data)
static ManagedInstanceInstanceHealth
ManagedInstanceInstanceHealth. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type ManagedInstanceInstanceHealth Modifier and Type Method Description List<ManagedInstanceInstanceHealth>
ManagedInstance.Builder. getInstanceHealthList()
[Output Only] Health state of the instance per health-check.List<ManagedInstanceInstanceHealth>
ManagedInstance. getInstanceHealthList()
[Output Only] Health state of the instance per health-check.List<ManagedInstanceInstanceHealth>
ManagedInstanceOrBuilder. getInstanceHealthList()
[Output Only] Health state of the instance per health-check.com.google.protobuf.Parser<ManagedInstanceInstanceHealth>
ManagedInstanceInstanceHealth. getParserForType()
static com.google.protobuf.Parser<ManagedInstanceInstanceHealth>
ManagedInstanceInstanceHealth. parser()
Methods in com.google.cloud.compute.v1 with parameters of type ManagedInstanceInstanceHealth Modifier and Type Method Description ManagedInstance.Builder
ManagedInstance.Builder. addInstanceHealth(int index, ManagedInstanceInstanceHealth value)
[Output Only] Health state of the instance per health-check.ManagedInstance.Builder
ManagedInstance.Builder. addInstanceHealth(ManagedInstanceInstanceHealth value)
[Output Only] Health state of the instance per health-check.ManagedInstanceInstanceHealth.Builder
ManagedInstanceInstanceHealth.Builder. mergeFrom(ManagedInstanceInstanceHealth other)
static ManagedInstanceInstanceHealth.Builder
ManagedInstanceInstanceHealth. newBuilder(ManagedInstanceInstanceHealth prototype)
ManagedInstance.Builder
ManagedInstance.Builder. setInstanceHealth(int index, ManagedInstanceInstanceHealth value)
[Output Only] Health state of the instance per health-check.Method parameters in com.google.cloud.compute.v1 with type arguments of type ManagedInstanceInstanceHealth Modifier and Type Method Description ManagedInstance.Builder
ManagedInstance.Builder. addAllInstanceHealth(Iterable<? extends ManagedInstanceInstanceHealth> values)
[Output Only] Health state of the instance per health-check.
-