public interface ListAudienceListsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AudienceList |
getAudienceLists(int index)
Each audience list for a property.
|
int |
getAudienceListsCount()
Each audience list for a property.
|
List<AudienceList> |
getAudienceListsList()
Each audience list for a property.
|
AudienceListOrBuilder |
getAudienceListsOrBuilder(int index)
Each audience list for a property.
|
List<? extends AudienceListOrBuilder> |
getAudienceListsOrBuilderList()
Each audience list for a property.
|
String |
getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page.
|
boolean |
hasNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<AudienceList> getAudienceListsList()
Each audience list for a property.
repeated .google.analytics.data.v1alpha.AudienceList audience_lists = 1;AudienceList getAudienceLists(int index)
Each audience list for a property.
repeated .google.analytics.data.v1alpha.AudienceList audience_lists = 1;int getAudienceListsCount()
Each audience list for a property.
repeated .google.analytics.data.v1alpha.AudienceList audience_lists = 1;List<? extends AudienceListOrBuilder> getAudienceListsOrBuilderList()
Each audience list for a property.
repeated .google.analytics.data.v1alpha.AudienceList audience_lists = 1;AudienceListOrBuilder getAudienceListsOrBuilder(int index)
Each audience list for a property.
repeated .google.analytics.data.v1alpha.AudienceList audience_lists = 1;boolean hasNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
optional string next_page_token = 2;String getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
optional string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
optional string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.