Class TargetHttpProxiesScopedList.Builder (1.88.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;