Interface PlannableUserListMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlannableUserListMetadata,PlannableUserListMetadata.Builder
public interface PlannableUserListMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe data source type of a CRM based user list.intThe data source type of a CRM based user list.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getUserListCrmDataSourceTypeValue
int getUserListCrmDataSourceTypeValue()The data source type of a CRM based user list.
.google.ads.googleads.v22.enums.UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType user_list_crm_data_source_type = 1;- Returns:
- The enum numeric value on the wire for userListCrmDataSourceType.
-
getUserListCrmDataSourceType
UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType getUserListCrmDataSourceType()The data source type of a CRM based user list.
.google.ads.googleads.v22.enums.UserListCrmDataSourceTypeEnum.UserListCrmDataSourceType user_list_crm_data_source_type = 1;- Returns:
- The userListCrmDataSourceType.
-