public interface CreateUserListRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent()Required. The parent account where this user list will be created. Format: accountTypes/{account_type}/accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The parent account where this user list will be created. Format: accountTypes/{account_type}/accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getUserList()
public abstract UserList getUserList()Required. The user list to create.
.google.ads.datamanager.v1.UserList user_list = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UserList |
The userList. |
getUserListOrBuilder()
public abstract UserListOrBuilder getUserListOrBuilder()Required. The user list to create.
.google.ads.datamanager.v1.UserList user_list = 2 [(.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. |
hasUserList()
public abstract boolean hasUserList()Required. The user list to create.
.google.ads.datamanager.v1.UserList user_list = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the userList field is set. |