Class GetDisplayVideo360AdvertiserLinkRequest.Builder (0.95.0)

public static final class GetDisplayVideo360AdvertiserLinkRequest.Builder extends GeneratedMessage.Builder<GetDisplayVideo360AdvertiserLinkRequest.Builder> implements GetDisplayVideo360AdvertiserLinkRequestOrBuilder

Request message for GetDisplayVideo360AdvertiserLink RPC.

Protobuf type google.analytics.admin.v1alpha.GetDisplayVideo360AdvertiserLinkRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetDisplayVideo360AdvertiserLinkRequest build()
Returns
Type Description
GetDisplayVideo360AdvertiserLinkRequest

buildPartial()

public GetDisplayVideo360AdvertiserLinkRequest buildPartial()
Returns
Type Description
GetDisplayVideo360AdvertiserLinkRequest

clear()

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

clearName()

public GetDisplayVideo360AdvertiserLinkRequest.Builder clearName()

Required. The name of the DisplayVideo360AdvertiserLink to get. Example format: properties/1234/displayVideo360AdvertiserLink/5678

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

Returns
Type Description
GetDisplayVideo360AdvertiserLinkRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetDisplayVideo360AdvertiserLinkRequest getDefaultInstanceForType()
Returns
Type Description
GetDisplayVideo360AdvertiserLinkRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the DisplayVideo360AdvertiserLink to get. Example format: properties/1234/displayVideo360AdvertiserLink/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 get. Example format: properties/1234/displayVideo360AdvertiserLink/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(GetDisplayVideo360AdvertiserLinkRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetDisplayVideo360AdvertiserLinkRequest.Builder setName(String value)

Required. The name of the DisplayVideo360AdvertiserLink to get. Example format: properties/1234/displayVideo360AdvertiserLink/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
GetDisplayVideo360AdvertiserLinkRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetDisplayVideo360AdvertiserLinkRequest.Builder setNameBytes(ByteString value)

Required. The name of the DisplayVideo360AdvertiserLink to get. Example format: properties/1234/displayVideo360AdvertiserLink/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
GetDisplayVideo360AdvertiserLinkRequest.Builder

This builder for chaining.