public interface ListReportingDataAnnotationsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract 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.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract 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.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getReportingDataAnnotations(int index)
public abstract ReportingDataAnnotation getReportingDataAnnotations(int index)List of Reporting Data Annotations.
repeated .google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ReportingDataAnnotation |
|
getReportingDataAnnotationsCount()
public abstract int getReportingDataAnnotationsCount()List of Reporting Data Annotations.
repeated .google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotations = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getReportingDataAnnotationsList()
public abstract List<ReportingDataAnnotation> getReportingDataAnnotationsList()List of Reporting Data Annotations.
repeated .google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotations = 1;
| Returns | |
|---|---|
| Type | Description |
List<ReportingDataAnnotation> |
|
getReportingDataAnnotationsOrBuilder(int index)
public abstract ReportingDataAnnotationOrBuilder getReportingDataAnnotationsOrBuilder(int index)List of Reporting Data Annotations.
repeated .google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ReportingDataAnnotationOrBuilder |
|
getReportingDataAnnotationsOrBuilderList()
public abstract List<? extends ReportingDataAnnotationOrBuilder> getReportingDataAnnotationsOrBuilderList()List of Reporting Data Annotations.
repeated .google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotations = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.analytics.admin.v1alpha.ReportingDataAnnotationOrBuilder> |
|