public static final class CreateDisplayVideo360AdvertiserLinkRequest.Builder extends GeneratedMessage.Builder<CreateDisplayVideo360AdvertiserLinkRequest.Builder> implements CreateDisplayVideo360AdvertiserLinkRequestOrBuilderRequest message for CreateDisplayVideo360AdvertiserLink RPC.
Protobuf type google.analytics.admin.v1alpha.CreateDisplayVideo360AdvertiserLinkRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CreateDisplayVideo360AdvertiserLinkRequest.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CreateDisplayVideo360AdvertiserLinkRequest build()| Returns | |
|---|---|
| Type | Description |
CreateDisplayVideo360AdvertiserLinkRequest |
|
buildPartial()
public CreateDisplayVideo360AdvertiserLinkRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
CreateDisplayVideo360AdvertiserLinkRequest |
|
clear()
public CreateDisplayVideo360AdvertiserLinkRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
CreateDisplayVideo360AdvertiserLinkRequest.Builder |
|
clearDisplayVideo360AdvertiserLink()
public CreateDisplayVideo360AdvertiserLinkRequest.Builder clearDisplayVideo360AdvertiserLink()Required. The DisplayVideo360AdvertiserLink to create.
.google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLink display_video_360_advertiser_link = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateDisplayVideo360AdvertiserLinkRequest.Builder |
|
clearParent()
public CreateDisplayVideo360AdvertiserLinkRequest.Builder clearParent()Required. Example format: properties/1234
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
CreateDisplayVideo360AdvertiserLinkRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public CreateDisplayVideo360AdvertiserLinkRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateDisplayVideo360AdvertiserLinkRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDisplayVideo360AdvertiserLink()
public DisplayVideo360AdvertiserLink getDisplayVideo360AdvertiserLink()Required. The DisplayVideo360AdvertiserLink to create.
.google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLink display_video_360_advertiser_link = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DisplayVideo360AdvertiserLink |
The displayVideo360AdvertiserLink. |
getDisplayVideo360AdvertiserLinkBuilder()
public DisplayVideo360AdvertiserLink.Builder getDisplayVideo360AdvertiserLinkBuilder()Required. The DisplayVideo360AdvertiserLink to create.
.google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLink display_video_360_advertiser_link = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DisplayVideo360AdvertiserLink.Builder |
|
getDisplayVideo360AdvertiserLinkOrBuilder()
public DisplayVideo360AdvertiserLinkOrBuilder getDisplayVideo360AdvertiserLinkOrBuilder()Required. The DisplayVideo360AdvertiserLink to create.
.google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLink display_video_360_advertiser_link = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DisplayVideo360AdvertiserLinkOrBuilder |
|
getParent()
public String getParent()Required. Example format: properties/1234
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()Required. Example format: properties/1234
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasDisplayVideo360AdvertiserLink()
public boolean hasDisplayVideo360AdvertiserLink()Required. The DisplayVideo360AdvertiserLink to create.
.google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLink display_video_360_advertiser_link = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the displayVideo360AdvertiserLink field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeDisplayVideo360AdvertiserLink(DisplayVideo360AdvertiserLink value)
public CreateDisplayVideo360AdvertiserLinkRequest.Builder mergeDisplayVideo360AdvertiserLink(DisplayVideo360AdvertiserLink value)Required. The DisplayVideo360AdvertiserLink to create.
.google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLink display_video_360_advertiser_link = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
DisplayVideo360AdvertiserLink |
| Returns | |
|---|---|
| Type | Description |
CreateDisplayVideo360AdvertiserLinkRequest.Builder |
|
mergeFrom(CreateDisplayVideo360AdvertiserLinkRequest other)
public CreateDisplayVideo360AdvertiserLinkRequest.Builder mergeFrom(CreateDisplayVideo360AdvertiserLinkRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateDisplayVideo360AdvertiserLinkRequest |
| Returns | |
|---|---|
| Type | Description |
CreateDisplayVideo360AdvertiserLinkRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateDisplayVideo360AdvertiserLinkRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateDisplayVideo360AdvertiserLinkRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CreateDisplayVideo360AdvertiserLinkRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CreateDisplayVideo360AdvertiserLinkRequest.Builder |
|
setDisplayVideo360AdvertiserLink(DisplayVideo360AdvertiserLink value)
public CreateDisplayVideo360AdvertiserLinkRequest.Builder setDisplayVideo360AdvertiserLink(DisplayVideo360AdvertiserLink value)Required. The DisplayVideo360AdvertiserLink to create.
.google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLink display_video_360_advertiser_link = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
DisplayVideo360AdvertiserLink |
| Returns | |
|---|---|
| Type | Description |
CreateDisplayVideo360AdvertiserLinkRequest.Builder |
|
setDisplayVideo360AdvertiserLink(DisplayVideo360AdvertiserLink.Builder builderForValue)
public CreateDisplayVideo360AdvertiserLinkRequest.Builder setDisplayVideo360AdvertiserLink(DisplayVideo360AdvertiserLink.Builder builderForValue)Required. The DisplayVideo360AdvertiserLink to create.
.google.analytics.admin.v1alpha.DisplayVideo360AdvertiserLink display_video_360_advertiser_link = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DisplayVideo360AdvertiserLink.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateDisplayVideo360AdvertiserLinkRequest.Builder |
|
setParent(String value)
public CreateDisplayVideo360AdvertiserLinkRequest.Builder setParent(String value)Required. Example format: properties/1234
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateDisplayVideo360AdvertiserLinkRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public CreateDisplayVideo360AdvertiserLinkRequest.Builder setParentBytes(ByteString value)Required. Example format: properties/1234
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateDisplayVideo360AdvertiserLinkRequest.Builder |
This builder for chaining. |