Class GenerateAudienceCompositionInsightsRequest
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.ads.googleads.v15.services.GenerateAudienceCompositionInsightsRequest
-
- All Implemented Interfaces:
GenerateAudienceCompositionInsightsRequestOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable
public final class GenerateAudienceCompositionInsightsRequest extends com.google.protobuf.GeneratedMessageV3 implements GenerateAudienceCompositionInsightsRequestOrBuilder
Request message for [AudienceInsightsService.GenerateAudienceCompositionInsights][google.ads.googleads.v15.services.AudienceInsightsService.GenerateAudienceCompositionInsights].
Protobuf typegoogle.ads.googleads.v15.services.GenerateAudienceCompositionInsightsRequest- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGenerateAudienceCompositionInsightsRequest.BuilderRequest message for [AudienceInsightsService.GenerateAudienceCompositionInsights][google.ads.googleads.v15.services.AudienceInsightsService.GenerateAudienceCompositionInsights].-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intAUDIENCE_FIELD_NUMBERstatic intBASELINE_AUDIENCE_FIELD_NUMBERstatic intCUSTOMER_ID_FIELD_NUMBERstatic intCUSTOMER_INSIGHTS_GROUP_FIELD_NUMBERstatic intDATA_MONTH_FIELD_NUMBERstatic intDIMENSIONS_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)InsightsAudiencegetAudience()Required.InsightsAudienceOrBuildergetAudienceOrBuilder()Required.InsightsAudiencegetBaselineAudience()The baseline audience to which the audience of interest is being compared.InsightsAudienceOrBuildergetBaselineAudienceOrBuilder()The baseline audience to which the audience of interest is being compared.java.lang.StringgetCustomerId()Required.com.google.protobuf.ByteStringgetCustomerIdBytes()Required.java.lang.StringgetCustomerInsightsGroup()The name of the customer being planned for.com.google.protobuf.ByteStringgetCustomerInsightsGroupBytes()The name of the customer being planned for.java.lang.StringgetDataMonth()The one-month range of historical data to use for insights, in the format "yyyy-mm".com.google.protobuf.ByteStringgetDataMonthBytes()The one-month range of historical data to use for insights, in the format "yyyy-mm".static GenerateAudienceCompositionInsightsRequestgetDefaultInstance()GenerateAudienceCompositionInsightsRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()AudienceInsightsDimensionEnum.AudienceInsightsDimensiongetDimensions(int index)Required.intgetDimensionsCount()Required.java.util.List<AudienceInsightsDimensionEnum.AudienceInsightsDimension>getDimensionsList()Required.intgetDimensionsValue(int index)Required.java.util.List<java.lang.Integer>getDimensionsValueList()Required.com.google.protobuf.Parser<GenerateAudienceCompositionInsightsRequest>getParserForType()intgetSerializedSize()booleanhasAudience()Required.booleanhasBaselineAudience()The baseline audience to which the audience of interest is being compared.inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static GenerateAudienceCompositionInsightsRequest.BuildernewBuilder()static GenerateAudienceCompositionInsightsRequest.BuildernewBuilder(GenerateAudienceCompositionInsightsRequest prototype)GenerateAudienceCompositionInsightsRequest.BuildernewBuilderForType()protected GenerateAudienceCompositionInsightsRequest.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected java.lang.ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static GenerateAudienceCompositionInsightsRequestparseDelimitedFrom(java.io.InputStream input)static GenerateAudienceCompositionInsightsRequestparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GenerateAudienceCompositionInsightsRequestparseFrom(byte[] data)static GenerateAudienceCompositionInsightsRequestparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GenerateAudienceCompositionInsightsRequestparseFrom(com.google.protobuf.ByteString data)static GenerateAudienceCompositionInsightsRequestparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GenerateAudienceCompositionInsightsRequestparseFrom(com.google.protobuf.CodedInputStream input)static GenerateAudienceCompositionInsightsRequestparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GenerateAudienceCompositionInsightsRequestparseFrom(java.io.InputStream input)static GenerateAudienceCompositionInsightsRequestparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GenerateAudienceCompositionInsightsRequestparseFrom(java.nio.ByteBuffer data)static GenerateAudienceCompositionInsightsRequestparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<GenerateAudienceCompositionInsightsRequest>parser()GenerateAudienceCompositionInsightsRequest.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
CUSTOMER_ID_FIELD_NUMBER
public static final int CUSTOMER_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
AUDIENCE_FIELD_NUMBER
public static final int AUDIENCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BASELINE_AUDIENCE_FIELD_NUMBER
public static final int BASELINE_AUDIENCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATA_MONTH_FIELD_NUMBER
public static final int DATA_MONTH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DIMENSIONS_FIELD_NUMBER
public static final int DIMENSIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CUSTOMER_INSIGHTS_GROUP_FIELD_NUMBER
public static final int CUSTOMER_INSIGHTS_GROUP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getCustomerId
public java.lang.String getCustomerId()
Required. The ID of the customer.
string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getCustomerIdin interfaceGenerateAudienceCompositionInsightsRequestOrBuilder- Returns:
- The customerId.
-
getCustomerIdBytes
public com.google.protobuf.ByteString getCustomerIdBytes()
Required. The ID of the customer.
string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getCustomerIdBytesin interfaceGenerateAudienceCompositionInsightsRequestOrBuilder- Returns:
- The bytes for customerId.
-
hasAudience
public boolean hasAudience()
Required. The audience of interest for which insights are being requested.
.google.ads.googleads.v15.services.InsightsAudience audience = 2 [(.google.api.field_behavior) = REQUIRED];- Specified by:
hasAudiencein interfaceGenerateAudienceCompositionInsightsRequestOrBuilder- Returns:
- Whether the audience field is set.
-
getAudience
public InsightsAudience getAudience()
Required. The audience of interest for which insights are being requested.
.google.ads.googleads.v15.services.InsightsAudience audience = 2 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getAudiencein interfaceGenerateAudienceCompositionInsightsRequestOrBuilder- Returns:
- The audience.
-
getAudienceOrBuilder
public InsightsAudienceOrBuilder getAudienceOrBuilder()
Required. The audience of interest for which insights are being requested.
.google.ads.googleads.v15.services.InsightsAudience audience = 2 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getAudienceOrBuilderin interfaceGenerateAudienceCompositionInsightsRequestOrBuilder
-
hasBaselineAudience
public boolean hasBaselineAudience()
The baseline audience to which the audience of interest is being compared.
.google.ads.googleads.v15.services.InsightsAudience baseline_audience = 6;- Specified by:
hasBaselineAudiencein interfaceGenerateAudienceCompositionInsightsRequestOrBuilder- Returns:
- Whether the baselineAudience field is set.
-
getBaselineAudience
public InsightsAudience getBaselineAudience()
The baseline audience to which the audience of interest is being compared.
.google.ads.googleads.v15.services.InsightsAudience baseline_audience = 6;- Specified by:
getBaselineAudiencein interfaceGenerateAudienceCompositionInsightsRequestOrBuilder- Returns:
- The baselineAudience.
-
getBaselineAudienceOrBuilder
public InsightsAudienceOrBuilder getBaselineAudienceOrBuilder()
The baseline audience to which the audience of interest is being compared.
.google.ads.googleads.v15.services.InsightsAudience baseline_audience = 6;- Specified by:
getBaselineAudienceOrBuilderin interfaceGenerateAudienceCompositionInsightsRequestOrBuilder
-
getDataMonth
public java.lang.String getDataMonth()
The one-month range of historical data to use for insights, in the format "yyyy-mm". If unset, insights will be returned for the last thirty days of data.
string data_month = 3;- Specified by:
getDataMonthin interfaceGenerateAudienceCompositionInsightsRequestOrBuilder- Returns:
- The dataMonth.
-
getDataMonthBytes
public com.google.protobuf.ByteString getDataMonthBytes()
The one-month range of historical data to use for insights, in the format "yyyy-mm". If unset, insights will be returned for the last thirty days of data.
string data_month = 3;- Specified by:
getDataMonthBytesin interfaceGenerateAudienceCompositionInsightsRequestOrBuilder- Returns:
- The bytes for dataMonth.
-
getDimensionsList
public java.util.List<AudienceInsightsDimensionEnum.AudienceInsightsDimension> getDimensionsList()
Required. The audience dimensions for which composition insights should be returned.
repeated .google.ads.googleads.v15.enums.AudienceInsightsDimensionEnum.AudienceInsightsDimension dimensions = 4 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getDimensionsListin interfaceGenerateAudienceCompositionInsightsRequestOrBuilder- Returns:
- A list containing the dimensions.
-
getDimensionsCount
public int getDimensionsCount()
Required. The audience dimensions for which composition insights should be returned.
repeated .google.ads.googleads.v15.enums.AudienceInsightsDimensionEnum.AudienceInsightsDimension dimensions = 4 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getDimensionsCountin interfaceGenerateAudienceCompositionInsightsRequestOrBuilder- Returns:
- The count of dimensions.
-
getDimensions
public AudienceInsightsDimensionEnum.AudienceInsightsDimension getDimensions(int index)
Required. The audience dimensions for which composition insights should be returned.
repeated .google.ads.googleads.v15.enums.AudienceInsightsDimensionEnum.AudienceInsightsDimension dimensions = 4 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getDimensionsin interfaceGenerateAudienceCompositionInsightsRequestOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The dimensions at the given index.
-
getDimensionsValueList
public java.util.List<java.lang.Integer> getDimensionsValueList()
Required. The audience dimensions for which composition insights should be returned.
repeated .google.ads.googleads.v15.enums.AudienceInsightsDimensionEnum.AudienceInsightsDimension dimensions = 4 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getDimensionsValueListin interfaceGenerateAudienceCompositionInsightsRequestOrBuilder- Returns:
- A list containing the enum numeric values on the wire for dimensions.
-
getDimensionsValue
public int getDimensionsValue(int index)
Required. The audience dimensions for which composition insights should be returned.
repeated .google.ads.googleads.v15.enums.AudienceInsightsDimensionEnum.AudienceInsightsDimension dimensions = 4 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getDimensionsValuein interfaceGenerateAudienceCompositionInsightsRequestOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of dimensions at the given index.
-
getCustomerInsightsGroup
public java.lang.String getCustomerInsightsGroup()
The name of the customer being planned for. This is a user-defined value.
string customer_insights_group = 5;- Specified by:
getCustomerInsightsGroupin interfaceGenerateAudienceCompositionInsightsRequestOrBuilder- Returns:
- The customerInsightsGroup.
-
getCustomerInsightsGroupBytes
public com.google.protobuf.ByteString getCustomerInsightsGroupBytes()
The name of the customer being planned for. This is a user-defined value.
string customer_insights_group = 5;- Specified by:
getCustomerInsightsGroupBytesin interfaceGenerateAudienceCompositionInsightsRequestOrBuilder- Returns:
- The bytes for customerInsightsGroup.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static GenerateAudienceCompositionInsightsRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GenerateAudienceCompositionInsightsRequest parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GenerateAudienceCompositionInsightsRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GenerateAudienceCompositionInsightsRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GenerateAudienceCompositionInsightsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GenerateAudienceCompositionInsightsRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GenerateAudienceCompositionInsightsRequest parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static GenerateAudienceCompositionInsightsRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static GenerateAudienceCompositionInsightsRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static GenerateAudienceCompositionInsightsRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static GenerateAudienceCompositionInsightsRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static GenerateAudienceCompositionInsightsRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public GenerateAudienceCompositionInsightsRequest.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static GenerateAudienceCompositionInsightsRequest.Builder newBuilder()
-
newBuilder
public static GenerateAudienceCompositionInsightsRequest.Builder newBuilder(GenerateAudienceCompositionInsightsRequest prototype)
-
toBuilder
public GenerateAudienceCompositionInsightsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected GenerateAudienceCompositionInsightsRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static GenerateAudienceCompositionInsightsRequest getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<GenerateAudienceCompositionInsightsRequest> parser()
-
getParserForType
public com.google.protobuf.Parser<GenerateAudienceCompositionInsightsRequest> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public GenerateAudienceCompositionInsightsRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-