Interface UpdateUserListDirectLicenseRequestOrBuilder (0.8.0)

public interface UpdateUserListDirectLicenseRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getUpdateMask()

public abstract 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.

getUpdateMaskOrBuilder()

public abstract 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

getUserListDirectLicense()

public abstract UserListDirectLicense getUserListDirectLicense()

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

.google.ads.datamanager.v1.UserListDirectLicense user_list_direct_license = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UserListDirectLicense

The userListDirectLicense.

getUserListDirectLicenseOrBuilder()

public abstract UserListDirectLicenseOrBuilder getUserListDirectLicenseOrBuilder()

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

.google.ads.datamanager.v1.UserListDirectLicense user_list_direct_license = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UserListDirectLicenseOrBuilder

hasUpdateMask()

public abstract 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.

hasUserListDirectLicense()

public abstract boolean hasUserListDirectLicense()

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

.google.ads.datamanager.v1.UserListDirectLicense user_list_direct_license = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the userListDirectLicense field is set.