Class TargetHttpProxiesScopedList.Builder (1.52.0)

public static final class TargetHttpProxiesScopedList.Builder extends GeneratedMessageV3.Builder<TargetHttpProxiesScopedList.Builder> implements TargetHttpProxiesScopedListOrBuilder

Protobuf type google.cloud.compute.v1.TargetHttpProxiesScopedList

Static Methods

getDescriptor()

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

Methods

addAllTargetHttpProxies(Iterable<? extends TargetHttpProxy> values)

public TargetHttpProxiesScopedList.Builder addAllTargetHttpProxies(Iterable<? extends TargetHttpProxy> values)

A list of TargetHttpProxies contained in this scope.

repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;

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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

addTargetHttpProxies(TargetHttpProxy value)

public TargetHttpProxiesScopedList.Builder addTargetHttpProxies(TargetHttpProxy value)

A list of TargetHttpProxies contained in this scope.

repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;

Parameter
Name Description
value TargetHttpProxy
Returns
Type Description
TargetHttpProxiesScopedList.Builder

addTargetHttpProxies(TargetHttpProxy.Builder builderForValue)

public TargetHttpProxiesScopedList.Builder addTargetHttpProxies(TargetHttpProxy.Builder builderForValue)

A list of TargetHttpProxies contained in this scope.

repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;

Parameter
Name Description
builderForValue TargetHttpProxy.Builder
Returns
Type Description
TargetHttpProxiesScopedList.Builder

addTargetHttpProxies(int index, TargetHttpProxy value)

public TargetHttpProxiesScopedList.Builder addTargetHttpProxies(int index, TargetHttpProxy value)

A list of TargetHttpProxies contained in this scope.

repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;

Parameters
Name Description
index int
value TargetHttpProxy
Returns
Type Description
TargetHttpProxiesScopedList.Builder

addTargetHttpProxies(int index, TargetHttpProxy.Builder builderForValue)

public TargetHttpProxiesScopedList.Builder addTargetHttpProxies(int index, TargetHttpProxy.Builder builderForValue)

A list of TargetHttpProxies contained in this scope.

repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;

Parameters
Name Description
index int
builderForValue TargetHttpProxy.Builder
Returns
Type Description
TargetHttpProxiesScopedList.Builder

addTargetHttpProxiesBuilder()

public TargetHttpProxy.Builder addTargetHttpProxiesBuilder()

A list of TargetHttpProxies contained in this scope.

repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;

Returns
Type Description
TargetHttpProxy.Builder

addTargetHttpProxiesBuilder(int index)

public TargetHttpProxy.Builder addTargetHttpProxiesBuilder(int index)

A list of TargetHttpProxies contained in this scope.

repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;

Parameter
Name Description
index int
Returns
Type Description
TargetHttpProxy.Builder

build()

public TargetHttpProxiesScopedList build()
Returns
Type Description
TargetHttpProxiesScopedList

buildPartial()

public TargetHttpProxiesScopedList buildPartial()
Returns
Type Description
TargetHttpProxiesScopedList

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearTargetHttpProxies()

public TargetHttpProxiesScopedList.Builder clearTargetHttpProxies()

A list of TargetHttpProxies contained in this scope.

repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;

Returns
Type Description
TargetHttpProxiesScopedList.Builder

clearWarning()

public TargetHttpProxiesScopedList.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
TargetHttpProxiesScopedList.Builder

clone()

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

getDefaultInstanceForType()

public TargetHttpProxiesScopedList getDefaultInstanceForType()
Returns
Type Description
TargetHttpProxiesScopedList

getDescriptorForType()

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

getTargetHttpProxies(int index)

public TargetHttpProxy getTargetHttpProxies(int index)

A list of TargetHttpProxies contained in this scope.

repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;

Parameter
Name Description
index int
Returns
Type Description
TargetHttpProxy

getTargetHttpProxiesBuilder(int index)

public TargetHttpProxy.Builder getTargetHttpProxiesBuilder(int index)

A list of TargetHttpProxies contained in this scope.

repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;

Parameter
Name Description
index int
Returns
Type Description
TargetHttpProxy.Builder

getTargetHttpProxiesBuilderList()

public List<TargetHttpProxy.Builder> getTargetHttpProxiesBuilderList()

A list of TargetHttpProxies contained in this scope.

repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;

Returns
Type Description
List<Builder>

getTargetHttpProxiesCount()

public int getTargetHttpProxiesCount()

A list of TargetHttpProxies contained in this scope.

repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;

Returns
Type Description
int

getTargetHttpProxiesList()

public List<TargetHttpProxy> getTargetHttpProxiesList()

A list of TargetHttpProxies contained in this scope.

repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;

Returns
Type Description
List<TargetHttpProxy>

getTargetHttpProxiesOrBuilder(int index)

public TargetHttpProxyOrBuilder getTargetHttpProxiesOrBuilder(int index)

A list of TargetHttpProxies contained in this scope.

repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;

Parameter
Name Description
index int
Returns
Type Description
TargetHttpProxyOrBuilder

getTargetHttpProxiesOrBuilderList()

public List<? extends TargetHttpProxyOrBuilder> getTargetHttpProxiesOrBuilderList()

A list of TargetHttpProxies contained in this scope.

repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;

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

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(TargetHttpProxiesScopedList other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

mergeWarning(Warning value)

public TargetHttpProxiesScopedList.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
TargetHttpProxiesScopedList.Builder

removeTargetHttpProxies(int index)

public TargetHttpProxiesScopedList.Builder removeTargetHttpProxies(int index)

A list of TargetHttpProxies contained in this scope.

repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;

Parameter
Name Description
index int
Returns
Type Description
TargetHttpProxiesScopedList.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

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

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

setTargetHttpProxies(int index, TargetHttpProxy value)

public TargetHttpProxiesScopedList.Builder setTargetHttpProxies(int index, TargetHttpProxy value)

A list of TargetHttpProxies contained in this scope.

repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;

Parameters
Name Description
index int
value TargetHttpProxy
Returns
Type Description
TargetHttpProxiesScopedList.Builder

setTargetHttpProxies(int index, TargetHttpProxy.Builder builderForValue)

public TargetHttpProxiesScopedList.Builder setTargetHttpProxies(int index, TargetHttpProxy.Builder builderForValue)

A list of TargetHttpProxies contained in this scope.

repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;

Parameters
Name Description
index int
builderForValue TargetHttpProxy.Builder
Returns
Type Description
TargetHttpProxiesScopedList.Builder

setUnknownFields(UnknownFieldSet unknownFields)

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

setWarning(Warning value)

public TargetHttpProxiesScopedList.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
TargetHttpProxiesScopedList.Builder

setWarning(Warning.Builder builderForValue)

public TargetHttpProxiesScopedList.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
TargetHttpProxiesScopedList.Builder