- 0.51.0 (latest)
- 0.50.0
- 0.49.0
- 0.48.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public final class ConfigData extends GeneratedMessageV3 implements ConfigDataOrBuilder
Config data holds all the config related data for the zone.
Protobuf type google.cloud.edgecontainer.v1.ConfigData
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ConfigDataImplements
ConfigDataOrBuilderStatic Fields
AVAILABLE_EXTERNAL_LB_POOLS_IPV4_FIELD_NUMBER
public static final int AVAILABLE_EXTERNAL_LB_POOLS_IPV4_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
AVAILABLE_EXTERNAL_LB_POOLS_IPV6_FIELD_NUMBER
public static final int AVAILABLE_EXTERNAL_LB_POOLS_IPV6_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ConfigData getDefaultInstance()
Returns | |
---|---|
Type | Description |
ConfigData |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ConfigData.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ConfigData.Builder |
newBuilder(ConfigData prototype)
public static ConfigData.Builder newBuilder(ConfigData prototype)
Parameter | |
---|---|
Name | Description |
prototype |
ConfigData |
Returns | |
---|---|
Type | Description |
ConfigData.Builder |
parseDelimitedFrom(InputStream input)
public static ConfigData parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ConfigData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ConfigData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ConfigData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ConfigData parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
ConfigData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ConfigData parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ConfigData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ConfigData parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
ConfigData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ConfigData parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ConfigData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ConfigData parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
ConfigData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ConfigData parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ConfigData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static ConfigData parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ConfigData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ConfigData parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ConfigData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ConfigData parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
ConfigData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ConfigData parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ConfigData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ConfigData> parser()
Returns | |
---|---|
Type | Description |
Parser<ConfigData> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getAvailableExternalLbPoolsIpv4(int index)
public String getAvailableExternalLbPoolsIpv4(int index)
list of available v4 ip pools for external loadbalancer
repeated string available_external_lb_pools_ipv4 = 1;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The availableExternalLbPoolsIpv4 at the given index. |
getAvailableExternalLbPoolsIpv4Bytes(int index)
public ByteString getAvailableExternalLbPoolsIpv4Bytes(int index)
list of available v4 ip pools for external loadbalancer
repeated string available_external_lb_pools_ipv4 = 1;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the availableExternalLbPoolsIpv4 at the given index. |
getAvailableExternalLbPoolsIpv4Count()
public int getAvailableExternalLbPoolsIpv4Count()
list of available v4 ip pools for external loadbalancer
repeated string available_external_lb_pools_ipv4 = 1;
Returns | |
---|---|
Type | Description |
int |
The count of availableExternalLbPoolsIpv4. |
getAvailableExternalLbPoolsIpv4List()
public ProtocolStringList getAvailableExternalLbPoolsIpv4List()
list of available v4 ip pools for external loadbalancer
repeated string available_external_lb_pools_ipv4 = 1;
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the availableExternalLbPoolsIpv4. |
getAvailableExternalLbPoolsIpv6(int index)
public String getAvailableExternalLbPoolsIpv6(int index)
list of available v6 ip pools for external loadbalancer
repeated string available_external_lb_pools_ipv6 = 2;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The availableExternalLbPoolsIpv6 at the given index. |
getAvailableExternalLbPoolsIpv6Bytes(int index)
public ByteString getAvailableExternalLbPoolsIpv6Bytes(int index)
list of available v6 ip pools for external loadbalancer
repeated string available_external_lb_pools_ipv6 = 2;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the availableExternalLbPoolsIpv6 at the given index. |
getAvailableExternalLbPoolsIpv6Count()
public int getAvailableExternalLbPoolsIpv6Count()
list of available v6 ip pools for external loadbalancer
repeated string available_external_lb_pools_ipv6 = 2;
Returns | |
---|---|
Type | Description |
int |
The count of availableExternalLbPoolsIpv6. |
getAvailableExternalLbPoolsIpv6List()
public ProtocolStringList getAvailableExternalLbPoolsIpv6List()
list of available v6 ip pools for external loadbalancer
repeated string available_external_lb_pools_ipv6 = 2;
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the availableExternalLbPoolsIpv6. |
getDefaultInstanceForType()
public ConfigData getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ConfigData |
getParserForType()
public Parser<ConfigData> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<ConfigData> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public ConfigData.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
ConfigData.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ConfigData.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
ConfigData.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public ConfigData.Builder toBuilder()
Returns | |
---|---|
Type | Description |
ConfigData.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |