Class BatchUpdateCdnConfigsResponse.Builder (0.54.0)

public static final class BatchUpdateCdnConfigsResponse.Builder extends GeneratedMessage.Builder<BatchUpdateCdnConfigsResponse.Builder> implements BatchUpdateCdnConfigsResponseOrBuilder

Response object for BatchUpdateCdnConfigs method.

Protobuf type google.ads.admanager.v1.BatchUpdateCdnConfigsResponse

Static Methods

getDescriptor()

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

Methods

addAllCdnConfigs(Iterable<? extends CdnConfig> values)

public BatchUpdateCdnConfigsResponse.Builder addAllCdnConfigs(Iterable<? extends CdnConfig> values)

The CdnConfig objects updated.

repeated .google.ads.admanager.v1.CdnConfig cdn_configs = 1;

Parameter
Name Description
values Iterable<? extends com.google.ads.admanager.v1.CdnConfig>
Returns
Type Description
BatchUpdateCdnConfigsResponse.Builder

addCdnConfigs(CdnConfig value)

public BatchUpdateCdnConfigsResponse.Builder addCdnConfigs(CdnConfig value)

The CdnConfig objects updated.

repeated .google.ads.admanager.v1.CdnConfig cdn_configs = 1;

Parameter
Name Description
value CdnConfig
Returns
Type Description
BatchUpdateCdnConfigsResponse.Builder

addCdnConfigs(CdnConfig.Builder builderForValue)

public BatchUpdateCdnConfigsResponse.Builder addCdnConfigs(CdnConfig.Builder builderForValue)

The CdnConfig objects updated.

repeated .google.ads.admanager.v1.CdnConfig cdn_configs = 1;

Parameter
Name Description
builderForValue CdnConfig.Builder
Returns
Type Description
BatchUpdateCdnConfigsResponse.Builder

addCdnConfigs(int index, CdnConfig value)

public BatchUpdateCdnConfigsResponse.Builder addCdnConfigs(int index, CdnConfig value)

The CdnConfig objects updated.

repeated .google.ads.admanager.v1.CdnConfig cdn_configs = 1;

Parameters
Name Description
index int
value CdnConfig
Returns
Type Description
BatchUpdateCdnConfigsResponse.Builder

addCdnConfigs(int index, CdnConfig.Builder builderForValue)

public BatchUpdateCdnConfigsResponse.Builder addCdnConfigs(int index, CdnConfig.Builder builderForValue)

The CdnConfig objects updated.

repeated .google.ads.admanager.v1.CdnConfig cdn_configs = 1;

Parameters
Name Description
index int
builderForValue CdnConfig.Builder
Returns
Type Description
BatchUpdateCdnConfigsResponse.Builder

addCdnConfigsBuilder()

public CdnConfig.Builder addCdnConfigsBuilder()

The CdnConfig objects updated.

repeated .google.ads.admanager.v1.CdnConfig cdn_configs = 1;

Returns
Type Description
CdnConfig.Builder

addCdnConfigsBuilder(int index)

public CdnConfig.Builder addCdnConfigsBuilder(int index)

The CdnConfig objects updated.

repeated .google.ads.admanager.v1.CdnConfig cdn_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
CdnConfig.Builder

build()

public BatchUpdateCdnConfigsResponse build()
Returns
Type Description
BatchUpdateCdnConfigsResponse

buildPartial()

public BatchUpdateCdnConfigsResponse buildPartial()
Returns
Type Description
BatchUpdateCdnConfigsResponse

clear()

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

clearCdnConfigs()

public BatchUpdateCdnConfigsResponse.Builder clearCdnConfigs()

The CdnConfig objects updated.

repeated .google.ads.admanager.v1.CdnConfig cdn_configs = 1;

Returns
Type Description
BatchUpdateCdnConfigsResponse.Builder

getCdnConfigs(int index)

public CdnConfig getCdnConfigs(int index)

The CdnConfig objects updated.

repeated .google.ads.admanager.v1.CdnConfig cdn_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
CdnConfig

getCdnConfigsBuilder(int index)

public CdnConfig.Builder getCdnConfigsBuilder(int index)

The CdnConfig objects updated.

repeated .google.ads.admanager.v1.CdnConfig cdn_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
CdnConfig.Builder

getCdnConfigsBuilderList()

public List<CdnConfig.Builder> getCdnConfigsBuilderList()

The CdnConfig objects updated.

repeated .google.ads.admanager.v1.CdnConfig cdn_configs = 1;

Returns
Type Description
List<Builder>

getCdnConfigsCount()

public int getCdnConfigsCount()

The CdnConfig objects updated.

repeated .google.ads.admanager.v1.CdnConfig cdn_configs = 1;

Returns
Type Description
int

getCdnConfigsList()

public List<CdnConfig> getCdnConfigsList()

The CdnConfig objects updated.

repeated .google.ads.admanager.v1.CdnConfig cdn_configs = 1;

Returns
Type Description
List<CdnConfig>

getCdnConfigsOrBuilder(int index)

public CdnConfigOrBuilder getCdnConfigsOrBuilder(int index)

The CdnConfig objects updated.

repeated .google.ads.admanager.v1.CdnConfig cdn_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
CdnConfigOrBuilder

getCdnConfigsOrBuilderList()

public List<? extends CdnConfigOrBuilder> getCdnConfigsOrBuilderList()

The CdnConfig objects updated.

repeated .google.ads.admanager.v1.CdnConfig cdn_configs = 1;

Returns
Type Description
List<? extends com.google.ads.admanager.v1.CdnConfigOrBuilder>

getDefaultInstanceForType()

public BatchUpdateCdnConfigsResponse getDefaultInstanceForType()
Returns
Type Description
BatchUpdateCdnConfigsResponse

getDescriptorForType()

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

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(BatchUpdateCdnConfigsResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

removeCdnConfigs(int index)

public BatchUpdateCdnConfigsResponse.Builder removeCdnConfigs(int index)

The CdnConfig objects updated.

repeated .google.ads.admanager.v1.CdnConfig cdn_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
BatchUpdateCdnConfigsResponse.Builder

setCdnConfigs(int index, CdnConfig value)

public BatchUpdateCdnConfigsResponse.Builder setCdnConfigs(int index, CdnConfig value)

The CdnConfig objects updated.

repeated .google.ads.admanager.v1.CdnConfig cdn_configs = 1;

Parameters
Name Description
index int
value CdnConfig
Returns
Type Description
BatchUpdateCdnConfigsResponse.Builder

setCdnConfigs(int index, CdnConfig.Builder builderForValue)

public BatchUpdateCdnConfigsResponse.Builder setCdnConfigs(int index, CdnConfig.Builder builderForValue)

The CdnConfig objects updated.

repeated .google.ads.admanager.v1.CdnConfig cdn_configs = 1;

Parameters
Name Description
index int
builderForValue CdnConfig.Builder
Returns
Type Description
BatchUpdateCdnConfigsResponse.Builder