public static final class UpdatePrivateAuctionRequest.Builder extends GeneratedMessage.Builder<UpdatePrivateAuctionRequest.Builder> implements UpdatePrivateAuctionRequestOrBuilder Request object for UpdatePrivateAuction method.
Protobuf type google.ads.admanager.v1.UpdatePrivateAuctionRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdatePrivateAuctionRequest.BuilderImplements
UpdatePrivateAuctionRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdatePrivateAuctionRequest build()| Returns | |
|---|---|
| Type | Description |
UpdatePrivateAuctionRequest |
|
buildPartial()
public UpdatePrivateAuctionRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdatePrivateAuctionRequest |
|
clear()
public UpdatePrivateAuctionRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdatePrivateAuctionRequest.Builder |
|
clearPrivateAuction()
public UpdatePrivateAuctionRequest.Builder clearPrivateAuction() Required. The PrivateAuction to update.
The PrivateAuction's name is used to identify the
PrivateAuction to update.
.google.ads.admanager.v1.PrivateAuction private_auction = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdatePrivateAuctionRequest.Builder |
|
clearUpdateMask()
public UpdatePrivateAuctionRequest.Builder clearUpdateMask()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdatePrivateAuctionRequest.Builder |
|
getDefaultInstanceForType()
public UpdatePrivateAuctionRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdatePrivateAuctionRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPrivateAuction()
public PrivateAuction getPrivateAuction() Required. The PrivateAuction to update.
The PrivateAuction's name is used to identify the
PrivateAuction to update.
.google.ads.admanager.v1.PrivateAuction private_auction = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
PrivateAuction |
The privateAuction. |
getPrivateAuctionBuilder()
public PrivateAuction.Builder getPrivateAuctionBuilder() Required. The PrivateAuction to update.
The PrivateAuction's name is used to identify the
PrivateAuction to update.
.google.ads.admanager.v1.PrivateAuction private_auction = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
PrivateAuction.Builder |
|
getPrivateAuctionOrBuilder()
public PrivateAuctionOrBuilder getPrivateAuctionOrBuilder() Required. The PrivateAuction to update.
The PrivateAuction's name is used to identify the
PrivateAuction to update.
.google.ads.admanager.v1.PrivateAuction private_auction = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
PrivateAuctionOrBuilder |
|
getUpdateMask()
public FieldMask getUpdateMask()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasPrivateAuction()
public boolean hasPrivateAuction() Required. The PrivateAuction to update.
The PrivateAuction's name is used to identify the
PrivateAuction to update.
.google.ads.admanager.v1.PrivateAuction private_auction = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the privateAuction field is set. |
hasUpdateMask()
public boolean hasUpdateMask()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UpdatePrivateAuctionRequest other)
public UpdatePrivateAuctionRequest.Builder mergeFrom(UpdatePrivateAuctionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdatePrivateAuctionRequest |
| Returns | |
|---|---|
| Type | Description |
UpdatePrivateAuctionRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdatePrivateAuctionRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdatePrivateAuctionRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdatePrivateAuctionRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdatePrivateAuctionRequest.Builder |
|
mergePrivateAuction(PrivateAuction value)
public UpdatePrivateAuctionRequest.Builder mergePrivateAuction(PrivateAuction value) Required. The PrivateAuction to update.
The PrivateAuction's name is used to identify the
PrivateAuction to update.
.google.ads.admanager.v1.PrivateAuction private_auction = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
PrivateAuction |
| Returns | |
|---|---|
| Type | Description |
UpdatePrivateAuctionRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdatePrivateAuctionRequest.Builder mergeUpdateMask(FieldMask value)Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdatePrivateAuctionRequest.Builder |
|
setPrivateAuction(PrivateAuction value)
public UpdatePrivateAuctionRequest.Builder setPrivateAuction(PrivateAuction value) Required. The PrivateAuction to update.
The PrivateAuction's name is used to identify the
PrivateAuction to update.
.google.ads.admanager.v1.PrivateAuction private_auction = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
PrivateAuction |
| Returns | |
|---|---|
| Type | Description |
UpdatePrivateAuctionRequest.Builder |
|
setPrivateAuction(PrivateAuction.Builder builderForValue)
public UpdatePrivateAuctionRequest.Builder setPrivateAuction(PrivateAuction.Builder builderForValue) Required. The PrivateAuction to update.
The PrivateAuction's name is used to identify the
PrivateAuction to update.
.google.ads.admanager.v1.PrivateAuction private_auction = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
PrivateAuction.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdatePrivateAuctionRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdatePrivateAuctionRequest.Builder setUpdateMask(FieldMask value)Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdatePrivateAuctionRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdatePrivateAuctionRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdatePrivateAuctionRequest.Builder |
|