Class BackendBucketsScopedList.Builder (1.105.0)

public static final class BackendBucketsScopedList.Builder extends GeneratedMessage.Builder<BackendBucketsScopedList.Builder> implements BackendBucketsScopedListOrBuilder

Protobuf type google.cloud.compute.v1.BackendBucketsScopedList

Static Methods

getDescriptor()

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

Methods

addAllBackendBuckets(Iterable<? extends BackendBucket> values)

public BackendBucketsScopedList.Builder addAllBackendBuckets(Iterable<? extends BackendBucket> values)

A list of BackendBuckets contained in this scope.

repeated .google.cloud.compute.v1.BackendBucket backend_buckets = 158780702;

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

addBackendBuckets(BackendBucket value)

public BackendBucketsScopedList.Builder addBackendBuckets(BackendBucket value)

A list of BackendBuckets contained in this scope.

repeated .google.cloud.compute.v1.BackendBucket backend_buckets = 158780702;

Parameter
Name Description
value BackendBucket
Returns
Type Description
BackendBucketsScopedList.Builder

addBackendBuckets(BackendBucket.Builder builderForValue)

public BackendBucketsScopedList.Builder addBackendBuckets(BackendBucket.Builder builderForValue)

A list of BackendBuckets contained in this scope.

repeated .google.cloud.compute.v1.BackendBucket backend_buckets = 158780702;

Parameter
Name Description
builderForValue BackendBucket.Builder
Returns
Type Description
BackendBucketsScopedList.Builder

addBackendBuckets(int index, BackendBucket value)

public BackendBucketsScopedList.Builder addBackendBuckets(int index, BackendBucket value)

A list of BackendBuckets contained in this scope.

repeated .google.cloud.compute.v1.BackendBucket backend_buckets = 158780702;

Parameters
Name Description
index int
value BackendBucket
Returns
Type Description
BackendBucketsScopedList.Builder

addBackendBuckets(int index, BackendBucket.Builder builderForValue)

public BackendBucketsScopedList.Builder addBackendBuckets(int index, BackendBucket.Builder builderForValue)

A list of BackendBuckets contained in this scope.

repeated .google.cloud.compute.v1.BackendBucket backend_buckets = 158780702;

Parameters
Name Description
index int
builderForValue BackendBucket.Builder
Returns
Type Description
BackendBucketsScopedList.Builder

addBackendBucketsBuilder()

public BackendBucket.Builder addBackendBucketsBuilder()

A list of BackendBuckets contained in this scope.

repeated .google.cloud.compute.v1.BackendBucket backend_buckets = 158780702;

Returns
Type Description
BackendBucket.Builder

addBackendBucketsBuilder(int index)

public BackendBucket.Builder addBackendBucketsBuilder(int index)

A list of BackendBuckets contained in this scope.

repeated .google.cloud.compute.v1.BackendBucket backend_buckets = 158780702;

Parameter
Name Description
index int
Returns
Type Description
BackendBucket.Builder

build()

public BackendBucketsScopedList build()
Returns
Type Description
BackendBucketsScopedList

buildPartial()

public BackendBucketsScopedList buildPartial()
Returns
Type Description
BackendBucketsScopedList

clear()

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

clearBackendBuckets()

public BackendBucketsScopedList.Builder clearBackendBuckets()

A list of BackendBuckets contained in this scope.

repeated .google.cloud.compute.v1.BackendBucket backend_buckets = 158780702;

Returns
Type Description
BackendBucketsScopedList.Builder

clearWarning()

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

getBackendBuckets(int index)

public BackendBucket getBackendBuckets(int index)

A list of BackendBuckets contained in this scope.

repeated .google.cloud.compute.v1.BackendBucket backend_buckets = 158780702;

Parameter
Name Description
index int
Returns
Type Description
BackendBucket

getBackendBucketsBuilder(int index)

public BackendBucket.Builder getBackendBucketsBuilder(int index)

A list of BackendBuckets contained in this scope.

repeated .google.cloud.compute.v1.BackendBucket backend_buckets = 158780702;

Parameter
Name Description
index int
Returns
Type Description
BackendBucket.Builder

getBackendBucketsBuilderList()

public List<BackendBucket.Builder> getBackendBucketsBuilderList()

A list of BackendBuckets contained in this scope.

repeated .google.cloud.compute.v1.BackendBucket backend_buckets = 158780702;

Returns
Type Description
List<Builder>

getBackendBucketsCount()

public int getBackendBucketsCount()

A list of BackendBuckets contained in this scope.

repeated .google.cloud.compute.v1.BackendBucket backend_buckets = 158780702;

Returns
Type Description
int

getBackendBucketsList()

public List<BackendBucket> getBackendBucketsList()

A list of BackendBuckets contained in this scope.

repeated .google.cloud.compute.v1.BackendBucket backend_buckets = 158780702;

Returns
Type Description
List<BackendBucket>

getBackendBucketsOrBuilder(int index)

public BackendBucketOrBuilder getBackendBucketsOrBuilder(int index)

A list of BackendBuckets contained in this scope.

repeated .google.cloud.compute.v1.BackendBucket backend_buckets = 158780702;

Parameter
Name Description
index int
Returns
Type Description
BackendBucketOrBuilder

getBackendBucketsOrBuilderList()

public List<? extends BackendBucketOrBuilder> getBackendBucketsOrBuilderList()

A list of BackendBuckets contained in this scope.

repeated .google.cloud.compute.v1.BackendBucket backend_buckets = 158780702;

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

getDefaultInstanceForType()

public BackendBucketsScopedList getDefaultInstanceForType()
Returns
Type Description
BackendBucketsScopedList

getDescriptorForType()

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

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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(BackendBucketsScopedList other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeWarning(Warning value)

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

removeBackendBuckets(int index)

public BackendBucketsScopedList.Builder removeBackendBuckets(int index)

A list of BackendBuckets contained in this scope.

repeated .google.cloud.compute.v1.BackendBucket backend_buckets = 158780702;

Parameter
Name Description
index int
Returns
Type Description
BackendBucketsScopedList.Builder

setBackendBuckets(int index, BackendBucket value)

public BackendBucketsScopedList.Builder setBackendBuckets(int index, BackendBucket value)

A list of BackendBuckets contained in this scope.

repeated .google.cloud.compute.v1.BackendBucket backend_buckets = 158780702;

Parameters
Name Description
index int
value BackendBucket
Returns
Type Description
BackendBucketsScopedList.Builder

setBackendBuckets(int index, BackendBucket.Builder builderForValue)

public BackendBucketsScopedList.Builder setBackendBuckets(int index, BackendBucket.Builder builderForValue)

A list of BackendBuckets contained in this scope.

repeated .google.cloud.compute.v1.BackendBucket backend_buckets = 158780702;

Parameters
Name Description
index int
builderForValue BackendBucket.Builder
Returns
Type Description
BackendBucketsScopedList.Builder

setWarning(Warning value)

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

setWarning(Warning.Builder builderForValue)

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