Class ConfigData.Builder (0.69.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 0.75.0 (latest)
- 0.73.0
- 0.72.0
- 0.71.0
- 0.70.0
- 0.69.0
- 0.67.0
- 0.65.0
- 0.64.0
- 0.61.0
- 0.60.0
- 0.59.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 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
publicstaticfinalclass ConfigData.BuilderextendsGeneratedMessageV3.Builder<ConfigData.Builder>implementsConfigDataOrBuilderConfig 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
ConfigDataOrBuilderInherited Members
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllAvailableExternalLbPoolsIpv4(Iterable<String> values)
publicConfigData.BuilderaddAllAvailableExternalLbPoolsIpv4(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)
publicConfigData.BuilderaddAllAvailableExternalLbPoolsIpv6(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)
publicConfigData.BuilderaddAvailableExternalLbPoolsIpv4(Stringvalue)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)
publicConfigData.BuilderaddAvailableExternalLbPoolsIpv4Bytes(ByteStringvalue)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)
publicConfigData.BuilderaddAvailableExternalLbPoolsIpv6(Stringvalue)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)
publicConfigData.BuilderaddAvailableExternalLbPoolsIpv6Bytes(ByteStringvalue)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)
publicConfigData.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ConfigData.Builder |
|
build()
publicConfigDatabuild()| Returns | |
|---|---|
| Type | Description |
ConfigData |
|
buildPartial()
publicConfigDatabuildPartial()| Returns | |
|---|---|
| Type | Description |
ConfigData |
|
clear()
publicConfigData.Builderclear()| Returns | |
|---|---|
| Type | Description |
ConfigData.Builder |
|
clearAvailableExternalLbPoolsIpv4()
publicConfigData.BuilderclearAvailableExternalLbPoolsIpv4()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()
publicConfigData.BuilderclearAvailableExternalLbPoolsIpv6()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)
publicConfigData.BuilderclearField(Descriptors.FieldDescriptorfield)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
ConfigData.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
publicConfigData.BuilderclearOneof(Descriptors.OneofDescriptoroneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
ConfigData.Builder |
|
clone()
publicConfigData.Builderclone()| Returns | |
|---|---|
| Type | Description |
ConfigData.Builder |
|
getAvailableExternalLbPoolsIpv4(int index)
publicStringgetAvailableExternalLbPoolsIpv4(intindex)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)
publicByteStringgetAvailableExternalLbPoolsIpv4Bytes(intindex)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()
publicintgetAvailableExternalLbPoolsIpv4Count()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()
publicProtocolStringListgetAvailableExternalLbPoolsIpv4List()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)
publicStringgetAvailableExternalLbPoolsIpv6(intindex)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)
publicByteStringgetAvailableExternalLbPoolsIpv6Bytes(intindex)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()
publicintgetAvailableExternalLbPoolsIpv6Count()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()
publicProtocolStringListgetAvailableExternalLbPoolsIpv6List()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()
publicConfigDatagetDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ConfigData |
|
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
publicfinalbooleanisInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ConfigData other)
publicConfigData.BuildermergeFrom(ConfigDataother)| Parameter | |
|---|---|
| Name | Description |
other |
ConfigData |
| Returns | |
|---|---|
| Type | Description |
ConfigData.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicConfigData.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ConfigData.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
publicConfigData.BuildermergeFrom(Messageother)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ConfigData.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalConfigData.BuildermergeUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ConfigData.Builder |
|
setAvailableExternalLbPoolsIpv4(int index, String value)
publicConfigData.BuildersetAvailableExternalLbPoolsIpv4(intindex,Stringvalue)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)
publicConfigData.BuildersetAvailableExternalLbPoolsIpv6(intindex,Stringvalue)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)
publicConfigData.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ConfigData.Builder |
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicConfigData.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ConfigData.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalConfigData.BuildersetUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ConfigData.Builder |
|