public interface UpdateUserListRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getUpdateMask()
public abstract FieldMask getUpdateMask()Optional. The list of fields to update.
.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.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
getUserList()
public abstract UserList getUserList()Required. The user list to update.
The user list's name field is used to identify the user list to update.
Format:
accountTypes/{account_type}/accounts/{account}/userLists/{user_list}
.google.ads.datamanager.v1.UserList user_list = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UserList |
The userList. |
getUserListOrBuilder()
public abstract UserListOrBuilder getUserListOrBuilder()Required. The user list to update.
The user list's name field is used to identify the user list to update.
Format:
accountTypes/{account_type}/accounts/{account}/userLists/{user_list}
.google.ads.datamanager.v1.UserList user_list = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UserListOrBuilder |
|
getValidateOnly()
public abstract boolean getValidateOnly()Optional. If true, the request is validated but not executed.
bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The validateOnly. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |
hasUserList()
public abstract boolean hasUserList()Required. The user list to update.
The user list's name field is used to identify the user list to update.
Format:
accountTypes/{account_type}/accounts/{account}/userLists/{user_list}
.google.ads.datamanager.v1.UserList user_list = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the userList field is set. |