Class SearchGoogleAdsStreamResponse
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.ads.googleads.v10.services.SearchGoogleAdsStreamResponse
-
- All Implemented Interfaces:
SearchGoogleAdsStreamResponseOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable
public final class SearchGoogleAdsStreamResponse extends com.google.protobuf.GeneratedMessageV3 implements SearchGoogleAdsStreamResponseOrBuilder
Response message for [GoogleAdsService.SearchStream][google.ads.googleads.v10.services.GoogleAdsService.SearchStream].
Protobuf typegoogle.ads.googleads.v10.services.SearchGoogleAdsStreamResponse- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSearchGoogleAdsStreamResponse.BuilderResponse message for [GoogleAdsService.SearchStream][google.ads.googleads.v10.services.GoogleAdsService.SearchStream].-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intFIELD_MASK_FIELD_NUMBERstatic intREQUEST_ID_FIELD_NUMBERstatic intRESULTS_FIELD_NUMBERstatic intSUMMARY_ROW_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)static SearchGoogleAdsStreamResponsegetDefaultInstance()SearchGoogleAdsStreamResponsegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.FieldMaskgetFieldMask()FieldMask that represents what fields were requested by the user.com.google.protobuf.FieldMaskOrBuildergetFieldMaskOrBuilder()FieldMask that represents what fields were requested by the user.com.google.protobuf.Parser<SearchGoogleAdsStreamResponse>getParserForType()java.lang.StringgetRequestId()The unique id of the request that is used for debugging purposes.com.google.protobuf.ByteStringgetRequestIdBytes()The unique id of the request that is used for debugging purposes.GoogleAdsRowgetResults(int index)The list of rows that matched the query.intgetResultsCount()The list of rows that matched the query.java.util.List<GoogleAdsRow>getResultsList()The list of rows that matched the query.GoogleAdsRowOrBuildergetResultsOrBuilder(int index)The list of rows that matched the query.java.util.List<? extends GoogleAdsRowOrBuilder>getResultsOrBuilderList()The list of rows that matched the query.intgetSerializedSize()GoogleAdsRowgetSummaryRow()Summary row that contains summary of metrics in results.GoogleAdsRowOrBuildergetSummaryRowOrBuilder()Summary row that contains summary of metrics in results.com.google.protobuf.UnknownFieldSetgetUnknownFields()booleanhasFieldMask()FieldMask that represents what fields were requested by the user.inthashCode()booleanhasSummaryRow()Summary row that contains summary of metrics in results.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static SearchGoogleAdsStreamResponse.BuildernewBuilder()static SearchGoogleAdsStreamResponse.BuildernewBuilder(SearchGoogleAdsStreamResponse prototype)SearchGoogleAdsStreamResponse.BuildernewBuilderForType()protected SearchGoogleAdsStreamResponse.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected java.lang.ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static SearchGoogleAdsStreamResponseparseDelimitedFrom(java.io.InputStream input)static SearchGoogleAdsStreamResponseparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchGoogleAdsStreamResponseparseFrom(byte[] data)static SearchGoogleAdsStreamResponseparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchGoogleAdsStreamResponseparseFrom(com.google.protobuf.ByteString data)static SearchGoogleAdsStreamResponseparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchGoogleAdsStreamResponseparseFrom(com.google.protobuf.CodedInputStream input)static SearchGoogleAdsStreamResponseparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchGoogleAdsStreamResponseparseFrom(java.io.InputStream input)static SearchGoogleAdsStreamResponseparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchGoogleAdsStreamResponseparseFrom(java.nio.ByteBuffer data)static SearchGoogleAdsStreamResponseparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<SearchGoogleAdsStreamResponse>parser()SearchGoogleAdsStreamResponse.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, 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
-
RESULTS_FIELD_NUMBER
public static final int RESULTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FIELD_MASK_FIELD_NUMBER
public static final int FIELD_MASK_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SUMMARY_ROW_FIELD_NUMBER
public static final int SUMMARY_ROW_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REQUEST_ID_FIELD_NUMBER
public static final int REQUEST_ID_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
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin 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
-
getResultsList
public java.util.List<GoogleAdsRow> getResultsList()
The list of rows that matched the query.
repeated .google.ads.googleads.v10.services.GoogleAdsRow results = 1;- Specified by:
getResultsListin interfaceSearchGoogleAdsStreamResponseOrBuilder
-
getResultsOrBuilderList
public java.util.List<? extends GoogleAdsRowOrBuilder> getResultsOrBuilderList()
The list of rows that matched the query.
repeated .google.ads.googleads.v10.services.GoogleAdsRow results = 1;- Specified by:
getResultsOrBuilderListin interfaceSearchGoogleAdsStreamResponseOrBuilder
-
getResultsCount
public int getResultsCount()
The list of rows that matched the query.
repeated .google.ads.googleads.v10.services.GoogleAdsRow results = 1;- Specified by:
getResultsCountin interfaceSearchGoogleAdsStreamResponseOrBuilder
-
getResults
public GoogleAdsRow getResults(int index)
The list of rows that matched the query.
repeated .google.ads.googleads.v10.services.GoogleAdsRow results = 1;- Specified by:
getResultsin interfaceSearchGoogleAdsStreamResponseOrBuilder
-
getResultsOrBuilder
public GoogleAdsRowOrBuilder getResultsOrBuilder(int index)
The list of rows that matched the query.
repeated .google.ads.googleads.v10.services.GoogleAdsRow results = 1;- Specified by:
getResultsOrBuilderin interfaceSearchGoogleAdsStreamResponseOrBuilder
-
hasFieldMask
public boolean hasFieldMask()
FieldMask that represents what fields were requested by the user.
.google.protobuf.FieldMask field_mask = 2;- Specified by:
hasFieldMaskin interfaceSearchGoogleAdsStreamResponseOrBuilder- Returns:
- Whether the fieldMask field is set.
-
getFieldMask
public com.google.protobuf.FieldMask getFieldMask()
FieldMask that represents what fields were requested by the user.
.google.protobuf.FieldMask field_mask = 2;- Specified by:
getFieldMaskin interfaceSearchGoogleAdsStreamResponseOrBuilder- Returns:
- The fieldMask.
-
getFieldMaskOrBuilder
public com.google.protobuf.FieldMaskOrBuilder getFieldMaskOrBuilder()
FieldMask that represents what fields were requested by the user.
.google.protobuf.FieldMask field_mask = 2;- Specified by:
getFieldMaskOrBuilderin interfaceSearchGoogleAdsStreamResponseOrBuilder
-
hasSummaryRow
public boolean hasSummaryRow()
Summary row that contains summary of metrics in results. Summary of metrics means aggregation of metrics across all results, here aggregation could be sum, average, rate, etc.
.google.ads.googleads.v10.services.GoogleAdsRow summary_row = 3;- Specified by:
hasSummaryRowin interfaceSearchGoogleAdsStreamResponseOrBuilder- Returns:
- Whether the summaryRow field is set.
-
getSummaryRow
public GoogleAdsRow getSummaryRow()
Summary row that contains summary of metrics in results. Summary of metrics means aggregation of metrics across all results, here aggregation could be sum, average, rate, etc.
.google.ads.googleads.v10.services.GoogleAdsRow summary_row = 3;- Specified by:
getSummaryRowin interfaceSearchGoogleAdsStreamResponseOrBuilder- Returns:
- The summaryRow.
-
getSummaryRowOrBuilder
public GoogleAdsRowOrBuilder getSummaryRowOrBuilder()
Summary row that contains summary of metrics in results. Summary of metrics means aggregation of metrics across all results, here aggregation could be sum, average, rate, etc.
.google.ads.googleads.v10.services.GoogleAdsRow summary_row = 3;- Specified by:
getSummaryRowOrBuilderin interfaceSearchGoogleAdsStreamResponseOrBuilder
-
getRequestId
public java.lang.String getRequestId()
The unique id of the request that is used for debugging purposes.
string request_id = 4;- Specified by:
getRequestIdin interfaceSearchGoogleAdsStreamResponseOrBuilder- Returns:
- The requestId.
-
getRequestIdBytes
public com.google.protobuf.ByteString getRequestIdBytes()
The unique id of the request that is used for debugging purposes.
string request_id = 4;- Specified by:
getRequestIdBytesin interfaceSearchGoogleAdsStreamResponseOrBuilder- Returns:
- The bytes for requestId.
-
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 SearchGoogleAdsStreamResponse parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SearchGoogleAdsStreamResponse parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SearchGoogleAdsStreamResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SearchGoogleAdsStreamResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SearchGoogleAdsStreamResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SearchGoogleAdsStreamResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SearchGoogleAdsStreamResponse parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static SearchGoogleAdsStreamResponse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static SearchGoogleAdsStreamResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static SearchGoogleAdsStreamResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static SearchGoogleAdsStreamResponse parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static SearchGoogleAdsStreamResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public SearchGoogleAdsStreamResponse.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static SearchGoogleAdsStreamResponse.Builder newBuilder()
-
newBuilder
public static SearchGoogleAdsStreamResponse.Builder newBuilder(SearchGoogleAdsStreamResponse prototype)
-
toBuilder
public SearchGoogleAdsStreamResponse.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected SearchGoogleAdsStreamResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static SearchGoogleAdsStreamResponse getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<SearchGoogleAdsStreamResponse> parser()
-
getParserForType
public com.google.protobuf.Parser<SearchGoogleAdsStreamResponse> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public SearchGoogleAdsStreamResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-