Namespace Google.Apis.AgenciesAndBrands.v1.Data
Classes
Date
Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
DateRange
A date range for a report.
DoubleList
A list of double values.
Empty
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
FetchReportResultRowsResponse
The response message for the fetch report result rows endpoint.
Field
A dimension or a metric in a report.
FieldFilter
A filter on a specific field.
Filter
A filter over one or more fields.
FilterList
A list of filters.
FixedDateRange
A date range between two fixed dates (inclusive of end date).
IntList
A list of integer values.
ListReportsResponse
Response object for ListReportsResponse containing matching Report objects.
MetricValueGroup
Contains all metric values requested for a single date range and set of column dimension values (returned in the columns field of the response). The order of the metrics in each field corresponds to the order of the metrics specified in the request.
Operation
This resource represents a long-running operation that is the result of a network API call.
Report
The Report resource.
ReportDefinition
The definition of how a report should be run.
ReportValue
Represents a single value in a report.
Row
A row of report data.
RunReportMetadata
RunReport operation metadata.
RunReportRequest
Request message for a running a report.
RunReportResponse
Response message for a completed RunReport operation.
Sort
Represents a sorting in a report.
Status
The Status type defines a logical error model that is suitable for different programming environments,
including REST APIs and RPC APIs. It is used by gRPC. Each Status message contains
three pieces of data: error code, error message, and error details. You can find out more about this error model
and how to work with it in the API Design Guide.
StringList
A list of string values.