Class UrlMapsScopedList.Builder (1.54.0)

public static final class UrlMapsScopedList.Builder extends GeneratedMessageV3.Builder<UrlMapsScopedList.Builder> implements UrlMapsScopedListOrBuilder

Protobuf type google.cloud.compute.v1.UrlMapsScopedList

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllUrlMaps(Iterable<? extends UrlMap> values)

public UrlMapsScopedList.Builder addAllUrlMaps(Iterable<? extends UrlMap> values)

A list of UrlMaps contained in this scope.

repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;

Parameter
Name Description
values Iterable<? extends com.google.cloud.compute.v1.UrlMap>
Returns
Type Description
UrlMapsScopedList.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public UrlMapsScopedList.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
UrlMapsScopedList.Builder
Overrides

addUrlMaps(UrlMap value)

public UrlMapsScopedList.Builder addUrlMaps(UrlMap value)

A list of UrlMaps contained in this scope.

repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;

Parameter
Name Description
value UrlMap
Returns
Type Description
UrlMapsScopedList.Builder

addUrlMaps(UrlMap.Builder builderForValue)

public UrlMapsScopedList.Builder addUrlMaps(UrlMap.Builder builderForValue)

A list of UrlMaps contained in this scope.

repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;

Parameter
Name Description
builderForValue UrlMap.Builder
Returns
Type Description
UrlMapsScopedList.Builder

addUrlMaps(int index, UrlMap value)

public UrlMapsScopedList.Builder addUrlMaps(int index, UrlMap value)

A list of UrlMaps contained in this scope.

repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;

Parameters
Name Description
index int
value UrlMap
Returns
Type Description
UrlMapsScopedList.Builder

addUrlMaps(int index, UrlMap.Builder builderForValue)

public UrlMapsScopedList.Builder addUrlMaps(int index, UrlMap.Builder builderForValue)

A list of UrlMaps contained in this scope.

repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;

Parameters
Name Description
index int
builderForValue UrlMap.Builder
Returns
Type Description
UrlMapsScopedList.Builder

addUrlMapsBuilder()

public UrlMap.Builder addUrlMapsBuilder()

A list of UrlMaps contained in this scope.

repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;

Returns
Type Description
UrlMap.Builder

addUrlMapsBuilder(int index)

public UrlMap.Builder addUrlMapsBuilder(int index)

A list of UrlMaps contained in this scope.

repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;

Parameter
Name Description
index int
Returns
Type Description
UrlMap.Builder

build()

public UrlMapsScopedList build()
Returns
Type Description
UrlMapsScopedList

buildPartial()

public UrlMapsScopedList buildPartial()
Returns
Type Description
UrlMapsScopedList

clear()

public UrlMapsScopedList.Builder clear()
Returns
Type Description
UrlMapsScopedList.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public UrlMapsScopedList.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
UrlMapsScopedList.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public UrlMapsScopedList.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
UrlMapsScopedList.Builder
Overrides

clearUrlMaps()

public UrlMapsScopedList.Builder clearUrlMaps()

A list of UrlMaps contained in this scope.

repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;

Returns
Type Description
UrlMapsScopedList.Builder

clearWarning()

public UrlMapsScopedList.Builder clearWarning()

Informational warning which replaces the list of backend services when the list is empty.

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

Returns
Type Description
UrlMapsScopedList.Builder

clone()

public UrlMapsScopedList.Builder clone()
Returns
Type Description
UrlMapsScopedList.Builder
Overrides

getDefaultInstanceForType()

public UrlMapsScopedList getDefaultInstanceForType()
Returns
Type Description
UrlMapsScopedList

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getUrlMaps(int index)

public UrlMap getUrlMaps(int index)

A list of UrlMaps contained in this scope.

repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;

Parameter
Name Description
index int
Returns
Type Description
UrlMap

getUrlMapsBuilder(int index)

public UrlMap.Builder getUrlMapsBuilder(int index)

A list of UrlMaps contained in this scope.

repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;

Parameter
Name Description
index int
Returns
Type Description
UrlMap.Builder

getUrlMapsBuilderList()

public List<UrlMap.Builder> getUrlMapsBuilderList()

A list of UrlMaps contained in this scope.

repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;

Returns
Type Description
List<Builder>

getUrlMapsCount()

public int getUrlMapsCount()

A list of UrlMaps contained in this scope.

repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;

Returns
Type Description
int

getUrlMapsList()

public List<UrlMap> getUrlMapsList()

A list of UrlMaps contained in this scope.

repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;

Returns
Type Description
List<UrlMap>

getUrlMapsOrBuilder(int index)

public UrlMapOrBuilder getUrlMapsOrBuilder(int index)

A list of UrlMaps contained in this scope.

repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;

Parameter
Name Description
index int
Returns
Type Description
UrlMapOrBuilder

getUrlMapsOrBuilderList()

public List<? extends UrlMapOrBuilder> getUrlMapsOrBuilderList()

A list of UrlMaps contained in this scope.

repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;

Returns
Type Description
List<? extends com.google.cloud.compute.v1.UrlMapOrBuilder>

getWarning()

public Warning getWarning()

Informational warning which replaces the list of backend services when the list is empty.

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

Returns
Type Description
Warning

The warning.

getWarningBuilder()

public Warning.Builder getWarningBuilder()

Informational warning which replaces the list of backend services when the list is empty.

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

Returns
Type Description
Warning.Builder

getWarningOrBuilder()

public WarningOrBuilder getWarningOrBuilder()

Informational warning which replaces the list of backend services when the list is empty.

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

Returns
Type Description
WarningOrBuilder

hasWarning()

public boolean hasWarning()

Informational warning which replaces the list of backend services when the list is empty.

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

Returns
Type Description
boolean

Whether the warning field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(UrlMapsScopedList other)

public UrlMapsScopedList.Builder mergeFrom(UrlMapsScopedList other)
Parameter
Name Description
other UrlMapsScopedList
Returns
Type Description
UrlMapsScopedList.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UrlMapsScopedList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UrlMapsScopedList.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public UrlMapsScopedList.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
UrlMapsScopedList.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UrlMapsScopedList.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UrlMapsScopedList.Builder
Overrides

mergeWarning(Warning value)

public UrlMapsScopedList.Builder mergeWarning(Warning value)

Informational warning which replaces the list of backend services when the list is empty.

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

Parameter
Name Description
value Warning
Returns
Type Description
UrlMapsScopedList.Builder

removeUrlMaps(int index)

public UrlMapsScopedList.Builder removeUrlMaps(int index)

A list of UrlMaps contained in this scope.

repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;

Parameter
Name Description
index int
Returns
Type Description
UrlMapsScopedList.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public UrlMapsScopedList.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
UrlMapsScopedList.Builder
Overrides

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

public UrlMapsScopedList.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
UrlMapsScopedList.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final UrlMapsScopedList.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UrlMapsScopedList.Builder
Overrides

setUrlMaps(int index, UrlMap value)

public UrlMapsScopedList.Builder setUrlMaps(int index, UrlMap value)

A list of UrlMaps contained in this scope.

repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;

Parameters
Name Description
index int
value UrlMap
Returns
Type Description
UrlMapsScopedList.Builder

setUrlMaps(int index, UrlMap.Builder builderForValue)

public UrlMapsScopedList.Builder setUrlMaps(int index, UrlMap.Builder builderForValue)

A list of UrlMaps contained in this scope.

repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;

Parameters
Name Description
index int
builderForValue UrlMap.Builder
Returns
Type Description
UrlMapsScopedList.Builder

setWarning(Warning value)

public UrlMapsScopedList.Builder setWarning(Warning value)

Informational warning which replaces the list of backend services when the list is empty.

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

Parameter
Name Description
value Warning
Returns
Type Description
UrlMapsScopedList.Builder

setWarning(Warning.Builder builderForValue)

public UrlMapsScopedList.Builder setWarning(Warning.Builder builderForValue)

Informational warning which replaces the list of backend services when the list is empty.

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

Parameter
Name Description
builderForValue Warning.Builder
Returns
Type Description
UrlMapsScopedList.Builder