- 1.54.0 (latest)
- 1.53.0
- 1.52.0
- 1.50.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.1.10
public final class LoadBalancerInfo extends GeneratedMessageV3 implements LoadBalancerInfoOrBuilder
For display only. Metadata associated with a load balancer.
Protobuf type google.cloud.networkmanagement.v1.LoadBalancerInfo
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > LoadBalancerInfoImplements
LoadBalancerInfoOrBuilderStatic Fields
BACKENDS_FIELD_NUMBER
public static final int BACKENDS_FIELD_NUMBER
Type | Description |
int |
BACKEND_TYPE_FIELD_NUMBER
public static final int BACKEND_TYPE_FIELD_NUMBER
Type | Description |
int |
BACKEND_URI_FIELD_NUMBER
public static final int BACKEND_URI_FIELD_NUMBER
Type | Description |
int |
HEALTH_CHECK_URI_FIELD_NUMBER
public static final int HEALTH_CHECK_URI_FIELD_NUMBER
Type | Description |
int |
LOAD_BALANCER_TYPE_FIELD_NUMBER
public static final int LOAD_BALANCER_TYPE_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static LoadBalancerInfo getDefaultInstance()
Type | Description |
LoadBalancerInfo |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static LoadBalancerInfo.Builder newBuilder()
Type | Description |
LoadBalancerInfo.Builder |
newBuilder(LoadBalancerInfo prototype)
public static LoadBalancerInfo.Builder newBuilder(LoadBalancerInfo prototype)
Name | Description |
prototype | LoadBalancerInfo |
Type | Description |
LoadBalancerInfo.Builder |
parseDelimitedFrom(InputStream input)
public static LoadBalancerInfo parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
LoadBalancerInfo |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static LoadBalancerInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
LoadBalancerInfo |
Type | Description |
IOException |
parseFrom(byte[] data)
public static LoadBalancerInfo parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
LoadBalancerInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static LoadBalancerInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
LoadBalancerInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static LoadBalancerInfo parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
LoadBalancerInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LoadBalancerInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
LoadBalancerInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static LoadBalancerInfo parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
LoadBalancerInfo |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static LoadBalancerInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
LoadBalancerInfo |
Type | Description |
IOException |
parseFrom(InputStream input)
public static LoadBalancerInfo parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
LoadBalancerInfo |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static LoadBalancerInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
LoadBalancerInfo |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static LoadBalancerInfo parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
LoadBalancerInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static LoadBalancerInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
LoadBalancerInfo |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<LoadBalancerInfo> parser()
Type | Description |
Parser<LoadBalancerInfo> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getBackendType()
public LoadBalancerInfo.BackendType getBackendType()
Type of load balancer's backend configuration.
.google.cloud.networkmanagement.v1.LoadBalancerInfo.BackendType backend_type = 4;
Type | Description |
LoadBalancerInfo.BackendType | The backendType. |
getBackendTypeValue()
public int getBackendTypeValue()
Type of load balancer's backend configuration.
.google.cloud.networkmanagement.v1.LoadBalancerInfo.BackendType backend_type = 4;
Type | Description |
int | The enum numeric value on the wire for backendType. |
getBackendUri()
public String getBackendUri()
Backend configuration URI.
string backend_uri = 5;
Type | Description |
String | The backendUri. |
getBackendUriBytes()
public ByteString getBackendUriBytes()
Backend configuration URI.
string backend_uri = 5;
Type | Description |
ByteString | The bytes for backendUri. |
getBackends(int index)
public LoadBalancerBackend getBackends(int index)
Information for the loadbalancer backends.
repeated .google.cloud.networkmanagement.v1.LoadBalancerBackend backends = 3;
Name | Description |
index | int |
Type | Description |
LoadBalancerBackend |
getBackendsCount()
public int getBackendsCount()
Information for the loadbalancer backends.
repeated .google.cloud.networkmanagement.v1.LoadBalancerBackend backends = 3;
Type | Description |
int |
getBackendsList()
public List<LoadBalancerBackend> getBackendsList()
Information for the loadbalancer backends.
repeated .google.cloud.networkmanagement.v1.LoadBalancerBackend backends = 3;
Type | Description |
List<LoadBalancerBackend> |
getBackendsOrBuilder(int index)
public LoadBalancerBackendOrBuilder getBackendsOrBuilder(int index)
Information for the loadbalancer backends.
repeated .google.cloud.networkmanagement.v1.LoadBalancerBackend backends = 3;
Name | Description |
index | int |
Type | Description |
LoadBalancerBackendOrBuilder |
getBackendsOrBuilderList()
public List<? extends LoadBalancerBackendOrBuilder> getBackendsOrBuilderList()
Information for the loadbalancer backends.
repeated .google.cloud.networkmanagement.v1.LoadBalancerBackend backends = 3;
Type | Description |
List<? extends com.google.cloud.networkmanagement.v1.LoadBalancerBackendOrBuilder> |
getDefaultInstanceForType()
public LoadBalancerInfo getDefaultInstanceForType()
Type | Description |
LoadBalancerInfo |
getHealthCheckUri()
public String getHealthCheckUri()
URI of the health check for the load balancer.
string health_check_uri = 2;
Type | Description |
String | The healthCheckUri. |
getHealthCheckUriBytes()
public ByteString getHealthCheckUriBytes()
URI of the health check for the load balancer.
string health_check_uri = 2;
Type | Description |
ByteString | The bytes for healthCheckUri. |
getLoadBalancerType()
public LoadBalancerInfo.LoadBalancerType getLoadBalancerType()
Type of the load balancer.
.google.cloud.networkmanagement.v1.LoadBalancerInfo.LoadBalancerType load_balancer_type = 1;
Type | Description |
LoadBalancerInfo.LoadBalancerType | The loadBalancerType. |
getLoadBalancerTypeValue()
public int getLoadBalancerTypeValue()
Type of the load balancer.
.google.cloud.networkmanagement.v1.LoadBalancerInfo.LoadBalancerType load_balancer_type = 1;
Type | Description |
int | The enum numeric value on the wire for loadBalancerType. |
getParserForType()
public Parser<LoadBalancerInfo> getParserForType()
Type | Description |
Parser<LoadBalancerInfo> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public LoadBalancerInfo.Builder newBuilderForType()
Type | Description |
LoadBalancerInfo.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected LoadBalancerInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
LoadBalancerInfo.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public LoadBalancerInfo.Builder toBuilder()
Type | Description |
LoadBalancerInfo.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |