Interface DetailedDemographicOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DetailedDemographic,DetailedDemographic.Builder
public interface DetailedDemographicOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAvailabilities(int index) Output only.intOutput only.Output only.getAvailabilitiesOrBuilder(int index) Output only.List<? extends CriterionCategoryAvailabilityOrBuilder>Output only.longgetId()Output only.booleanOutput only.getName()Output only.com.google.protobuf.ByteStringOutput only.Output only.com.google.protobuf.ByteStringOutput only.Output only.com.google.protobuf.ByteStringOutput only.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
-
getResourceName
String getResourceName()Output only. The resource name of the detailed demographic. Detailed demographic resource names have the form: `customers/{customer_id}/detailedDemographics/{detailed_demographic_id}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The resourceName.
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()Output only. The resource name of the detailed demographic. Detailed demographic resource names have the form: `customers/{customer_id}/detailedDemographics/{detailed_demographic_id}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for resourceName.
-
getId
long getId()Output only. The ID of the detailed demographic.
int64 id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The id.
-
getName
String getName()Output only. The name of the detailed demographic. For example,"Highest Level of Educational Attainment"
string name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Output only. The name of the detailed demographic. For example,"Highest Level of Educational Attainment"
string name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for name.
-
getParent
String getParent()Output only. The parent of the detailed_demographic.
string parent = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()Output only. The parent of the detailed_demographic.
string parent = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for parent.
-
getLaunchedToAll
boolean getLaunchedToAll()Output only. True if the detailed demographic is launched to all channels and locales.
bool launched_to_all = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The launchedToAll.
-
getAvailabilitiesList
List<CriterionCategoryAvailability> getAvailabilitiesList()Output only. Availability information of the detailed demographic.
repeated .google.ads.googleads.v18.common.CriterionCategoryAvailability availabilities = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getAvailabilities
Output only. Availability information of the detailed demographic.
repeated .google.ads.googleads.v18.common.CriterionCategoryAvailability availabilities = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getAvailabilitiesCount
int getAvailabilitiesCount()Output only. Availability information of the detailed demographic.
repeated .google.ads.googleads.v18.common.CriterionCategoryAvailability availabilities = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getAvailabilitiesOrBuilderList
List<? extends CriterionCategoryAvailabilityOrBuilder> getAvailabilitiesOrBuilderList()Output only. Availability information of the detailed demographic.
repeated .google.ads.googleads.v18.common.CriterionCategoryAvailability availabilities = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getAvailabilitiesOrBuilder
Output only. Availability information of the detailed demographic.
repeated .google.ads.googleads.v18.common.CriterionCategoryAvailability availabilities = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
-