public static final class CreateCreativeSetRequest.Builder extends GeneratedMessage.Builder<CreateCreativeSetRequest.Builder> implements CreateCreativeSetRequestOrBuilder Request object for CreateCreativeSet method.
Protobuf type google.ads.admanager.v1.CreateCreativeSetRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CreateCreativeSetRequest.BuilderImplements
CreateCreativeSetRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CreateCreativeSetRequest build()| Returns | |
|---|---|
| Type | Description |
CreateCreativeSetRequest |
|
buildPartial()
public CreateCreativeSetRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
CreateCreativeSetRequest |
|
clear()
public CreateCreativeSetRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
CreateCreativeSetRequest.Builder |
|
clearCreativeSet()
public CreateCreativeSetRequest.Builder clearCreativeSet() Required. The CreativeSet to create.
.google.ads.admanager.v1.CreativeSet creative_set = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateCreativeSetRequest.Builder |
|
clearParent()
public CreateCreativeSetRequest.Builder clearParent() Required. The parent resource where this CreativeSet will be created.
Format: networks/{network_code}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
CreateCreativeSetRequest.Builder |
This builder for chaining. |
getCreativeSet()
public CreativeSet getCreativeSet() Required. The CreativeSet to create.
.google.ads.admanager.v1.CreativeSet creative_set = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreativeSet |
The creativeSet. |
getCreativeSetBuilder()
public CreativeSet.Builder getCreativeSetBuilder() Required. The CreativeSet to create.
.google.ads.admanager.v1.CreativeSet creative_set = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreativeSet.Builder |
|
getCreativeSetOrBuilder()
public CreativeSetOrBuilder getCreativeSetOrBuilder() Required. The CreativeSet to create.
.google.ads.admanager.v1.CreativeSet creative_set = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreativeSetOrBuilder |
|
getDefaultInstanceForType()
public CreateCreativeSetRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateCreativeSetRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getParent()
public String getParent() Required. The parent resource where this CreativeSet will be created.
Format: networks/{network_code}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes() Required. The parent resource where this CreativeSet will be created.
Format: networks/{network_code}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasCreativeSet()
public boolean hasCreativeSet() Required. The CreativeSet to create.
.google.ads.admanager.v1.CreativeSet creative_set = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the creativeSet field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeCreativeSet(CreativeSet value)
public CreateCreativeSetRequest.Builder mergeCreativeSet(CreativeSet value) Required. The CreativeSet to create.
.google.ads.admanager.v1.CreativeSet creative_set = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
CreativeSet |
| Returns | |
|---|---|
| Type | Description |
CreateCreativeSetRequest.Builder |
|
mergeFrom(CreateCreativeSetRequest other)
public CreateCreativeSetRequest.Builder mergeFrom(CreateCreativeSetRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateCreativeSetRequest |
| Returns | |
|---|---|
| Type | Description |
CreateCreativeSetRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateCreativeSetRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateCreativeSetRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CreateCreativeSetRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CreateCreativeSetRequest.Builder |
|
setCreativeSet(CreativeSet value)
public CreateCreativeSetRequest.Builder setCreativeSet(CreativeSet value) Required. The CreativeSet to create.
.google.ads.admanager.v1.CreativeSet creative_set = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
CreativeSet |
| Returns | |
|---|---|
| Type | Description |
CreateCreativeSetRequest.Builder |
|
setCreativeSet(CreativeSet.Builder builderForValue)
public CreateCreativeSetRequest.Builder setCreativeSet(CreativeSet.Builder builderForValue) Required. The CreativeSet to create.
.google.ads.admanager.v1.CreativeSet creative_set = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
CreativeSet.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateCreativeSetRequest.Builder |
|
setParent(String value)
public CreateCreativeSetRequest.Builder setParent(String value) Required. The parent resource where this CreativeSet will be created.
Format: networks/{network_code}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateCreativeSetRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public CreateCreativeSetRequest.Builder setParentBytes(ByteString value) Required. The parent resource where this CreativeSet will be created.
Format: networks/{network_code}
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 |
CreateCreativeSetRequest.Builder |
This builder for chaining. |