Class UpdateUserListGlobalLicenseRequest.Builder (0.8.0)

public static final class UpdateUserListGlobalLicenseRequest.Builder extends GeneratedMessage.Builder<UpdateUserListGlobalLicenseRequest.Builder> implements UpdateUserListGlobalLicenseRequestOrBuilder

Request to update a UserListGlobalLicense resource.

Protobuf type google.ads.datamanager.v1.UpdateUserListGlobalLicenseRequest

Static Methods

getDescriptor()

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

Methods

build()

public UpdateUserListGlobalLicenseRequest build()
Returns
Type Description
UpdateUserListGlobalLicenseRequest

buildPartial()

public UpdateUserListGlobalLicenseRequest buildPartial()
Returns
Type Description
UpdateUserListGlobalLicenseRequest

clear()

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

clearUpdateMask()

public UpdateUserListGlobalLicenseRequest.Builder clearUpdateMask()

Optional. The list of fields to update. The special character * is not supported and an INVALID_UPDATE_MASK error will be thrown if used.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
UpdateUserListGlobalLicenseRequest.Builder

clearUserListGlobalLicense()

public UpdateUserListGlobalLicenseRequest.Builder clearUserListGlobalLicense()

Required. The licenses' name field is used to identify the license to update.

.google.ads.datamanager.v1.UserListGlobalLicense user_list_global_license = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UpdateUserListGlobalLicenseRequest.Builder

getDefaultInstanceForType()

public UpdateUserListGlobalLicenseRequest getDefaultInstanceForType()
Returns
Type Description
UpdateUserListGlobalLicenseRequest

getDescriptorForType()

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

getUpdateMask()

public FieldMask getUpdateMask()

Optional. The list of fields to update. The special character * is not supported and an INVALID_UPDATE_MASK error will be thrown if used.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskBuilder()

public FieldMask.Builder getUpdateMaskBuilder()

Optional. The list of fields to update. The special character * is not supported and an INVALID_UPDATE_MASK error will be thrown if used.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Builder

getUpdateMaskOrBuilder()

public FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. The list of fields to update. The special character * is not supported and an INVALID_UPDATE_MASK error will be thrown if used.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMaskOrBuilder

getUserListGlobalLicense()

public UserListGlobalLicense getUserListGlobalLicense()

Required. The licenses' name field is used to identify the license to update.

.google.ads.datamanager.v1.UserListGlobalLicense user_list_global_license = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UserListGlobalLicense

The userListGlobalLicense.

getUserListGlobalLicenseBuilder()

public UserListGlobalLicense.Builder getUserListGlobalLicenseBuilder()

Required. The licenses' name field is used to identify the license to update.

.google.ads.datamanager.v1.UserListGlobalLicense user_list_global_license = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UserListGlobalLicense.Builder

getUserListGlobalLicenseOrBuilder()

public UserListGlobalLicenseOrBuilder getUserListGlobalLicenseOrBuilder()

Required. The licenses' name field is used to identify the license to update.

.google.ads.datamanager.v1.UserListGlobalLicense user_list_global_license = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UserListGlobalLicenseOrBuilder

hasUpdateMask()

public boolean hasUpdateMask()

Optional. The list of fields to update. The special character * is not supported and an INVALID_UPDATE_MASK error will be thrown if used.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the updateMask field is set.

hasUserListGlobalLicense()

public boolean hasUserListGlobalLicense()

Required. The licenses' name field is used to identify the license to update.

.google.ads.datamanager.v1.UserListGlobalLicense user_list_global_license = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the userListGlobalLicense field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(UpdateUserListGlobalLicenseRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUpdateMask(FieldMask value)

public UpdateUserListGlobalLicenseRequest.Builder mergeUpdateMask(FieldMask value)

Optional. The list of fields to update. The special character * is not supported and an INVALID_UPDATE_MASK error will be thrown if used.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value FieldMask
Returns
Type Description
UpdateUserListGlobalLicenseRequest.Builder

mergeUserListGlobalLicense(UserListGlobalLicense value)

public UpdateUserListGlobalLicenseRequest.Builder mergeUserListGlobalLicense(UserListGlobalLicense value)

Required. The licenses' name field is used to identify the license to update.

.google.ads.datamanager.v1.UserListGlobalLicense user_list_global_license = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value UserListGlobalLicense
Returns
Type Description
UpdateUserListGlobalLicenseRequest.Builder

setUpdateMask(FieldMask value)

public UpdateUserListGlobalLicenseRequest.Builder setUpdateMask(FieldMask value)

Optional. The list of fields to update. The special character * is not supported and an INVALID_UPDATE_MASK error will be thrown if used.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value FieldMask
Returns
Type Description
UpdateUserListGlobalLicenseRequest.Builder

setUpdateMask(FieldMask.Builder builderForValue)

public UpdateUserListGlobalLicenseRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)

Optional. The list of fields to update. The special character * is not supported and an INVALID_UPDATE_MASK error will be thrown if used.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
UpdateUserListGlobalLicenseRequest.Builder

setUserListGlobalLicense(UserListGlobalLicense value)

public UpdateUserListGlobalLicenseRequest.Builder setUserListGlobalLicense(UserListGlobalLicense value)

Required. The licenses' name field is used to identify the license to update.

.google.ads.datamanager.v1.UserListGlobalLicense user_list_global_license = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value UserListGlobalLicense
Returns
Type Description
UpdateUserListGlobalLicenseRequest.Builder

setUserListGlobalLicense(UserListGlobalLicense.Builder builderForValue)

public UpdateUserListGlobalLicenseRequest.Builder setUserListGlobalLicense(UserListGlobalLicense.Builder builderForValue)

Required. The licenses' name field is used to identify the license to update.

.google.ads.datamanager.v1.UserListGlobalLicense user_list_global_license = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue UserListGlobalLicense.Builder
Returns
Type Description
UpdateUserListGlobalLicenseRequest.Builder