Class GetCreativeSetRequest.Builder (0.54.0)

public static final class GetCreativeSetRequest.Builder extends GeneratedMessage.Builder<GetCreativeSetRequest.Builder> implements GetCreativeSetRequestOrBuilder

Request object for GetCreativeSet method.

Protobuf type google.ads.admanager.v1.GetCreativeSetRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetCreativeSetRequest build()
Returns
Type Description
GetCreativeSetRequest

buildPartial()

public GetCreativeSetRequest buildPartial()
Returns
Type Description
GetCreativeSetRequest

clear()

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

clearName()

public GetCreativeSetRequest.Builder clearName()

Required. The resource name of the CreativeSet. Format: networks/{network_code}/creativeSets/{creative_set_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetCreativeSetRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetCreativeSetRequest getDefaultInstanceForType()
Returns
Type Description
GetCreativeSetRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The resource name of the CreativeSet. Format: networks/{network_code}/creativeSets/{creative_set_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The resource name of the CreativeSet. Format: networks/{network_code}/creativeSets/{creative_set_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetCreativeSetRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetCreativeSetRequest.Builder setName(String value)

Required. The resource name of the CreativeSet. Format: networks/{network_code}/creativeSets/{creative_set_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetCreativeSetRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetCreativeSetRequest.Builder setNameBytes(ByteString value)

Required. The resource name of the CreativeSet. Format: networks/{network_code}/creativeSets/{creative_set_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetCreativeSetRequest.Builder

This builder for chaining.