Class PublicDelegatedPrefixesScopedList.Builder (1.7.2)

public static final class PublicDelegatedPrefixesScopedList.Builder extends GeneratedMessageV3.Builder<PublicDelegatedPrefixesScopedList.Builder> implements PublicDelegatedPrefixesScopedListOrBuilder

Protobuf type google.cloud.compute.v1.PublicDelegatedPrefixesScopedList

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllPublicDelegatedPrefixes(Iterable<? extends PublicDelegatedPrefix> values)

public PublicDelegatedPrefixesScopedList.Builder addAllPublicDelegatedPrefixes(Iterable<? extends PublicDelegatedPrefix> values)

[Output Only] A list of PublicDelegatedPrefixes contained in this scope.

repeated .google.cloud.compute.v1.PublicDelegatedPrefix public_delegated_prefixes = 315261206;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.compute.v1.PublicDelegatedPrefix>
Returns

addPublicDelegatedPrefixes(PublicDelegatedPrefix value)

public PublicDelegatedPrefixesScopedList.Builder addPublicDelegatedPrefixes(PublicDelegatedPrefix value)

[Output Only] A list of PublicDelegatedPrefixes contained in this scope.

repeated .google.cloud.compute.v1.PublicDelegatedPrefix public_delegated_prefixes = 315261206;

Parameter
NameDescription
valuePublicDelegatedPrefix
Returns

addPublicDelegatedPrefixes(PublicDelegatedPrefix.Builder builderForValue)

public PublicDelegatedPrefixesScopedList.Builder addPublicDelegatedPrefixes(PublicDelegatedPrefix.Builder builderForValue)

[Output Only] A list of PublicDelegatedPrefixes contained in this scope.

repeated .google.cloud.compute.v1.PublicDelegatedPrefix public_delegated_prefixes = 315261206;

Parameter
NameDescription
builderForValuePublicDelegatedPrefix.Builder
Returns

addPublicDelegatedPrefixes(int index, PublicDelegatedPrefix value)

public PublicDelegatedPrefixesScopedList.Builder addPublicDelegatedPrefixes(int index, PublicDelegatedPrefix value)

[Output Only] A list of PublicDelegatedPrefixes contained in this scope.

repeated .google.cloud.compute.v1.PublicDelegatedPrefix public_delegated_prefixes = 315261206;

Parameters
NameDescription
indexint
valuePublicDelegatedPrefix
Returns

addPublicDelegatedPrefixes(int index, PublicDelegatedPrefix.Builder builderForValue)

public PublicDelegatedPrefixesScopedList.Builder addPublicDelegatedPrefixes(int index, PublicDelegatedPrefix.Builder builderForValue)

[Output Only] A list of PublicDelegatedPrefixes contained in this scope.

repeated .google.cloud.compute.v1.PublicDelegatedPrefix public_delegated_prefixes = 315261206;

Parameters
NameDescription
indexint
builderForValuePublicDelegatedPrefix.Builder
Returns

addPublicDelegatedPrefixesBuilder()

public PublicDelegatedPrefix.Builder addPublicDelegatedPrefixesBuilder()

[Output Only] A list of PublicDelegatedPrefixes contained in this scope.

repeated .google.cloud.compute.v1.PublicDelegatedPrefix public_delegated_prefixes = 315261206;

Returns

addPublicDelegatedPrefixesBuilder(int index)

public PublicDelegatedPrefix.Builder addPublicDelegatedPrefixesBuilder(int index)

[Output Only] A list of PublicDelegatedPrefixes contained in this scope.

repeated .google.cloud.compute.v1.PublicDelegatedPrefix public_delegated_prefixes = 315261206;

Parameter
NameDescription
indexint
Returns

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public PublicDelegatedPrefixesScopedList.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

build()

public PublicDelegatedPrefixesScopedList build()
Returns

buildPartial()

public PublicDelegatedPrefixesScopedList buildPartial()
Returns

clear()

public PublicDelegatedPrefixesScopedList.Builder clear()
Returns Overrides

clearField(Descriptors.FieldDescriptor field)

public PublicDelegatedPrefixesScopedList.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public PublicDelegatedPrefixesScopedList.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns Overrides

clearPublicDelegatedPrefixes()

public PublicDelegatedPrefixesScopedList.Builder clearPublicDelegatedPrefixes()

[Output Only] A list of PublicDelegatedPrefixes contained in this scope.

repeated .google.cloud.compute.v1.PublicDelegatedPrefix public_delegated_prefixes = 315261206;

Returns

clearWarning()

public PublicDelegatedPrefixesScopedList.Builder clearWarning()

[Output Only] Informational warning which replaces the list of public delegated prefixes when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns

clone()

public PublicDelegatedPrefixesScopedList.Builder clone()
Returns Overrides

getDefaultInstanceForType()

public PublicDelegatedPrefixesScopedList getDefaultInstanceForType()
Returns

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getPublicDelegatedPrefixes(int index)

public PublicDelegatedPrefix getPublicDelegatedPrefixes(int index)

[Output Only] A list of PublicDelegatedPrefixes contained in this scope.

repeated .google.cloud.compute.v1.PublicDelegatedPrefix public_delegated_prefixes = 315261206;

Parameter
NameDescription
indexint
Returns
TypeDescription
PublicDelegatedPrefix

getPublicDelegatedPrefixesBuilder(int index)

public PublicDelegatedPrefix.Builder getPublicDelegatedPrefixesBuilder(int index)

[Output Only] A list of PublicDelegatedPrefixes contained in this scope.

repeated .google.cloud.compute.v1.PublicDelegatedPrefix public_delegated_prefixes = 315261206;

Parameter
NameDescription
indexint
Returns

getPublicDelegatedPrefixesBuilderList()

public List<PublicDelegatedPrefix.Builder> getPublicDelegatedPrefixesBuilderList()

[Output Only] A list of PublicDelegatedPrefixes contained in this scope.

repeated .google.cloud.compute.v1.PublicDelegatedPrefix public_delegated_prefixes = 315261206;

Returns
TypeDescription
List<Builder>

getPublicDelegatedPrefixesCount()

public int getPublicDelegatedPrefixesCount()

[Output Only] A list of PublicDelegatedPrefixes contained in this scope.

repeated .google.cloud.compute.v1.PublicDelegatedPrefix public_delegated_prefixes = 315261206;

Returns
TypeDescription
int

getPublicDelegatedPrefixesList()

public List<PublicDelegatedPrefix> getPublicDelegatedPrefixesList()

[Output Only] A list of PublicDelegatedPrefixes contained in this scope.

repeated .google.cloud.compute.v1.PublicDelegatedPrefix public_delegated_prefixes = 315261206;

Returns
TypeDescription
List<PublicDelegatedPrefix>

getPublicDelegatedPrefixesOrBuilder(int index)

public PublicDelegatedPrefixOrBuilder getPublicDelegatedPrefixesOrBuilder(int index)

[Output Only] A list of PublicDelegatedPrefixes contained in this scope.

repeated .google.cloud.compute.v1.PublicDelegatedPrefix public_delegated_prefixes = 315261206;

Parameter
NameDescription
indexint
Returns

getPublicDelegatedPrefixesOrBuilderList()

public List<? extends PublicDelegatedPrefixOrBuilder> getPublicDelegatedPrefixesOrBuilderList()

[Output Only] A list of PublicDelegatedPrefixes contained in this scope.

repeated .google.cloud.compute.v1.PublicDelegatedPrefix public_delegated_prefixes = 315261206;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.PublicDelegatedPrefixOrBuilder>

getWarning()

public Warning getWarning()

[Output Only] Informational warning which replaces the list of public delegated prefixes when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
Warning

The warning.

getWarningBuilder()

public Warning.Builder getWarningBuilder()

[Output Only] Informational warning which replaces the list of public delegated prefixes when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
Warning.Builder

getWarningOrBuilder()

public WarningOrBuilder getWarningOrBuilder()

[Output Only] Informational warning which replaces the list of public delegated prefixes when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
WarningOrBuilder

hasWarning()

public boolean hasWarning()

[Output Only] Informational warning which replaces the list of public delegated prefixes when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
boolean

Whether the warning field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(PublicDelegatedPrefixesScopedList other)

public PublicDelegatedPrefixesScopedList.Builder mergeFrom(PublicDelegatedPrefixesScopedList other)
Parameter Returns

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public PublicDelegatedPrefixesScopedList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public PublicDelegatedPrefixesScopedList.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final PublicDelegatedPrefixesScopedList.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides

mergeWarning(Warning value)

public PublicDelegatedPrefixesScopedList.Builder mergeWarning(Warning value)

[Output Only] Informational warning which replaces the list of public delegated prefixes when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Parameter
NameDescription
valueWarning
Returns

removePublicDelegatedPrefixes(int index)

public PublicDelegatedPrefixesScopedList.Builder removePublicDelegatedPrefixes(int index)

[Output Only] A list of PublicDelegatedPrefixes contained in this scope.

repeated .google.cloud.compute.v1.PublicDelegatedPrefix public_delegated_prefixes = 315261206;

Parameter
NameDescription
indexint
Returns

setField(Descriptors.FieldDescriptor field, Object value)

public PublicDelegatedPrefixesScopedList.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

setPublicDelegatedPrefixes(int index, PublicDelegatedPrefix value)

public PublicDelegatedPrefixesScopedList.Builder setPublicDelegatedPrefixes(int index, PublicDelegatedPrefix value)

[Output Only] A list of PublicDelegatedPrefixes contained in this scope.

repeated .google.cloud.compute.v1.PublicDelegatedPrefix public_delegated_prefixes = 315261206;

Parameters
NameDescription
indexint
valuePublicDelegatedPrefix
Returns

setPublicDelegatedPrefixes(int index, PublicDelegatedPrefix.Builder builderForValue)

public PublicDelegatedPrefixesScopedList.Builder setPublicDelegatedPrefixes(int index, PublicDelegatedPrefix.Builder builderForValue)

[Output Only] A list of PublicDelegatedPrefixes contained in this scope.

repeated .google.cloud.compute.v1.PublicDelegatedPrefix public_delegated_prefixes = 315261206;

Parameters
NameDescription
indexint
builderForValuePublicDelegatedPrefix.Builder
Returns

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public PublicDelegatedPrefixesScopedList.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final PublicDelegatedPrefixesScopedList.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides

setWarning(Warning value)

public PublicDelegatedPrefixesScopedList.Builder setWarning(Warning value)

[Output Only] Informational warning which replaces the list of public delegated prefixes when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Parameter
NameDescription
valueWarning
Returns

setWarning(Warning.Builder builderForValue)

public PublicDelegatedPrefixesScopedList.Builder setWarning(Warning.Builder builderForValue)

[Output Only] Informational warning which replaces the list of public delegated prefixes when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Parameter
NameDescription
builderForValueWarning.Builder
Returns