Interface CreateUserListDirectLicenseRequestOrBuilder (0.8.0)

public interface CreateUserListDirectLicenseRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.

getUserListDirectLicense()

public abstract UserListDirectLicense getUserListDirectLicense()

Required. The user list direct license to create.

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

Returns
Type Description
UserListDirectLicense

The userListDirectLicense.

getUserListDirectLicenseOrBuilder()

public abstract UserListDirectLicenseOrBuilder getUserListDirectLicenseOrBuilder()

Required. The user list direct license to create.

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

Returns
Type Description
UserListDirectLicenseOrBuilder

hasUserListDirectLicense()

public abstract boolean hasUserListDirectLicense()

Required. The user list direct license to create.

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

Returns
Type Description
boolean

Whether the userListDirectLicense field is set.