Class GetDisplayVideo360AdvertiserLinkProposalRequest.Builder (0.95.0)

public static final class GetDisplayVideo360AdvertiserLinkProposalRequest.Builder extends GeneratedMessage.Builder<GetDisplayVideo360AdvertiserLinkProposalRequest.Builder> implements GetDisplayVideo360AdvertiserLinkProposalRequestOrBuilder

Request message for GetDisplayVideo360AdvertiserLinkProposal RPC.

Protobuf type google.analytics.admin.v1alpha.GetDisplayVideo360AdvertiserLinkProposalRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetDisplayVideo360AdvertiserLinkProposalRequest build()
Returns
Type Description
GetDisplayVideo360AdvertiserLinkProposalRequest

buildPartial()

public GetDisplayVideo360AdvertiserLinkProposalRequest buildPartial()
Returns
Type Description
GetDisplayVideo360AdvertiserLinkProposalRequest

clear()

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

clearName()

public GetDisplayVideo360AdvertiserLinkProposalRequest.Builder clearName()

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

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

Returns
Type Description
GetDisplayVideo360AdvertiserLinkProposalRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetDisplayVideo360AdvertiserLinkProposalRequest getDefaultInstanceForType()
Returns
Type Description
GetDisplayVideo360AdvertiserLinkProposalRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the DisplayVideo360AdvertiserLinkProposal to get. 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 get. 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(GetDisplayVideo360AdvertiserLinkProposalRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetDisplayVideo360AdvertiserLinkProposalRequest.Builder setName(String value)

Required. The name of the DisplayVideo360AdvertiserLinkProposal to get. 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
GetDisplayVideo360AdvertiserLinkProposalRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetDisplayVideo360AdvertiserLinkProposalRequest.Builder setNameBytes(ByteString value)

Required. The name of the DisplayVideo360AdvertiserLinkProposal to get. 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
GetDisplayVideo360AdvertiserLinkProposalRequest.Builder

This builder for chaining.