Class DeleteDisplayVideo360AdvertiserLinkProposalRequest.Builder (0.95.0)

public static final class DeleteDisplayVideo360AdvertiserLinkProposalRequest.Builder extends GeneratedMessage.Builder<DeleteDisplayVideo360AdvertiserLinkProposalRequest.Builder> implements DeleteDisplayVideo360AdvertiserLinkProposalRequestOrBuilder

Request message for DeleteDisplayVideo360AdvertiserLinkProposal RPC.

Protobuf type google.analytics.admin.v1alpha.DeleteDisplayVideo360AdvertiserLinkProposalRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteDisplayVideo360AdvertiserLinkProposalRequest build()
Returns
Type Description
DeleteDisplayVideo360AdvertiserLinkProposalRequest

buildPartial()

public DeleteDisplayVideo360AdvertiserLinkProposalRequest buildPartial()
Returns
Type Description
DeleteDisplayVideo360AdvertiserLinkProposalRequest

clear()

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

clearName()

public DeleteDisplayVideo360AdvertiserLinkProposalRequest.Builder clearName()

Required. The name of the DisplayVideo360AdvertiserLinkProposal to delete. Example format: properties/1234/displayVideo360AdvertiserLinkProposals/5678

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

Returns
Type Description
DeleteDisplayVideo360AdvertiserLinkProposalRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteDisplayVideo360AdvertiserLinkProposalRequest getDefaultInstanceForType()
Returns
Type Description
DeleteDisplayVideo360AdvertiserLinkProposalRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the DisplayVideo360AdvertiserLinkProposal to delete. Example format: properties/1234/displayVideo360AdvertiserLinkProposals/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 DisplayVideo360AdvertiserLinkProposal to delete. Example format: properties/1234/displayVideo360AdvertiserLinkProposals/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(DeleteDisplayVideo360AdvertiserLinkProposalRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public DeleteDisplayVideo360AdvertiserLinkProposalRequest.Builder setName(String value)

Required. The name of the DisplayVideo360AdvertiserLinkProposal to delete. Example format: properties/1234/displayVideo360AdvertiserLinkProposals/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
DeleteDisplayVideo360AdvertiserLinkProposalRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteDisplayVideo360AdvertiserLinkProposalRequest.Builder setNameBytes(ByteString value)

Required. The name of the DisplayVideo360AdvertiserLinkProposal to delete. Example format: properties/1234/displayVideo360AdvertiserLinkProposals/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
DeleteDisplayVideo360AdvertiserLinkProposalRequest.Builder

This builder for chaining.