public final class HealthSourcesGetHealthResponseSourceInfo extends GeneratedMessage implements HealthSourcesGetHealthResponseSourceInfoOrBuilder
Protobuf type google.cloud.compute.v1.HealthSourcesGetHealthResponseSourceInfo
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
BACKENDS_FIELD_NUMBER
public static final int BACKENDS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
FORWARDING_RULE_FIELD_NUMBER
public static final int FORWARDING_RULE_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 HealthSourcesGetHealthResponseSourceInfo getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static HealthSourcesGetHealthResponseSourceInfo.Builder newBuilder()
newBuilder(HealthSourcesGetHealthResponseSourceInfo prototype)
public static HealthSourcesGetHealthResponseSourceInfo.Builder newBuilder(HealthSourcesGetHealthResponseSourceInfo prototype)
public static HealthSourcesGetHealthResponseSourceInfo parseDelimitedFrom(InputStream input)
public static HealthSourcesGetHealthResponseSourceInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static HealthSourcesGetHealthResponseSourceInfo parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static HealthSourcesGetHealthResponseSourceInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static HealthSourcesGetHealthResponseSourceInfo parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static HealthSourcesGetHealthResponseSourceInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static HealthSourcesGetHealthResponseSourceInfo parseFrom(CodedInputStream input)
public static HealthSourcesGetHealthResponseSourceInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static HealthSourcesGetHealthResponseSourceInfo parseFrom(InputStream input)
public static HealthSourcesGetHealthResponseSourceInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static HealthSourcesGetHealthResponseSourceInfo parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static HealthSourcesGetHealthResponseSourceInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<HealthSourcesGetHealthResponseSourceInfo> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getBackends(int index)
public HealthSourcesGetHealthResponseSourceInfoBackendInfo getBackends(int index)
Represents an instance group or network endpoint group behind the source
backend service. Only used if the sourceType of the regionHealthSource
is BACKEND_SERVICE.
repeated .google.cloud.compute.v1.HealthSourcesGetHealthResponseSourceInfoBackendInfo backends = 510839903;
| Parameter |
| Name |
Description |
index |
int
|
getBackendsCount()
public int getBackendsCount()
Represents an instance group or network endpoint group behind the source
backend service. Only used if the sourceType of the regionHealthSource
is BACKEND_SERVICE.
repeated .google.cloud.compute.v1.HealthSourcesGetHealthResponseSourceInfoBackendInfo backends = 510839903;
| Returns |
| Type |
Description |
int |
|
getBackendsList()
public List<HealthSourcesGetHealthResponseSourceInfoBackendInfo> getBackendsList()
Represents an instance group or network endpoint group behind the source
backend service. Only used if the sourceType of the regionHealthSource
is BACKEND_SERVICE.
repeated .google.cloud.compute.v1.HealthSourcesGetHealthResponseSourceInfoBackendInfo backends = 510839903;
getBackendsOrBuilder(int index)
public HealthSourcesGetHealthResponseSourceInfoBackendInfoOrBuilder getBackendsOrBuilder(int index)
Represents an instance group or network endpoint group behind the source
backend service. Only used if the sourceType of the regionHealthSource
is BACKEND_SERVICE.
repeated .google.cloud.compute.v1.HealthSourcesGetHealthResponseSourceInfoBackendInfo backends = 510839903;
| Parameter |
| Name |
Description |
index |
int
|
getBackendsOrBuilderList()
public List<? extends HealthSourcesGetHealthResponseSourceInfoBackendInfoOrBuilder> getBackendsOrBuilderList()
Represents an instance group or network endpoint group behind the source
backend service. Only used if the sourceType of the regionHealthSource
is BACKEND_SERVICE.
repeated .google.cloud.compute.v1.HealthSourcesGetHealthResponseSourceInfoBackendInfo backends = 510839903;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.compute.v1.HealthSourcesGetHealthResponseSourceInfoBackendInfoOrBuilder> |
|
getDefaultInstanceForType()
public HealthSourcesGetHealthResponseSourceInfo getDefaultInstanceForType()
getForwardingRule()
public String getForwardingRule()
Fully qualified URL of the forwarding rule associated with the source
resource if it is a L4ILB backend service.
optional string forwarding_rule = 269964030;
| Returns |
| Type |
Description |
String |
The forwardingRule.
|
getForwardingRuleBytes()
public ByteString getForwardingRuleBytes()
Fully qualified URL of the forwarding rule associated with the source
resource if it is a L4ILB backend service.
optional string forwarding_rule = 269964030;
| Returns |
| Type |
Description |
ByteString |
The bytes for forwardingRule.
|
getParserForType()
public Parser<HealthSourcesGetHealthResponseSourceInfo> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getSource()
public String getSource()
Fully qualified URL of the associated source resource. This is always a
backend service URL.
optional string source = 177235995;
| Returns |
| Type |
Description |
String |
The source.
|
getSourceBytes()
public ByteString getSourceBytes()
Fully qualified URL of the associated source resource. This is always a
backend service URL.
optional string source = 177235995;
| Returns |
| Type |
Description |
ByteString |
The bytes for source.
|
hasForwardingRule()
public boolean hasForwardingRule()
Fully qualified URL of the forwarding rule associated with the source
resource if it is a L4ILB backend service.
optional string forwarding_rule = 269964030;
| Returns |
| Type |
Description |
boolean |
Whether the forwardingRule field is set.
|
hasSource()
public boolean hasSource()
Fully qualified URL of the associated source resource. This is always a
backend service URL.
optional string source = 177235995;
| Returns |
| Type |
Description |
boolean |
Whether the source field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public HealthSourcesGetHealthResponseSourceInfo.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected HealthSourcesGetHealthResponseSourceInfo.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public HealthSourcesGetHealthResponseSourceInfo.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides