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 ManagedInstanceInstanceHealthManagedInstanceInstanceHealth.Builder. build()ManagedInstanceInstanceHealthManagedInstanceInstanceHealth.Builder. buildPartial()static ManagedInstanceInstanceHealthManagedInstanceInstanceHealth. getDefaultInstance()ManagedInstanceInstanceHealthManagedInstanceInstanceHealth.Builder. getDefaultInstanceForType()ManagedInstanceInstanceHealthManagedInstanceInstanceHealth. getDefaultInstanceForType()ManagedInstanceInstanceHealthManagedInstance.Builder. getInstanceHealth(int index)[Output Only] Health state of the instance per health-check.ManagedInstanceInstanceHealthManagedInstance. getInstanceHealth(int index)[Output Only] Health state of the instance per health-check.ManagedInstanceInstanceHealthManagedInstanceOrBuilder. getInstanceHealth(int index)[Output Only] Health state of the instance per health-check.static ManagedInstanceInstanceHealthManagedInstanceInstanceHealth. parseDelimitedFrom(InputStream input)static ManagedInstanceInstanceHealthManagedInstanceInstanceHealth. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ManagedInstanceInstanceHealthManagedInstanceInstanceHealth. parseFrom(byte[] data)static ManagedInstanceInstanceHealthManagedInstanceInstanceHealth. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ManagedInstanceInstanceHealthManagedInstanceInstanceHealth. parseFrom(com.google.protobuf.ByteString data)static ManagedInstanceInstanceHealthManagedInstanceInstanceHealth. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ManagedInstanceInstanceHealthManagedInstanceInstanceHealth. parseFrom(com.google.protobuf.CodedInputStream input)static ManagedInstanceInstanceHealthManagedInstanceInstanceHealth. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ManagedInstanceInstanceHealthManagedInstanceInstanceHealth. parseFrom(InputStream input)static ManagedInstanceInstanceHealthManagedInstanceInstanceHealth. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ManagedInstanceInstanceHealthManagedInstanceInstanceHealth. parseFrom(ByteBuffer data)static ManagedInstanceInstanceHealthManagedInstanceInstanceHealth. 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.BuilderManagedInstance.Builder. addInstanceHealth(int index, ManagedInstanceInstanceHealth value)[Output Only] Health state of the instance per health-check.ManagedInstance.BuilderManagedInstance.Builder. addInstanceHealth(ManagedInstanceInstanceHealth value)[Output Only] Health state of the instance per health-check.ManagedInstanceInstanceHealth.BuilderManagedInstanceInstanceHealth.Builder. mergeFrom(ManagedInstanceInstanceHealth other)static ManagedInstanceInstanceHealth.BuilderManagedInstanceInstanceHealth. newBuilder(ManagedInstanceInstanceHealth prototype)ManagedInstance.BuilderManagedInstance.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.BuilderManagedInstance.Builder. addAllInstanceHealth(Iterable<? extends ManagedInstanceInstanceHealth> values)[Output Only] Health state of the instance per health-check.
-