public interface CreateUserListGlobalLicenseRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent()Required. The account that owns the user list being licensed. Should be in the format accountTypes/{ACCOUNT_TYPE}/accounts/{ACCOUNT_ID}
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 account that owns the user list being licensed. Should be in the format accountTypes/{ACCOUNT_TYPE}/accounts/{ACCOUNT_ID}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getUserListGlobalLicense()
public abstract UserListGlobalLicense getUserListGlobalLicense()Required. The user list global license to create.
.google.ads.datamanager.v1.UserListGlobalLicense user_list_global_license = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UserListGlobalLicense |
The userListGlobalLicense. |
getUserListGlobalLicenseOrBuilder()
public abstract UserListGlobalLicenseOrBuilder getUserListGlobalLicenseOrBuilder()Required. The user list global license to create.
.google.ads.datamanager.v1.UserListGlobalLicense user_list_global_license = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UserListGlobalLicenseOrBuilder |
|
hasUserListGlobalLicense()
public abstract boolean hasUserListGlobalLicense()Required. The user list global license to create.
.google.ads.datamanager.v1.UserListGlobalLicense user_list_global_license = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the userListGlobalLicense field is set. |