Class UrlMapsScopedList.Builder (1.51.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
TypeDescription
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
NameDescription
valuesIterable<? extends com.google.cloud.compute.v1.UrlMap>
Returns
TypeDescription
UrlMapsScopedList.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public UrlMapsScopedList.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueUrlMap
Returns
TypeDescription
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
NameDescription
builderForValueUrlMap.Builder
Returns
TypeDescription
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
NameDescription
indexint
valueUrlMap
Returns
TypeDescription
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
NameDescription
indexint
builderForValueUrlMap.Builder
Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
UrlMap.Builder

build()

public UrlMapsScopedList build()
Returns
TypeDescription
UrlMapsScopedList

buildPartial()

public UrlMapsScopedList buildPartial()
Returns
TypeDescription
UrlMapsScopedList

clear()

public UrlMapsScopedList.Builder clear()
Returns
TypeDescription
UrlMapsScopedList.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

public UrlMapsScopedList.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
UrlMapsScopedList.Builder

clone()

public UrlMapsScopedList.Builder clone()
Returns
TypeDescription
UrlMapsScopedList.Builder
Overrides

getDefaultInstanceForType()

public UrlMapsScopedList getDefaultInstanceForType()
Returns
TypeDescription
UrlMapsScopedList

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<Builder>

getUrlMapsCount()

public int getUrlMapsCount()

A list of UrlMaps contained in this scope.

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

Returns
TypeDescription
int

getUrlMapsList()

public List<UrlMap> getUrlMapsList()

A list of UrlMaps contained in this scope.

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

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
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(UrlMapsScopedList other)

public UrlMapsScopedList.Builder mergeFrom(UrlMapsScopedList other)
Parameter
NameDescription
otherUrlMapsScopedList
Returns
TypeDescription
UrlMapsScopedList.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UrlMapsScopedList.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueWarning
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
UrlMapsScopedList.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

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

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

setUnknownFields(UnknownFieldSet unknownFields)

public final UrlMapsScopedList.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
indexint
valueUrlMap
Returns
TypeDescription
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
NameDescription
indexint
builderForValueUrlMap.Builder
Returns
TypeDescription
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
NameDescription
valueWarning
Returns
TypeDescription
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
NameDescription
builderForValueWarning.Builder
Returns
TypeDescription
UrlMapsScopedList.Builder