Class HealthSourcesGetHealthResponseSourceInfoBackendInfo (1.105.0)

public final class HealthSourcesGetHealthResponseSourceInfoBackendInfo extends GeneratedMessage implements HealthSourcesGetHealthResponseSourceInfoBackendInfoOrBuilder

Protobuf type google.cloud.compute.v1.HealthSourcesGetHealthResponseSourceInfoBackendInfo

Inheritance

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

Static Fields

ENDPOINT_COUNT_FIELD_NUMBER

public static final int ENDPOINT_COUNT_FIELD_NUMBER
Field Value
Type Description
int

GROUP_FIELD_NUMBER

public static final int GROUP_FIELD_NUMBER
Field Value
Type Description
int

HEALTHY_ENDPOINT_COUNT_FIELD_NUMBER

public static final int HEALTHY_ENDPOINT_COUNT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static HealthSourcesGetHealthResponseSourceInfoBackendInfo getDefaultInstance()
Returns
Type Description
HealthSourcesGetHealthResponseSourceInfoBackendInfo

getDescriptor()

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

newBuilder()

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

newBuilder(HealthSourcesGetHealthResponseSourceInfoBackendInfo prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public HealthSourcesGetHealthResponseSourceInfoBackendInfo getDefaultInstanceForType()
Returns
Type Description
HealthSourcesGetHealthResponseSourceInfoBackendInfo

getEndpointCount()

public int getEndpointCount()

Total number of endpoints when determining the health of the regionHealthSource.

optional int32 endpoint_count = 486641125;

Returns
Type Description
int

The endpointCount.

getGroup()

public String getGroup()

Fully qualified URL of an instance group or network endpoint group behind the source backend service.

optional string group = 98629247;

Returns
Type Description
String

The group.

getGroupBytes()

public ByteString getGroupBytes()

Fully qualified URL of an instance group or network endpoint group behind the source backend service.

optional string group = 98629247;

Returns
Type Description
ByteString

The bytes for group.

getHealthyEndpointCount()

public int getHealthyEndpointCount()

Number of endpoints considered healthy when determining health of the regionHealthSource.

optional int32 healthy_endpoint_count = 291284167;

Returns
Type Description
int

The healthyEndpointCount.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasEndpointCount()

public boolean hasEndpointCount()

Total number of endpoints when determining the health of the regionHealthSource.

optional int32 endpoint_count = 486641125;

Returns
Type Description
boolean

Whether the endpointCount field is set.

hasGroup()

public boolean hasGroup()

Fully qualified URL of an instance group or network endpoint group behind the source backend service.

optional string group = 98629247;

Returns
Type Description
boolean

Whether the group field is set.

hasHealthyEndpointCount()

public boolean hasHealthyEndpointCount()

Number of endpoints considered healthy when determining health of the regionHealthSource.

optional int32 healthy_endpoint_count = 291284167;

Returns
Type Description
boolean

Whether the healthyEndpointCount 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 HealthSourcesGetHealthResponseSourceInfoBackendInfo.Builder newBuilderForType()
Returns
Type Description
HealthSourcesGetHealthResponseSourceInfoBackendInfo.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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