Send feedback
Class ConfigData (0.53.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.53.0 keyboard_arrow_down
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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static 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 ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ConfigData . Builder newBuilder ()
newBuilder(ConfigData prototype)
public static ConfigData . Builder newBuilder ( ConfigData prototype )
public static ConfigData parseDelimitedFrom ( InputStream input )
public static ConfigData parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ConfigData parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ConfigData parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ConfigData parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ConfigData parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ConfigData parseFrom ( CodedInputStream input )
public static ConfigData parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ConfigData parseFrom ( InputStream input )
public static ConfigData parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ConfigData parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ConfigData parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ConfigData> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
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 ()
getParserForType()
public Parser<ConfigData> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public ConfigData . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ConfigData . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public ConfigData . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-04 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-04 UTC."],[],[]]