Class CompositeHealthChecksGetHealthResponseHealthSourceHealth (1.105.0)

public final class CompositeHealthChecksGetHealthResponseHealthSourceHealth extends GeneratedMessage implements CompositeHealthChecksGetHealthResponseHealthSourceHealthOrBuilder

Protobuf type google.cloud.compute.v1.CompositeHealthChecksGetHealthResponseHealthSourceHealth

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > CompositeHealthChecksGetHealthResponseHealthSourceHealth

Static Fields

HEALTH_STATE_FIELD_NUMBER

public static final int HEALTH_STATE_FIELD_NUMBER
Field Value
Type Description
int

SOURCE_FIELD_NUMBER

public static final int SOURCE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static CompositeHealthChecksGetHealthResponseHealthSourceHealth getDefaultInstance()
Returns
Type Description
CompositeHealthChecksGetHealthResponseHealthSourceHealth

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static CompositeHealthChecksGetHealthResponseHealthSourceHealth.Builder newBuilder()
Returns
Type Description
CompositeHealthChecksGetHealthResponseHealthSourceHealth.Builder

newBuilder(CompositeHealthChecksGetHealthResponseHealthSourceHealth prototype)

public static CompositeHealthChecksGetHealthResponseHealthSourceHealth.Builder newBuilder(CompositeHealthChecksGetHealthResponseHealthSourceHealth prototype)
Parameter
Name Description
prototype CompositeHealthChecksGetHealthResponseHealthSourceHealth
Returns
Type Description
CompositeHealthChecksGetHealthResponseHealthSourceHealth.Builder

parseDelimitedFrom(InputStream input)

public static CompositeHealthChecksGetHealthResponseHealthSourceHealth parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
CompositeHealthChecksGetHealthResponseHealthSourceHealth
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CompositeHealthChecksGetHealthResponseHealthSourceHealth parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CompositeHealthChecksGetHealthResponseHealthSourceHealth
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static CompositeHealthChecksGetHealthResponseHealthSourceHealth parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
CompositeHealthChecksGetHealthResponseHealthSourceHealth
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static CompositeHealthChecksGetHealthResponseHealthSourceHealth parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CompositeHealthChecksGetHealthResponseHealthSourceHealth
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static CompositeHealthChecksGetHealthResponseHealthSourceHealth parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
CompositeHealthChecksGetHealthResponseHealthSourceHealth
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static CompositeHealthChecksGetHealthResponseHealthSourceHealth parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CompositeHealthChecksGetHealthResponseHealthSourceHealth
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static CompositeHealthChecksGetHealthResponseHealthSourceHealth parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
CompositeHealthChecksGetHealthResponseHealthSourceHealth
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static CompositeHealthChecksGetHealthResponseHealthSourceHealth parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CompositeHealthChecksGetHealthResponseHealthSourceHealth
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static CompositeHealthChecksGetHealthResponseHealthSourceHealth parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
CompositeHealthChecksGetHealthResponseHealthSourceHealth
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CompositeHealthChecksGetHealthResponseHealthSourceHealth parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CompositeHealthChecksGetHealthResponseHealthSourceHealth
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static CompositeHealthChecksGetHealthResponseHealthSourceHealth parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
CompositeHealthChecksGetHealthResponseHealthSourceHealth
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static CompositeHealthChecksGetHealthResponseHealthSourceHealth parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CompositeHealthChecksGetHealthResponseHealthSourceHealth
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<CompositeHealthChecksGetHealthResponseHealthSourceHealth> parser()
Returns
Type Description
Parser<CompositeHealthChecksGetHealthResponseHealthSourceHealth>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public CompositeHealthChecksGetHealthResponseHealthSourceHealth getDefaultInstanceForType()
Returns
Type Description
CompositeHealthChecksGetHealthResponseHealthSourceHealth

getHealthState()

public String getHealthState()

Health state of the associated HealthSource resource. Check the HealthState enum for the list of possible values.

optional string health_state = 324007150;

Returns
Type Description
String

The healthState.

getHealthStateBytes()

public ByteString getHealthStateBytes()

Health state of the associated HealthSource resource. Check the HealthState enum for the list of possible values.

optional string health_state = 324007150;

Returns
Type Description
ByteString

The bytes for healthState.

getParserForType()

public Parser<CompositeHealthChecksGetHealthResponseHealthSourceHealth> getParserForType()
Returns
Type Description
Parser<CompositeHealthChecksGetHealthResponseHealthSourceHealth>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getSource()

public String getSource()

Fully qualified URL of the associated HealthSource resource.

optional string source = 177235995;

Returns
Type Description
String

The source.

getSourceBytes()

public ByteString getSourceBytes()

Fully qualified URL of the associated HealthSource resource.

optional string source = 177235995;

Returns
Type Description
ByteString

The bytes for source.

hasHealthState()

public boolean hasHealthState()

Health state of the associated HealthSource resource. Check the HealthState enum for the list of possible values.

optional string health_state = 324007150;

Returns
Type Description
boolean

Whether the healthState field is set.

hasSource()

public boolean hasSource()

Fully qualified URL of the associated HealthSource resource.

optional string source = 177235995;

Returns
Type Description
boolean

Whether the source field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public CompositeHealthChecksGetHealthResponseHealthSourceHealth.Builder newBuilderForType()
Returns
Type Description
CompositeHealthChecksGetHealthResponseHealthSourceHealth.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected CompositeHealthChecksGetHealthResponseHealthSourceHealth.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
CompositeHealthChecksGetHealthResponseHealthSourceHealth.Builder
Overrides

toBuilder()

public CompositeHealthChecksGetHealthResponseHealthSourceHealth.Builder toBuilder()
Returns
Type Description
CompositeHealthChecksGetHealthResponseHealthSourceHealth.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException