Class DeleteDisplayVideo360AdvertiserLinkRequest.Builder (0.93.0)

public static final class DeleteDisplayVideo360AdvertiserLinkRequest.Builder extends GeneratedMessage.Builder<DeleteDisplayVideo360AdvertiserLinkRequest.Builder> implements DeleteDisplayVideo360AdvertiserLinkRequestOrBuilder

Request message for DeleteDisplayVideo360AdvertiserLink RPC.

Protobuf type google.analytics.admin.v1alpha.DeleteDisplayVideo360AdvertiserLinkRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteDisplayVideo360AdvertiserLinkRequest build()
Returns
Type Description
DeleteDisplayVideo360AdvertiserLinkRequest

buildPartial()

public DeleteDisplayVideo360AdvertiserLinkRequest buildPartial()
Returns
Type Description
DeleteDisplayVideo360AdvertiserLinkRequest

clear()

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

clearName()

public DeleteDisplayVideo360AdvertiserLinkRequest.Builder clearName()

Required. The name of the DisplayVideo360AdvertiserLink to delete. Example format: properties/1234/displayVideo360AdvertiserLinks/5678

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

Returns
Type Description
DeleteDisplayVideo360AdvertiserLinkRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteDisplayVideo360AdvertiserLinkRequest getDefaultInstanceForType()
Returns
Type Description
DeleteDisplayVideo360AdvertiserLinkRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the DisplayVideo360AdvertiserLink to delete. Example format: properties/1234/displayVideo360AdvertiserLinks/5678

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the DisplayVideo360AdvertiserLink to delete. Example format: properties/1234/displayVideo360AdvertiserLinks/5678

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public DeleteDisplayVideo360AdvertiserLinkRequest.Builder setName(String value)

Required. The name of the DisplayVideo360AdvertiserLink to delete. Example format: properties/1234/displayVideo360AdvertiserLinks/5678

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeleteDisplayVideo360AdvertiserLinkRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteDisplayVideo360AdvertiserLinkRequest.Builder setNameBytes(ByteString value)

Required. The name of the DisplayVideo360AdvertiserLink to delete. Example format: properties/1234/displayVideo360AdvertiserLinks/5678

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
DeleteDisplayVideo360AdvertiserLinkRequest.Builder

This builder for chaining.