Interface ParentalStatusDimensionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ParentalStatusDimension,ParentalStatusDimension.Builder
public interface ParentalStatusDimensionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanInclude users whose parental status is undetermined.getParentalStatuses(int index) Included parental status demographic segments.intIncluded parental status demographic segments.Included parental status demographic segments.intgetParentalStatusesValue(int index) Included parental status demographic segments.Included parental status demographic segments.booleanInclude users whose parental status is undetermined.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
-
getParentalStatusesList
List<ParentalStatusTypeEnum.ParentalStatusType> getParentalStatusesList()Included parental status demographic segments.
repeated .google.ads.googleads.v18.enums.ParentalStatusTypeEnum.ParentalStatusType parental_statuses = 1;- Returns:
- A list containing the parentalStatuses.
-
getParentalStatusesCount
int getParentalStatusesCount()Included parental status demographic segments.
repeated .google.ads.googleads.v18.enums.ParentalStatusTypeEnum.ParentalStatusType parental_statuses = 1;- Returns:
- The count of parentalStatuses.
-
getParentalStatuses
Included parental status demographic segments.
repeated .google.ads.googleads.v18.enums.ParentalStatusTypeEnum.ParentalStatusType parental_statuses = 1;- Parameters:
index- The index of the element to return.- Returns:
- The parentalStatuses at the given index.
-
getParentalStatusesValueList
Included parental status demographic segments.
repeated .google.ads.googleads.v18.enums.ParentalStatusTypeEnum.ParentalStatusType parental_statuses = 1;- Returns:
- A list containing the enum numeric values on the wire for parentalStatuses.
-
getParentalStatusesValue
int getParentalStatusesValue(int index) Included parental status demographic segments.
repeated .google.ads.googleads.v18.enums.ParentalStatusTypeEnum.ParentalStatusType parental_statuses = 1;- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of parentalStatuses at the given index.
-
hasIncludeUndetermined
boolean hasIncludeUndetermined()Include users whose parental status is undetermined.
optional bool include_undetermined = 2;- Returns:
- Whether the includeUndetermined field is set.
-
getIncludeUndetermined
boolean getIncludeUndetermined()Include users whose parental status is undetermined.
optional bool include_undetermined = 2;- Returns:
- The includeUndetermined.
-