- 0.52.0 (latest)
- 0.51.0
- 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 static final class ConfigData.Builder extends GeneratedMessageV3.Builder<ConfigData.Builder> implements ConfigDataOrBuilder
Config data holds all the config related data for the zone.
Protobuf type google.cloud.edgecontainer.v1.ConfigData
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ConfigData.BuilderImplements
ConfigDataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllAvailableExternalLbPoolsIpv4(Iterable<String> values)
public ConfigData.Builder addAllAvailableExternalLbPoolsIpv4(Iterable<String> values)
list of available v4 ip pools for external loadbalancer
repeated string available_external_lb_pools_ipv4 = 1;
Parameter | |
---|---|
Name | Description |
values |
Iterable<String> The availableExternalLbPoolsIpv4 to add. |
Returns | |
---|---|
Type | Description |
ConfigData.Builder |
This builder for chaining. |
addAllAvailableExternalLbPoolsIpv6(Iterable<String> values)
public ConfigData.Builder addAllAvailableExternalLbPoolsIpv6(Iterable<String> values)
list of available v6 ip pools for external loadbalancer
repeated string available_external_lb_pools_ipv6 = 2;
Parameter | |
---|---|
Name | Description |
values |
Iterable<String> The availableExternalLbPoolsIpv6 to add. |
Returns | |
---|---|
Type | Description |
ConfigData.Builder |
This builder for chaining. |
addAvailableExternalLbPoolsIpv4(String value)
public ConfigData.Builder addAvailableExternalLbPoolsIpv4(String value)
list of available v4 ip pools for external loadbalancer
repeated string available_external_lb_pools_ipv4 = 1;
Parameter | |
---|---|
Name | Description |
value |
String The availableExternalLbPoolsIpv4 to add. |
Returns | |
---|---|
Type | Description |
ConfigData.Builder |
This builder for chaining. |
addAvailableExternalLbPoolsIpv4Bytes(ByteString value)
public ConfigData.Builder addAvailableExternalLbPoolsIpv4Bytes(ByteString value)
list of available v4 ip pools for external loadbalancer
repeated string available_external_lb_pools_ipv4 = 1;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes of the availableExternalLbPoolsIpv4 to add. |
Returns | |
---|---|
Type | Description |
ConfigData.Builder |
This builder for chaining. |
addAvailableExternalLbPoolsIpv6(String value)
public ConfigData.Builder addAvailableExternalLbPoolsIpv6(String value)
list of available v6 ip pools for external loadbalancer
repeated string available_external_lb_pools_ipv6 = 2;
Parameter | |
---|---|
Name | Description |
value |
String The availableExternalLbPoolsIpv6 to add. |
Returns | |
---|---|
Type | Description |
ConfigData.Builder |
This builder for chaining. |
addAvailableExternalLbPoolsIpv6Bytes(ByteString value)
public ConfigData.Builder addAvailableExternalLbPoolsIpv6Bytes(ByteString value)
list of available v6 ip pools for external loadbalancer
repeated string available_external_lb_pools_ipv6 = 2;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes of the availableExternalLbPoolsIpv6 to add. |
Returns | |
---|---|
Type | Description |
ConfigData.Builder |
This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ConfigData.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ConfigData.Builder |
build()
public ConfigData build()
Returns | |
---|---|
Type | Description |
ConfigData |
buildPartial()
public ConfigData buildPartial()
Returns | |
---|---|
Type | Description |
ConfigData |
clear()
public ConfigData.Builder clear()
Returns | |
---|---|
Type | Description |
ConfigData.Builder |
clearAvailableExternalLbPoolsIpv4()
public ConfigData.Builder clearAvailableExternalLbPoolsIpv4()
list of available v4 ip pools for external loadbalancer
repeated string available_external_lb_pools_ipv4 = 1;
Returns | |
---|---|
Type | Description |
ConfigData.Builder |
This builder for chaining. |
clearAvailableExternalLbPoolsIpv6()
public ConfigData.Builder clearAvailableExternalLbPoolsIpv6()
list of available v6 ip pools for external loadbalancer
repeated string available_external_lb_pools_ipv6 = 2;
Returns | |
---|---|
Type | Description |
ConfigData.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public ConfigData.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ConfigData.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ConfigData.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ConfigData.Builder |
clone()
public ConfigData.Builder clone()
Returns | |
---|---|
Type | Description |
ConfigData.Builder |
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 |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(ConfigData other)
public ConfigData.Builder mergeFrom(ConfigData other)
Parameter | |
---|---|
Name | Description |
other |
ConfigData |
Returns | |
---|---|
Type | Description |
ConfigData.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ConfigData.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ConfigData.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ConfigData.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ConfigData.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ConfigData.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ConfigData.Builder |
setAvailableExternalLbPoolsIpv4(int index, String value)
public ConfigData.Builder setAvailableExternalLbPoolsIpv4(int index, String value)
list of available v4 ip pools for external loadbalancer
repeated string available_external_lb_pools_ipv4 = 1;
Parameters | |
---|---|
Name | Description |
index |
int The index to set the value at. |
value |
String The availableExternalLbPoolsIpv4 to set. |
Returns | |
---|---|
Type | Description |
ConfigData.Builder |
This builder for chaining. |
setAvailableExternalLbPoolsIpv6(int index, String value)
public ConfigData.Builder setAvailableExternalLbPoolsIpv6(int index, String value)
list of available v6 ip pools for external loadbalancer
repeated string available_external_lb_pools_ipv6 = 2;
Parameters | |
---|---|
Name | Description |
index |
int The index to set the value at. |
value |
String The availableExternalLbPoolsIpv6 to set. |
Returns | |
---|---|
Type | Description |
ConfigData.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public ConfigData.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ConfigData.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ConfigData.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
ConfigData.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ConfigData.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ConfigData.Builder |