public static final class UrlMapsScopedList.Builder extends GeneratedMessageV3.Builder<UrlMapsScopedList.Builder> implements UrlMapsScopedListOrBuilder
Protobuf type google.cloud.compute.v1.UrlMapsScopedList
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
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>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UrlMapsScopedList.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
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
|
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;
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;
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;
addUrlMapsBuilder()
public UrlMap.Builder addUrlMapsBuilder()
A list of UrlMaps contained in this scope.
repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;
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
|
build()
public UrlMapsScopedList build()
buildPartial()
public UrlMapsScopedList buildPartial()
clear()
public UrlMapsScopedList.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public UrlMapsScopedList.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public UrlMapsScopedList.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearUrlMaps()
public UrlMapsScopedList.Builder clearUrlMaps()
A list of UrlMaps contained in this scope.
repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;
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;
clone()
public UrlMapsScopedList.Builder clone()
Overrides
getDefaultInstanceForType()
public UrlMapsScopedList getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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
|
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
|
getUrlMapsBuilderList()
public List<UrlMap.Builder> getUrlMapsBuilderList()
A list of UrlMaps contained in this scope.
repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;
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;
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
|
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;
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;
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()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(UrlMapsScopedList other)
public UrlMapsScopedList.Builder mergeFrom(UrlMapsScopedList other)
public UrlMapsScopedList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public UrlMapsScopedList.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UrlMapsScopedList.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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
|
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
|
setField(Descriptors.FieldDescriptor field, Object value)
public UrlMapsScopedList.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UrlMapsScopedList.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final UrlMapsScopedList.Builder setUnknownFields(UnknownFieldSet unknownFields)
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;
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;
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
|
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;