@google-analytics/data 4.0.1 → 4.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/README.md +4 -0
- package/build/protos/google/analytics/data/v1alpha/analytics_data_api.proto +447 -81
- package/build/protos/google/analytics/data/v1alpha/data.proto +14 -5
- package/build/protos/protos.d.ts +942 -35
- package/build/protos/protos.js +3137 -883
- package/build/protos/protos.json +426 -19
- package/build/src/v1alpha/alpha_analytics_data_client.d.ts +418 -92
- package/build/src/v1alpha/alpha_analytics_data_client.js +261 -41
- package/build/src/v1alpha/alpha_analytics_data_client_config.json +20 -0
- package/package.json +6 -6
package/build/protos/protos.d.ts
CHANGED
|
@@ -3889,71 +3889,700 @@ export namespace google {
|
|
|
3889
3889
|
*/
|
|
3890
3890
|
public queryAudienceList(request: google.analytics.data.v1alpha.IQueryAudienceListRequest): Promise<google.analytics.data.v1alpha.QueryAudienceListResponse>;
|
|
3891
3891
|
|
|
3892
|
+
/**
|
|
3893
|
+
* Calls SheetExportAudienceList.
|
|
3894
|
+
* @param request SheetExportAudienceListRequest message or plain object
|
|
3895
|
+
* @param callback Node-style callback called with the error, if any, and SheetExportAudienceListResponse
|
|
3896
|
+
*/
|
|
3897
|
+
public sheetExportAudienceList(request: google.analytics.data.v1alpha.ISheetExportAudienceListRequest, callback: google.analytics.data.v1alpha.AlphaAnalyticsData.SheetExportAudienceListCallback): void;
|
|
3898
|
+
|
|
3899
|
+
/**
|
|
3900
|
+
* Calls SheetExportAudienceList.
|
|
3901
|
+
* @param request SheetExportAudienceListRequest message or plain object
|
|
3902
|
+
* @returns Promise
|
|
3903
|
+
*/
|
|
3904
|
+
public sheetExportAudienceList(request: google.analytics.data.v1alpha.ISheetExportAudienceListRequest): Promise<google.analytics.data.v1alpha.SheetExportAudienceListResponse>;
|
|
3905
|
+
|
|
3892
3906
|
/**
|
|
3893
3907
|
* Calls GetAudienceList.
|
|
3894
3908
|
* @param request GetAudienceListRequest message or plain object
|
|
3895
3909
|
* @param callback Node-style callback called with the error, if any, and AudienceList
|
|
3896
3910
|
*/
|
|
3897
|
-
public getAudienceList(request: google.analytics.data.v1alpha.IGetAudienceListRequest, callback: google.analytics.data.v1alpha.AlphaAnalyticsData.GetAudienceListCallback): void;
|
|
3911
|
+
public getAudienceList(request: google.analytics.data.v1alpha.IGetAudienceListRequest, callback: google.analytics.data.v1alpha.AlphaAnalyticsData.GetAudienceListCallback): void;
|
|
3912
|
+
|
|
3913
|
+
/**
|
|
3914
|
+
* Calls GetAudienceList.
|
|
3915
|
+
* @param request GetAudienceListRequest message or plain object
|
|
3916
|
+
* @returns Promise
|
|
3917
|
+
*/
|
|
3918
|
+
public getAudienceList(request: google.analytics.data.v1alpha.IGetAudienceListRequest): Promise<google.analytics.data.v1alpha.AudienceList>;
|
|
3919
|
+
|
|
3920
|
+
/**
|
|
3921
|
+
* Calls ListAudienceLists.
|
|
3922
|
+
* @param request ListAudienceListsRequest message or plain object
|
|
3923
|
+
* @param callback Node-style callback called with the error, if any, and ListAudienceListsResponse
|
|
3924
|
+
*/
|
|
3925
|
+
public listAudienceLists(request: google.analytics.data.v1alpha.IListAudienceListsRequest, callback: google.analytics.data.v1alpha.AlphaAnalyticsData.ListAudienceListsCallback): void;
|
|
3926
|
+
|
|
3927
|
+
/**
|
|
3928
|
+
* Calls ListAudienceLists.
|
|
3929
|
+
* @param request ListAudienceListsRequest message or plain object
|
|
3930
|
+
* @returns Promise
|
|
3931
|
+
*/
|
|
3932
|
+
public listAudienceLists(request: google.analytics.data.v1alpha.IListAudienceListsRequest): Promise<google.analytics.data.v1alpha.ListAudienceListsResponse>;
|
|
3933
|
+
|
|
3934
|
+
/**
|
|
3935
|
+
* Calls CreateRecurringAudienceList.
|
|
3936
|
+
* @param request CreateRecurringAudienceListRequest message or plain object
|
|
3937
|
+
* @param callback Node-style callback called with the error, if any, and RecurringAudienceList
|
|
3938
|
+
*/
|
|
3939
|
+
public createRecurringAudienceList(request: google.analytics.data.v1alpha.ICreateRecurringAudienceListRequest, callback: google.analytics.data.v1alpha.AlphaAnalyticsData.CreateRecurringAudienceListCallback): void;
|
|
3940
|
+
|
|
3941
|
+
/**
|
|
3942
|
+
* Calls CreateRecurringAudienceList.
|
|
3943
|
+
* @param request CreateRecurringAudienceListRequest message or plain object
|
|
3944
|
+
* @returns Promise
|
|
3945
|
+
*/
|
|
3946
|
+
public createRecurringAudienceList(request: google.analytics.data.v1alpha.ICreateRecurringAudienceListRequest): Promise<google.analytics.data.v1alpha.RecurringAudienceList>;
|
|
3947
|
+
|
|
3948
|
+
/**
|
|
3949
|
+
* Calls GetRecurringAudienceList.
|
|
3950
|
+
* @param request GetRecurringAudienceListRequest message or plain object
|
|
3951
|
+
* @param callback Node-style callback called with the error, if any, and RecurringAudienceList
|
|
3952
|
+
*/
|
|
3953
|
+
public getRecurringAudienceList(request: google.analytics.data.v1alpha.IGetRecurringAudienceListRequest, callback: google.analytics.data.v1alpha.AlphaAnalyticsData.GetRecurringAudienceListCallback): void;
|
|
3954
|
+
|
|
3955
|
+
/**
|
|
3956
|
+
* Calls GetRecurringAudienceList.
|
|
3957
|
+
* @param request GetRecurringAudienceListRequest message or plain object
|
|
3958
|
+
* @returns Promise
|
|
3959
|
+
*/
|
|
3960
|
+
public getRecurringAudienceList(request: google.analytics.data.v1alpha.IGetRecurringAudienceListRequest): Promise<google.analytics.data.v1alpha.RecurringAudienceList>;
|
|
3961
|
+
|
|
3962
|
+
/**
|
|
3963
|
+
* Calls ListRecurringAudienceLists.
|
|
3964
|
+
* @param request ListRecurringAudienceListsRequest message or plain object
|
|
3965
|
+
* @param callback Node-style callback called with the error, if any, and ListRecurringAudienceListsResponse
|
|
3966
|
+
*/
|
|
3967
|
+
public listRecurringAudienceLists(request: google.analytics.data.v1alpha.IListRecurringAudienceListsRequest, callback: google.analytics.data.v1alpha.AlphaAnalyticsData.ListRecurringAudienceListsCallback): void;
|
|
3968
|
+
|
|
3969
|
+
/**
|
|
3970
|
+
* Calls ListRecurringAudienceLists.
|
|
3971
|
+
* @param request ListRecurringAudienceListsRequest message or plain object
|
|
3972
|
+
* @returns Promise
|
|
3973
|
+
*/
|
|
3974
|
+
public listRecurringAudienceLists(request: google.analytics.data.v1alpha.IListRecurringAudienceListsRequest): Promise<google.analytics.data.v1alpha.ListRecurringAudienceListsResponse>;
|
|
3975
|
+
}
|
|
3976
|
+
|
|
3977
|
+
namespace AlphaAnalyticsData {
|
|
3978
|
+
|
|
3979
|
+
/**
|
|
3980
|
+
* Callback as used by {@link google.analytics.data.v1alpha.AlphaAnalyticsData|runFunnelReport}.
|
|
3981
|
+
* @param error Error, if any
|
|
3982
|
+
* @param [response] RunFunnelReportResponse
|
|
3983
|
+
*/
|
|
3984
|
+
type RunFunnelReportCallback = (error: (Error|null), response?: google.analytics.data.v1alpha.RunFunnelReportResponse) => void;
|
|
3985
|
+
|
|
3986
|
+
/**
|
|
3987
|
+
* Callback as used by {@link google.analytics.data.v1alpha.AlphaAnalyticsData|createAudienceList}.
|
|
3988
|
+
* @param error Error, if any
|
|
3989
|
+
* @param [response] Operation
|
|
3990
|
+
*/
|
|
3991
|
+
type CreateAudienceListCallback = (error: (Error|null), response?: google.longrunning.Operation) => void;
|
|
3992
|
+
|
|
3993
|
+
/**
|
|
3994
|
+
* Callback as used by {@link google.analytics.data.v1alpha.AlphaAnalyticsData|queryAudienceList}.
|
|
3995
|
+
* @param error Error, if any
|
|
3996
|
+
* @param [response] QueryAudienceListResponse
|
|
3997
|
+
*/
|
|
3998
|
+
type QueryAudienceListCallback = (error: (Error|null), response?: google.analytics.data.v1alpha.QueryAudienceListResponse) => void;
|
|
3999
|
+
|
|
4000
|
+
/**
|
|
4001
|
+
* Callback as used by {@link google.analytics.data.v1alpha.AlphaAnalyticsData|sheetExportAudienceList}.
|
|
4002
|
+
* @param error Error, if any
|
|
4003
|
+
* @param [response] SheetExportAudienceListResponse
|
|
4004
|
+
*/
|
|
4005
|
+
type SheetExportAudienceListCallback = (error: (Error|null), response?: google.analytics.data.v1alpha.SheetExportAudienceListResponse) => void;
|
|
4006
|
+
|
|
4007
|
+
/**
|
|
4008
|
+
* Callback as used by {@link google.analytics.data.v1alpha.AlphaAnalyticsData|getAudienceList}.
|
|
4009
|
+
* @param error Error, if any
|
|
4010
|
+
* @param [response] AudienceList
|
|
4011
|
+
*/
|
|
4012
|
+
type GetAudienceListCallback = (error: (Error|null), response?: google.analytics.data.v1alpha.AudienceList) => void;
|
|
4013
|
+
|
|
4014
|
+
/**
|
|
4015
|
+
* Callback as used by {@link google.analytics.data.v1alpha.AlphaAnalyticsData|listAudienceLists}.
|
|
4016
|
+
* @param error Error, if any
|
|
4017
|
+
* @param [response] ListAudienceListsResponse
|
|
4018
|
+
*/
|
|
4019
|
+
type ListAudienceListsCallback = (error: (Error|null), response?: google.analytics.data.v1alpha.ListAudienceListsResponse) => void;
|
|
4020
|
+
|
|
4021
|
+
/**
|
|
4022
|
+
* Callback as used by {@link google.analytics.data.v1alpha.AlphaAnalyticsData|createRecurringAudienceList}.
|
|
4023
|
+
* @param error Error, if any
|
|
4024
|
+
* @param [response] RecurringAudienceList
|
|
4025
|
+
*/
|
|
4026
|
+
type CreateRecurringAudienceListCallback = (error: (Error|null), response?: google.analytics.data.v1alpha.RecurringAudienceList) => void;
|
|
4027
|
+
|
|
4028
|
+
/**
|
|
4029
|
+
* Callback as used by {@link google.analytics.data.v1alpha.AlphaAnalyticsData|getRecurringAudienceList}.
|
|
4030
|
+
* @param error Error, if any
|
|
4031
|
+
* @param [response] RecurringAudienceList
|
|
4032
|
+
*/
|
|
4033
|
+
type GetRecurringAudienceListCallback = (error: (Error|null), response?: google.analytics.data.v1alpha.RecurringAudienceList) => void;
|
|
4034
|
+
|
|
4035
|
+
/**
|
|
4036
|
+
* Callback as used by {@link google.analytics.data.v1alpha.AlphaAnalyticsData|listRecurringAudienceLists}.
|
|
4037
|
+
* @param error Error, if any
|
|
4038
|
+
* @param [response] ListRecurringAudienceListsResponse
|
|
4039
|
+
*/
|
|
4040
|
+
type ListRecurringAudienceListsCallback = (error: (Error|null), response?: google.analytics.data.v1alpha.ListRecurringAudienceListsResponse) => void;
|
|
4041
|
+
}
|
|
4042
|
+
|
|
4043
|
+
/** Properties of a CreateRecurringAudienceListRequest. */
|
|
4044
|
+
interface ICreateRecurringAudienceListRequest {
|
|
4045
|
+
|
|
4046
|
+
/** CreateRecurringAudienceListRequest parent */
|
|
4047
|
+
parent?: (string|null);
|
|
4048
|
+
|
|
4049
|
+
/** CreateRecurringAudienceListRequest recurringAudienceList */
|
|
4050
|
+
recurringAudienceList?: (google.analytics.data.v1alpha.IRecurringAudienceList|null);
|
|
4051
|
+
}
|
|
4052
|
+
|
|
4053
|
+
/** Represents a CreateRecurringAudienceListRequest. */
|
|
4054
|
+
class CreateRecurringAudienceListRequest implements ICreateRecurringAudienceListRequest {
|
|
4055
|
+
|
|
4056
|
+
/**
|
|
4057
|
+
* Constructs a new CreateRecurringAudienceListRequest.
|
|
4058
|
+
* @param [properties] Properties to set
|
|
4059
|
+
*/
|
|
4060
|
+
constructor(properties?: google.analytics.data.v1alpha.ICreateRecurringAudienceListRequest);
|
|
4061
|
+
|
|
4062
|
+
/** CreateRecurringAudienceListRequest parent. */
|
|
4063
|
+
public parent: string;
|
|
4064
|
+
|
|
4065
|
+
/** CreateRecurringAudienceListRequest recurringAudienceList. */
|
|
4066
|
+
public recurringAudienceList?: (google.analytics.data.v1alpha.IRecurringAudienceList|null);
|
|
4067
|
+
|
|
4068
|
+
/**
|
|
4069
|
+
* Creates a new CreateRecurringAudienceListRequest instance using the specified properties.
|
|
4070
|
+
* @param [properties] Properties to set
|
|
4071
|
+
* @returns CreateRecurringAudienceListRequest instance
|
|
4072
|
+
*/
|
|
4073
|
+
public static create(properties?: google.analytics.data.v1alpha.ICreateRecurringAudienceListRequest): google.analytics.data.v1alpha.CreateRecurringAudienceListRequest;
|
|
4074
|
+
|
|
4075
|
+
/**
|
|
4076
|
+
* Encodes the specified CreateRecurringAudienceListRequest message. Does not implicitly {@link google.analytics.data.v1alpha.CreateRecurringAudienceListRequest.verify|verify} messages.
|
|
4077
|
+
* @param message CreateRecurringAudienceListRequest message or plain object to encode
|
|
4078
|
+
* @param [writer] Writer to encode to
|
|
4079
|
+
* @returns Writer
|
|
4080
|
+
*/
|
|
4081
|
+
public static encode(message: google.analytics.data.v1alpha.ICreateRecurringAudienceListRequest, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
4082
|
+
|
|
4083
|
+
/**
|
|
4084
|
+
* Encodes the specified CreateRecurringAudienceListRequest message, length delimited. Does not implicitly {@link google.analytics.data.v1alpha.CreateRecurringAudienceListRequest.verify|verify} messages.
|
|
4085
|
+
* @param message CreateRecurringAudienceListRequest message or plain object to encode
|
|
4086
|
+
* @param [writer] Writer to encode to
|
|
4087
|
+
* @returns Writer
|
|
4088
|
+
*/
|
|
4089
|
+
public static encodeDelimited(message: google.analytics.data.v1alpha.ICreateRecurringAudienceListRequest, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
4090
|
+
|
|
4091
|
+
/**
|
|
4092
|
+
* Decodes a CreateRecurringAudienceListRequest message from the specified reader or buffer.
|
|
4093
|
+
* @param reader Reader or buffer to decode from
|
|
4094
|
+
* @param [length] Message length if known beforehand
|
|
4095
|
+
* @returns CreateRecurringAudienceListRequest
|
|
4096
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
4097
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
4098
|
+
*/
|
|
4099
|
+
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.analytics.data.v1alpha.CreateRecurringAudienceListRequest;
|
|
4100
|
+
|
|
4101
|
+
/**
|
|
4102
|
+
* Decodes a CreateRecurringAudienceListRequest message from the specified reader or buffer, length delimited.
|
|
4103
|
+
* @param reader Reader or buffer to decode from
|
|
4104
|
+
* @returns CreateRecurringAudienceListRequest
|
|
4105
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
4106
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
4107
|
+
*/
|
|
4108
|
+
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.analytics.data.v1alpha.CreateRecurringAudienceListRequest;
|
|
4109
|
+
|
|
4110
|
+
/**
|
|
4111
|
+
* Verifies a CreateRecurringAudienceListRequest message.
|
|
4112
|
+
* @param message Plain object to verify
|
|
4113
|
+
* @returns `null` if valid, otherwise the reason why it is not
|
|
4114
|
+
*/
|
|
4115
|
+
public static verify(message: { [k: string]: any }): (string|null);
|
|
4116
|
+
|
|
4117
|
+
/**
|
|
4118
|
+
* Creates a CreateRecurringAudienceListRequest message from a plain object. Also converts values to their respective internal types.
|
|
4119
|
+
* @param object Plain object
|
|
4120
|
+
* @returns CreateRecurringAudienceListRequest
|
|
4121
|
+
*/
|
|
4122
|
+
public static fromObject(object: { [k: string]: any }): google.analytics.data.v1alpha.CreateRecurringAudienceListRequest;
|
|
4123
|
+
|
|
4124
|
+
/**
|
|
4125
|
+
* Creates a plain object from a CreateRecurringAudienceListRequest message. Also converts values to other types if specified.
|
|
4126
|
+
* @param message CreateRecurringAudienceListRequest
|
|
4127
|
+
* @param [options] Conversion options
|
|
4128
|
+
* @returns Plain object
|
|
4129
|
+
*/
|
|
4130
|
+
public static toObject(message: google.analytics.data.v1alpha.CreateRecurringAudienceListRequest, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
|
4131
|
+
|
|
4132
|
+
/**
|
|
4133
|
+
* Converts this CreateRecurringAudienceListRequest to JSON.
|
|
4134
|
+
* @returns JSON object
|
|
4135
|
+
*/
|
|
4136
|
+
public toJSON(): { [k: string]: any };
|
|
4137
|
+
|
|
4138
|
+
/**
|
|
4139
|
+
* Gets the default type url for CreateRecurringAudienceListRequest
|
|
4140
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
4141
|
+
* @returns The default type url
|
|
4142
|
+
*/
|
|
4143
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
4144
|
+
}
|
|
4145
|
+
|
|
4146
|
+
/** Properties of a RecurringAudienceList. */
|
|
4147
|
+
interface IRecurringAudienceList {
|
|
4148
|
+
|
|
4149
|
+
/** RecurringAudienceList name */
|
|
4150
|
+
name?: (string|null);
|
|
4151
|
+
|
|
4152
|
+
/** RecurringAudienceList audience */
|
|
4153
|
+
audience?: (string|null);
|
|
4154
|
+
|
|
4155
|
+
/** RecurringAudienceList audienceDisplayName */
|
|
4156
|
+
audienceDisplayName?: (string|null);
|
|
4157
|
+
|
|
4158
|
+
/** RecurringAudienceList dimensions */
|
|
4159
|
+
dimensions?: (google.analytics.data.v1alpha.IAudienceDimension[]|null);
|
|
4160
|
+
|
|
4161
|
+
/** RecurringAudienceList activeDaysRemaining */
|
|
4162
|
+
activeDaysRemaining?: (number|null);
|
|
4163
|
+
|
|
4164
|
+
/** RecurringAudienceList audienceLists */
|
|
4165
|
+
audienceLists?: (string[]|null);
|
|
4166
|
+
}
|
|
4167
|
+
|
|
4168
|
+
/** Represents a RecurringAudienceList. */
|
|
4169
|
+
class RecurringAudienceList implements IRecurringAudienceList {
|
|
4170
|
+
|
|
4171
|
+
/**
|
|
4172
|
+
* Constructs a new RecurringAudienceList.
|
|
4173
|
+
* @param [properties] Properties to set
|
|
4174
|
+
*/
|
|
4175
|
+
constructor(properties?: google.analytics.data.v1alpha.IRecurringAudienceList);
|
|
4176
|
+
|
|
4177
|
+
/** RecurringAudienceList name. */
|
|
4178
|
+
public name: string;
|
|
4179
|
+
|
|
4180
|
+
/** RecurringAudienceList audience. */
|
|
4181
|
+
public audience: string;
|
|
4182
|
+
|
|
4183
|
+
/** RecurringAudienceList audienceDisplayName. */
|
|
4184
|
+
public audienceDisplayName: string;
|
|
4185
|
+
|
|
4186
|
+
/** RecurringAudienceList dimensions. */
|
|
4187
|
+
public dimensions: google.analytics.data.v1alpha.IAudienceDimension[];
|
|
4188
|
+
|
|
4189
|
+
/** RecurringAudienceList activeDaysRemaining. */
|
|
4190
|
+
public activeDaysRemaining?: (number|null);
|
|
4191
|
+
|
|
4192
|
+
/** RecurringAudienceList audienceLists. */
|
|
4193
|
+
public audienceLists: string[];
|
|
4194
|
+
|
|
4195
|
+
/** RecurringAudienceList _activeDaysRemaining. */
|
|
4196
|
+
public _activeDaysRemaining?: "activeDaysRemaining";
|
|
4197
|
+
|
|
4198
|
+
/**
|
|
4199
|
+
* Creates a new RecurringAudienceList instance using the specified properties.
|
|
4200
|
+
* @param [properties] Properties to set
|
|
4201
|
+
* @returns RecurringAudienceList instance
|
|
4202
|
+
*/
|
|
4203
|
+
public static create(properties?: google.analytics.data.v1alpha.IRecurringAudienceList): google.analytics.data.v1alpha.RecurringAudienceList;
|
|
4204
|
+
|
|
4205
|
+
/**
|
|
4206
|
+
* Encodes the specified RecurringAudienceList message. Does not implicitly {@link google.analytics.data.v1alpha.RecurringAudienceList.verify|verify} messages.
|
|
4207
|
+
* @param message RecurringAudienceList message or plain object to encode
|
|
4208
|
+
* @param [writer] Writer to encode to
|
|
4209
|
+
* @returns Writer
|
|
4210
|
+
*/
|
|
4211
|
+
public static encode(message: google.analytics.data.v1alpha.IRecurringAudienceList, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
4212
|
+
|
|
4213
|
+
/**
|
|
4214
|
+
* Encodes the specified RecurringAudienceList message, length delimited. Does not implicitly {@link google.analytics.data.v1alpha.RecurringAudienceList.verify|verify} messages.
|
|
4215
|
+
* @param message RecurringAudienceList message or plain object to encode
|
|
4216
|
+
* @param [writer] Writer to encode to
|
|
4217
|
+
* @returns Writer
|
|
4218
|
+
*/
|
|
4219
|
+
public static encodeDelimited(message: google.analytics.data.v1alpha.IRecurringAudienceList, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
4220
|
+
|
|
4221
|
+
/**
|
|
4222
|
+
* Decodes a RecurringAudienceList message from the specified reader or buffer.
|
|
4223
|
+
* @param reader Reader or buffer to decode from
|
|
4224
|
+
* @param [length] Message length if known beforehand
|
|
4225
|
+
* @returns RecurringAudienceList
|
|
4226
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
4227
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
4228
|
+
*/
|
|
4229
|
+
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.analytics.data.v1alpha.RecurringAudienceList;
|
|
4230
|
+
|
|
4231
|
+
/**
|
|
4232
|
+
* Decodes a RecurringAudienceList message from the specified reader or buffer, length delimited.
|
|
4233
|
+
* @param reader Reader or buffer to decode from
|
|
4234
|
+
* @returns RecurringAudienceList
|
|
4235
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
4236
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
4237
|
+
*/
|
|
4238
|
+
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.analytics.data.v1alpha.RecurringAudienceList;
|
|
4239
|
+
|
|
4240
|
+
/**
|
|
4241
|
+
* Verifies a RecurringAudienceList message.
|
|
4242
|
+
* @param message Plain object to verify
|
|
4243
|
+
* @returns `null` if valid, otherwise the reason why it is not
|
|
4244
|
+
*/
|
|
4245
|
+
public static verify(message: { [k: string]: any }): (string|null);
|
|
4246
|
+
|
|
4247
|
+
/**
|
|
4248
|
+
* Creates a RecurringAudienceList message from a plain object. Also converts values to their respective internal types.
|
|
4249
|
+
* @param object Plain object
|
|
4250
|
+
* @returns RecurringAudienceList
|
|
4251
|
+
*/
|
|
4252
|
+
public static fromObject(object: { [k: string]: any }): google.analytics.data.v1alpha.RecurringAudienceList;
|
|
4253
|
+
|
|
4254
|
+
/**
|
|
4255
|
+
* Creates a plain object from a RecurringAudienceList message. Also converts values to other types if specified.
|
|
4256
|
+
* @param message RecurringAudienceList
|
|
4257
|
+
* @param [options] Conversion options
|
|
4258
|
+
* @returns Plain object
|
|
4259
|
+
*/
|
|
4260
|
+
public static toObject(message: google.analytics.data.v1alpha.RecurringAudienceList, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
|
4261
|
+
|
|
4262
|
+
/**
|
|
4263
|
+
* Converts this RecurringAudienceList to JSON.
|
|
4264
|
+
* @returns JSON object
|
|
4265
|
+
*/
|
|
4266
|
+
public toJSON(): { [k: string]: any };
|
|
4267
|
+
|
|
4268
|
+
/**
|
|
4269
|
+
* Gets the default type url for RecurringAudienceList
|
|
4270
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
4271
|
+
* @returns The default type url
|
|
4272
|
+
*/
|
|
4273
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
4274
|
+
}
|
|
4275
|
+
|
|
4276
|
+
/** Properties of a GetRecurringAudienceListRequest. */
|
|
4277
|
+
interface IGetRecurringAudienceListRequest {
|
|
4278
|
+
|
|
4279
|
+
/** GetRecurringAudienceListRequest name */
|
|
4280
|
+
name?: (string|null);
|
|
4281
|
+
}
|
|
4282
|
+
|
|
4283
|
+
/** Represents a GetRecurringAudienceListRequest. */
|
|
4284
|
+
class GetRecurringAudienceListRequest implements IGetRecurringAudienceListRequest {
|
|
4285
|
+
|
|
4286
|
+
/**
|
|
4287
|
+
* Constructs a new GetRecurringAudienceListRequest.
|
|
4288
|
+
* @param [properties] Properties to set
|
|
4289
|
+
*/
|
|
4290
|
+
constructor(properties?: google.analytics.data.v1alpha.IGetRecurringAudienceListRequest);
|
|
4291
|
+
|
|
4292
|
+
/** GetRecurringAudienceListRequest name. */
|
|
4293
|
+
public name: string;
|
|
4294
|
+
|
|
4295
|
+
/**
|
|
4296
|
+
* Creates a new GetRecurringAudienceListRequest instance using the specified properties.
|
|
4297
|
+
* @param [properties] Properties to set
|
|
4298
|
+
* @returns GetRecurringAudienceListRequest instance
|
|
4299
|
+
*/
|
|
4300
|
+
public static create(properties?: google.analytics.data.v1alpha.IGetRecurringAudienceListRequest): google.analytics.data.v1alpha.GetRecurringAudienceListRequest;
|
|
4301
|
+
|
|
4302
|
+
/**
|
|
4303
|
+
* Encodes the specified GetRecurringAudienceListRequest message. Does not implicitly {@link google.analytics.data.v1alpha.GetRecurringAudienceListRequest.verify|verify} messages.
|
|
4304
|
+
* @param message GetRecurringAudienceListRequest message or plain object to encode
|
|
4305
|
+
* @param [writer] Writer to encode to
|
|
4306
|
+
* @returns Writer
|
|
4307
|
+
*/
|
|
4308
|
+
public static encode(message: google.analytics.data.v1alpha.IGetRecurringAudienceListRequest, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
4309
|
+
|
|
4310
|
+
/**
|
|
4311
|
+
* Encodes the specified GetRecurringAudienceListRequest message, length delimited. Does not implicitly {@link google.analytics.data.v1alpha.GetRecurringAudienceListRequest.verify|verify} messages.
|
|
4312
|
+
* @param message GetRecurringAudienceListRequest message or plain object to encode
|
|
4313
|
+
* @param [writer] Writer to encode to
|
|
4314
|
+
* @returns Writer
|
|
4315
|
+
*/
|
|
4316
|
+
public static encodeDelimited(message: google.analytics.data.v1alpha.IGetRecurringAudienceListRequest, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
4317
|
+
|
|
4318
|
+
/**
|
|
4319
|
+
* Decodes a GetRecurringAudienceListRequest message from the specified reader or buffer.
|
|
4320
|
+
* @param reader Reader or buffer to decode from
|
|
4321
|
+
* @param [length] Message length if known beforehand
|
|
4322
|
+
* @returns GetRecurringAudienceListRequest
|
|
4323
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
4324
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
4325
|
+
*/
|
|
4326
|
+
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.analytics.data.v1alpha.GetRecurringAudienceListRequest;
|
|
4327
|
+
|
|
4328
|
+
/**
|
|
4329
|
+
* Decodes a GetRecurringAudienceListRequest message from the specified reader or buffer, length delimited.
|
|
4330
|
+
* @param reader Reader or buffer to decode from
|
|
4331
|
+
* @returns GetRecurringAudienceListRequest
|
|
4332
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
4333
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
4334
|
+
*/
|
|
4335
|
+
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.analytics.data.v1alpha.GetRecurringAudienceListRequest;
|
|
4336
|
+
|
|
4337
|
+
/**
|
|
4338
|
+
* Verifies a GetRecurringAudienceListRequest message.
|
|
4339
|
+
* @param message Plain object to verify
|
|
4340
|
+
* @returns `null` if valid, otherwise the reason why it is not
|
|
4341
|
+
*/
|
|
4342
|
+
public static verify(message: { [k: string]: any }): (string|null);
|
|
4343
|
+
|
|
4344
|
+
/**
|
|
4345
|
+
* Creates a GetRecurringAudienceListRequest message from a plain object. Also converts values to their respective internal types.
|
|
4346
|
+
* @param object Plain object
|
|
4347
|
+
* @returns GetRecurringAudienceListRequest
|
|
4348
|
+
*/
|
|
4349
|
+
public static fromObject(object: { [k: string]: any }): google.analytics.data.v1alpha.GetRecurringAudienceListRequest;
|
|
4350
|
+
|
|
4351
|
+
/**
|
|
4352
|
+
* Creates a plain object from a GetRecurringAudienceListRequest message. Also converts values to other types if specified.
|
|
4353
|
+
* @param message GetRecurringAudienceListRequest
|
|
4354
|
+
* @param [options] Conversion options
|
|
4355
|
+
* @returns Plain object
|
|
4356
|
+
*/
|
|
4357
|
+
public static toObject(message: google.analytics.data.v1alpha.GetRecurringAudienceListRequest, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
|
4358
|
+
|
|
4359
|
+
/**
|
|
4360
|
+
* Converts this GetRecurringAudienceListRequest to JSON.
|
|
4361
|
+
* @returns JSON object
|
|
4362
|
+
*/
|
|
4363
|
+
public toJSON(): { [k: string]: any };
|
|
4364
|
+
|
|
4365
|
+
/**
|
|
4366
|
+
* Gets the default type url for GetRecurringAudienceListRequest
|
|
4367
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
4368
|
+
* @returns The default type url
|
|
4369
|
+
*/
|
|
4370
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
4371
|
+
}
|
|
4372
|
+
|
|
4373
|
+
/** Properties of a ListRecurringAudienceListsRequest. */
|
|
4374
|
+
interface IListRecurringAudienceListsRequest {
|
|
4375
|
+
|
|
4376
|
+
/** ListRecurringAudienceListsRequest parent */
|
|
4377
|
+
parent?: (string|null);
|
|
4378
|
+
|
|
4379
|
+
/** ListRecurringAudienceListsRequest pageSize */
|
|
4380
|
+
pageSize?: (number|null);
|
|
4381
|
+
|
|
4382
|
+
/** ListRecurringAudienceListsRequest pageToken */
|
|
4383
|
+
pageToken?: (string|null);
|
|
4384
|
+
}
|
|
4385
|
+
|
|
4386
|
+
/** Represents a ListRecurringAudienceListsRequest. */
|
|
4387
|
+
class ListRecurringAudienceListsRequest implements IListRecurringAudienceListsRequest {
|
|
4388
|
+
|
|
4389
|
+
/**
|
|
4390
|
+
* Constructs a new ListRecurringAudienceListsRequest.
|
|
4391
|
+
* @param [properties] Properties to set
|
|
4392
|
+
*/
|
|
4393
|
+
constructor(properties?: google.analytics.data.v1alpha.IListRecurringAudienceListsRequest);
|
|
4394
|
+
|
|
4395
|
+
/** ListRecurringAudienceListsRequest parent. */
|
|
4396
|
+
public parent: string;
|
|
4397
|
+
|
|
4398
|
+
/** ListRecurringAudienceListsRequest pageSize. */
|
|
4399
|
+
public pageSize: number;
|
|
4400
|
+
|
|
4401
|
+
/** ListRecurringAudienceListsRequest pageToken. */
|
|
4402
|
+
public pageToken: string;
|
|
4403
|
+
|
|
4404
|
+
/**
|
|
4405
|
+
* Creates a new ListRecurringAudienceListsRequest instance using the specified properties.
|
|
4406
|
+
* @param [properties] Properties to set
|
|
4407
|
+
* @returns ListRecurringAudienceListsRequest instance
|
|
4408
|
+
*/
|
|
4409
|
+
public static create(properties?: google.analytics.data.v1alpha.IListRecurringAudienceListsRequest): google.analytics.data.v1alpha.ListRecurringAudienceListsRequest;
|
|
4410
|
+
|
|
4411
|
+
/**
|
|
4412
|
+
* Encodes the specified ListRecurringAudienceListsRequest message. Does not implicitly {@link google.analytics.data.v1alpha.ListRecurringAudienceListsRequest.verify|verify} messages.
|
|
4413
|
+
* @param message ListRecurringAudienceListsRequest message or plain object to encode
|
|
4414
|
+
* @param [writer] Writer to encode to
|
|
4415
|
+
* @returns Writer
|
|
4416
|
+
*/
|
|
4417
|
+
public static encode(message: google.analytics.data.v1alpha.IListRecurringAudienceListsRequest, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
4418
|
+
|
|
4419
|
+
/**
|
|
4420
|
+
* Encodes the specified ListRecurringAudienceListsRequest message, length delimited. Does not implicitly {@link google.analytics.data.v1alpha.ListRecurringAudienceListsRequest.verify|verify} messages.
|
|
4421
|
+
* @param message ListRecurringAudienceListsRequest message or plain object to encode
|
|
4422
|
+
* @param [writer] Writer to encode to
|
|
4423
|
+
* @returns Writer
|
|
4424
|
+
*/
|
|
4425
|
+
public static encodeDelimited(message: google.analytics.data.v1alpha.IListRecurringAudienceListsRequest, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
4426
|
+
|
|
4427
|
+
/**
|
|
4428
|
+
* Decodes a ListRecurringAudienceListsRequest message from the specified reader or buffer.
|
|
4429
|
+
* @param reader Reader or buffer to decode from
|
|
4430
|
+
* @param [length] Message length if known beforehand
|
|
4431
|
+
* @returns ListRecurringAudienceListsRequest
|
|
4432
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
4433
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
4434
|
+
*/
|
|
4435
|
+
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.analytics.data.v1alpha.ListRecurringAudienceListsRequest;
|
|
4436
|
+
|
|
4437
|
+
/**
|
|
4438
|
+
* Decodes a ListRecurringAudienceListsRequest message from the specified reader or buffer, length delimited.
|
|
4439
|
+
* @param reader Reader or buffer to decode from
|
|
4440
|
+
* @returns ListRecurringAudienceListsRequest
|
|
4441
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
4442
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
4443
|
+
*/
|
|
4444
|
+
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.analytics.data.v1alpha.ListRecurringAudienceListsRequest;
|
|
4445
|
+
|
|
4446
|
+
/**
|
|
4447
|
+
* Verifies a ListRecurringAudienceListsRequest message.
|
|
4448
|
+
* @param message Plain object to verify
|
|
4449
|
+
* @returns `null` if valid, otherwise the reason why it is not
|
|
4450
|
+
*/
|
|
4451
|
+
public static verify(message: { [k: string]: any }): (string|null);
|
|
4452
|
+
|
|
4453
|
+
/**
|
|
4454
|
+
* Creates a ListRecurringAudienceListsRequest message from a plain object. Also converts values to their respective internal types.
|
|
4455
|
+
* @param object Plain object
|
|
4456
|
+
* @returns ListRecurringAudienceListsRequest
|
|
4457
|
+
*/
|
|
4458
|
+
public static fromObject(object: { [k: string]: any }): google.analytics.data.v1alpha.ListRecurringAudienceListsRequest;
|
|
4459
|
+
|
|
4460
|
+
/**
|
|
4461
|
+
* Creates a plain object from a ListRecurringAudienceListsRequest message. Also converts values to other types if specified.
|
|
4462
|
+
* @param message ListRecurringAudienceListsRequest
|
|
4463
|
+
* @param [options] Conversion options
|
|
4464
|
+
* @returns Plain object
|
|
4465
|
+
*/
|
|
4466
|
+
public static toObject(message: google.analytics.data.v1alpha.ListRecurringAudienceListsRequest, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
|
4467
|
+
|
|
4468
|
+
/**
|
|
4469
|
+
* Converts this ListRecurringAudienceListsRequest to JSON.
|
|
4470
|
+
* @returns JSON object
|
|
4471
|
+
*/
|
|
4472
|
+
public toJSON(): { [k: string]: any };
|
|
3898
4473
|
|
|
3899
4474
|
/**
|
|
3900
|
-
*
|
|
3901
|
-
* @param
|
|
3902
|
-
* @returns
|
|
4475
|
+
* Gets the default type url for ListRecurringAudienceListsRequest
|
|
4476
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
4477
|
+
* @returns The default type url
|
|
3903
4478
|
*/
|
|
3904
|
-
public
|
|
4479
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
4480
|
+
}
|
|
4481
|
+
|
|
4482
|
+
/** Properties of a ListRecurringAudienceListsResponse. */
|
|
4483
|
+
interface IListRecurringAudienceListsResponse {
|
|
4484
|
+
|
|
4485
|
+
/** ListRecurringAudienceListsResponse recurringAudienceLists */
|
|
4486
|
+
recurringAudienceLists?: (google.analytics.data.v1alpha.IRecurringAudienceList[]|null);
|
|
4487
|
+
|
|
4488
|
+
/** ListRecurringAudienceListsResponse nextPageToken */
|
|
4489
|
+
nextPageToken?: (string|null);
|
|
4490
|
+
}
|
|
4491
|
+
|
|
4492
|
+
/** Represents a ListRecurringAudienceListsResponse. */
|
|
4493
|
+
class ListRecurringAudienceListsResponse implements IListRecurringAudienceListsResponse {
|
|
3905
4494
|
|
|
3906
4495
|
/**
|
|
3907
|
-
*
|
|
3908
|
-
* @param
|
|
3909
|
-
* @param callback Node-style callback called with the error, if any, and ListAudienceListsResponse
|
|
4496
|
+
* Constructs a new ListRecurringAudienceListsResponse.
|
|
4497
|
+
* @param [properties] Properties to set
|
|
3910
4498
|
*/
|
|
3911
|
-
|
|
4499
|
+
constructor(properties?: google.analytics.data.v1alpha.IListRecurringAudienceListsResponse);
|
|
4500
|
+
|
|
4501
|
+
/** ListRecurringAudienceListsResponse recurringAudienceLists. */
|
|
4502
|
+
public recurringAudienceLists: google.analytics.data.v1alpha.IRecurringAudienceList[];
|
|
4503
|
+
|
|
4504
|
+
/** ListRecurringAudienceListsResponse nextPageToken. */
|
|
4505
|
+
public nextPageToken?: (string|null);
|
|
4506
|
+
|
|
4507
|
+
/** ListRecurringAudienceListsResponse _nextPageToken. */
|
|
4508
|
+
public _nextPageToken?: "nextPageToken";
|
|
3912
4509
|
|
|
3913
4510
|
/**
|
|
3914
|
-
*
|
|
3915
|
-
* @param
|
|
3916
|
-
* @returns
|
|
4511
|
+
* Creates a new ListRecurringAudienceListsResponse instance using the specified properties.
|
|
4512
|
+
* @param [properties] Properties to set
|
|
4513
|
+
* @returns ListRecurringAudienceListsResponse instance
|
|
3917
4514
|
*/
|
|
3918
|
-
public
|
|
3919
|
-
}
|
|
4515
|
+
public static create(properties?: google.analytics.data.v1alpha.IListRecurringAudienceListsResponse): google.analytics.data.v1alpha.ListRecurringAudienceListsResponse;
|
|
3920
4516
|
|
|
3921
|
-
|
|
4517
|
+
/**
|
|
4518
|
+
* Encodes the specified ListRecurringAudienceListsResponse message. Does not implicitly {@link google.analytics.data.v1alpha.ListRecurringAudienceListsResponse.verify|verify} messages.
|
|
4519
|
+
* @param message ListRecurringAudienceListsResponse message or plain object to encode
|
|
4520
|
+
* @param [writer] Writer to encode to
|
|
4521
|
+
* @returns Writer
|
|
4522
|
+
*/
|
|
4523
|
+
public static encode(message: google.analytics.data.v1alpha.IListRecurringAudienceListsResponse, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
3922
4524
|
|
|
3923
4525
|
/**
|
|
3924
|
-
*
|
|
3925
|
-
* @param
|
|
3926
|
-
* @param [
|
|
4526
|
+
* Encodes the specified ListRecurringAudienceListsResponse message, length delimited. Does not implicitly {@link google.analytics.data.v1alpha.ListRecurringAudienceListsResponse.verify|verify} messages.
|
|
4527
|
+
* @param message ListRecurringAudienceListsResponse message or plain object to encode
|
|
4528
|
+
* @param [writer] Writer to encode to
|
|
4529
|
+
* @returns Writer
|
|
3927
4530
|
*/
|
|
3928
|
-
|
|
4531
|
+
public static encodeDelimited(message: google.analytics.data.v1alpha.IListRecurringAudienceListsResponse, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
3929
4532
|
|
|
3930
4533
|
/**
|
|
3931
|
-
*
|
|
3932
|
-
* @param
|
|
3933
|
-
* @param [
|
|
4534
|
+
* Decodes a ListRecurringAudienceListsResponse message from the specified reader or buffer.
|
|
4535
|
+
* @param reader Reader or buffer to decode from
|
|
4536
|
+
* @param [length] Message length if known beforehand
|
|
4537
|
+
* @returns ListRecurringAudienceListsResponse
|
|
4538
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
4539
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
3934
4540
|
*/
|
|
3935
|
-
|
|
4541
|
+
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.analytics.data.v1alpha.ListRecurringAudienceListsResponse;
|
|
3936
4542
|
|
|
3937
4543
|
/**
|
|
3938
|
-
*
|
|
3939
|
-
* @param
|
|
3940
|
-
* @
|
|
4544
|
+
* Decodes a ListRecurringAudienceListsResponse message from the specified reader or buffer, length delimited.
|
|
4545
|
+
* @param reader Reader or buffer to decode from
|
|
4546
|
+
* @returns ListRecurringAudienceListsResponse
|
|
4547
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
4548
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
3941
4549
|
*/
|
|
3942
|
-
|
|
4550
|
+
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.analytics.data.v1alpha.ListRecurringAudienceListsResponse;
|
|
3943
4551
|
|
|
3944
4552
|
/**
|
|
3945
|
-
*
|
|
3946
|
-
* @param
|
|
3947
|
-
* @
|
|
4553
|
+
* Verifies a ListRecurringAudienceListsResponse message.
|
|
4554
|
+
* @param message Plain object to verify
|
|
4555
|
+
* @returns `null` if valid, otherwise the reason why it is not
|
|
3948
4556
|
*/
|
|
3949
|
-
|
|
4557
|
+
public static verify(message: { [k: string]: any }): (string|null);
|
|
3950
4558
|
|
|
3951
4559
|
/**
|
|
3952
|
-
*
|
|
3953
|
-
* @param
|
|
3954
|
-
* @
|
|
4560
|
+
* Creates a ListRecurringAudienceListsResponse message from a plain object. Also converts values to their respective internal types.
|
|
4561
|
+
* @param object Plain object
|
|
4562
|
+
* @returns ListRecurringAudienceListsResponse
|
|
3955
4563
|
*/
|
|
3956
|
-
|
|
4564
|
+
public static fromObject(object: { [k: string]: any }): google.analytics.data.v1alpha.ListRecurringAudienceListsResponse;
|
|
4565
|
+
|
|
4566
|
+
/**
|
|
4567
|
+
* Creates a plain object from a ListRecurringAudienceListsResponse message. Also converts values to other types if specified.
|
|
4568
|
+
* @param message ListRecurringAudienceListsResponse
|
|
4569
|
+
* @param [options] Conversion options
|
|
4570
|
+
* @returns Plain object
|
|
4571
|
+
*/
|
|
4572
|
+
public static toObject(message: google.analytics.data.v1alpha.ListRecurringAudienceListsResponse, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
|
4573
|
+
|
|
4574
|
+
/**
|
|
4575
|
+
* Converts this ListRecurringAudienceListsResponse to JSON.
|
|
4576
|
+
* @returns JSON object
|
|
4577
|
+
*/
|
|
4578
|
+
public toJSON(): { [k: string]: any };
|
|
4579
|
+
|
|
4580
|
+
/**
|
|
4581
|
+
* Gets the default type url for ListRecurringAudienceListsResponse
|
|
4582
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
4583
|
+
* @returns The default type url
|
|
4584
|
+
*/
|
|
4585
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
3957
4586
|
}
|
|
3958
4587
|
|
|
3959
4588
|
/** Properties of a GetAudienceListRequest. */
|
|
@@ -4391,6 +5020,21 @@ export namespace google {
|
|
|
4391
5020
|
|
|
4392
5021
|
/** AudienceList beginCreatingTime */
|
|
4393
5022
|
beginCreatingTime?: (google.protobuf.ITimestamp|null);
|
|
5023
|
+
|
|
5024
|
+
/** AudienceList creationQuotaTokensCharged */
|
|
5025
|
+
creationQuotaTokensCharged?: (number|null);
|
|
5026
|
+
|
|
5027
|
+
/** AudienceList rowCount */
|
|
5028
|
+
rowCount?: (number|null);
|
|
5029
|
+
|
|
5030
|
+
/** AudienceList errorMessage */
|
|
5031
|
+
errorMessage?: (string|null);
|
|
5032
|
+
|
|
5033
|
+
/** AudienceList percentageCompleted */
|
|
5034
|
+
percentageCompleted?: (number|null);
|
|
5035
|
+
|
|
5036
|
+
/** AudienceList recurringAudienceList */
|
|
5037
|
+
recurringAudienceList?: (string|null);
|
|
4394
5038
|
}
|
|
4395
5039
|
|
|
4396
5040
|
/** Represents an AudienceList. */
|
|
@@ -4420,12 +5064,39 @@ export namespace google {
|
|
|
4420
5064
|
/** AudienceList beginCreatingTime. */
|
|
4421
5065
|
public beginCreatingTime?: (google.protobuf.ITimestamp|null);
|
|
4422
5066
|
|
|
5067
|
+
/** AudienceList creationQuotaTokensCharged. */
|
|
5068
|
+
public creationQuotaTokensCharged: number;
|
|
5069
|
+
|
|
5070
|
+
/** AudienceList rowCount. */
|
|
5071
|
+
public rowCount?: (number|null);
|
|
5072
|
+
|
|
5073
|
+
/** AudienceList errorMessage. */
|
|
5074
|
+
public errorMessage?: (string|null);
|
|
5075
|
+
|
|
5076
|
+
/** AudienceList percentageCompleted. */
|
|
5077
|
+
public percentageCompleted?: (number|null);
|
|
5078
|
+
|
|
5079
|
+
/** AudienceList recurringAudienceList. */
|
|
5080
|
+
public recurringAudienceList?: (string|null);
|
|
5081
|
+
|
|
4423
5082
|
/** AudienceList _state. */
|
|
4424
5083
|
public _state?: "state";
|
|
4425
5084
|
|
|
4426
5085
|
/** AudienceList _beginCreatingTime. */
|
|
4427
5086
|
public _beginCreatingTime?: "beginCreatingTime";
|
|
4428
5087
|
|
|
5088
|
+
/** AudienceList _rowCount. */
|
|
5089
|
+
public _rowCount?: "rowCount";
|
|
5090
|
+
|
|
5091
|
+
/** AudienceList _errorMessage. */
|
|
5092
|
+
public _errorMessage?: "errorMessage";
|
|
5093
|
+
|
|
5094
|
+
/** AudienceList _percentageCompleted. */
|
|
5095
|
+
public _percentageCompleted?: "percentageCompleted";
|
|
5096
|
+
|
|
5097
|
+
/** AudienceList _recurringAudienceList. */
|
|
5098
|
+
public _recurringAudienceList?: "recurringAudienceList";
|
|
5099
|
+
|
|
4429
5100
|
/**
|
|
4430
5101
|
* Creates a new AudienceList instance using the specified properties.
|
|
4431
5102
|
* @param [properties] Properties to set
|
|
@@ -4830,6 +5501,242 @@ export namespace google {
|
|
|
4830
5501
|
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
4831
5502
|
}
|
|
4832
5503
|
|
|
5504
|
+
/** Properties of a SheetExportAudienceListRequest. */
|
|
5505
|
+
interface ISheetExportAudienceListRequest {
|
|
5506
|
+
|
|
5507
|
+
/** SheetExportAudienceListRequest name */
|
|
5508
|
+
name?: (string|null);
|
|
5509
|
+
|
|
5510
|
+
/** SheetExportAudienceListRequest offset */
|
|
5511
|
+
offset?: (number|Long|string|null);
|
|
5512
|
+
|
|
5513
|
+
/** SheetExportAudienceListRequest limit */
|
|
5514
|
+
limit?: (number|Long|string|null);
|
|
5515
|
+
}
|
|
5516
|
+
|
|
5517
|
+
/** Represents a SheetExportAudienceListRequest. */
|
|
5518
|
+
class SheetExportAudienceListRequest implements ISheetExportAudienceListRequest {
|
|
5519
|
+
|
|
5520
|
+
/**
|
|
5521
|
+
* Constructs a new SheetExportAudienceListRequest.
|
|
5522
|
+
* @param [properties] Properties to set
|
|
5523
|
+
*/
|
|
5524
|
+
constructor(properties?: google.analytics.data.v1alpha.ISheetExportAudienceListRequest);
|
|
5525
|
+
|
|
5526
|
+
/** SheetExportAudienceListRequest name. */
|
|
5527
|
+
public name: string;
|
|
5528
|
+
|
|
5529
|
+
/** SheetExportAudienceListRequest offset. */
|
|
5530
|
+
public offset: (number|Long|string);
|
|
5531
|
+
|
|
5532
|
+
/** SheetExportAudienceListRequest limit. */
|
|
5533
|
+
public limit: (number|Long|string);
|
|
5534
|
+
|
|
5535
|
+
/**
|
|
5536
|
+
* Creates a new SheetExportAudienceListRequest instance using the specified properties.
|
|
5537
|
+
* @param [properties] Properties to set
|
|
5538
|
+
* @returns SheetExportAudienceListRequest instance
|
|
5539
|
+
*/
|
|
5540
|
+
public static create(properties?: google.analytics.data.v1alpha.ISheetExportAudienceListRequest): google.analytics.data.v1alpha.SheetExportAudienceListRequest;
|
|
5541
|
+
|
|
5542
|
+
/**
|
|
5543
|
+
* Encodes the specified SheetExportAudienceListRequest message. Does not implicitly {@link google.analytics.data.v1alpha.SheetExportAudienceListRequest.verify|verify} messages.
|
|
5544
|
+
* @param message SheetExportAudienceListRequest message or plain object to encode
|
|
5545
|
+
* @param [writer] Writer to encode to
|
|
5546
|
+
* @returns Writer
|
|
5547
|
+
*/
|
|
5548
|
+
public static encode(message: google.analytics.data.v1alpha.ISheetExportAudienceListRequest, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
5549
|
+
|
|
5550
|
+
/**
|
|
5551
|
+
* Encodes the specified SheetExportAudienceListRequest message, length delimited. Does not implicitly {@link google.analytics.data.v1alpha.SheetExportAudienceListRequest.verify|verify} messages.
|
|
5552
|
+
* @param message SheetExportAudienceListRequest message or plain object to encode
|
|
5553
|
+
* @param [writer] Writer to encode to
|
|
5554
|
+
* @returns Writer
|
|
5555
|
+
*/
|
|
5556
|
+
public static encodeDelimited(message: google.analytics.data.v1alpha.ISheetExportAudienceListRequest, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
5557
|
+
|
|
5558
|
+
/**
|
|
5559
|
+
* Decodes a SheetExportAudienceListRequest message from the specified reader or buffer.
|
|
5560
|
+
* @param reader Reader or buffer to decode from
|
|
5561
|
+
* @param [length] Message length if known beforehand
|
|
5562
|
+
* @returns SheetExportAudienceListRequest
|
|
5563
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
5564
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
5565
|
+
*/
|
|
5566
|
+
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.analytics.data.v1alpha.SheetExportAudienceListRequest;
|
|
5567
|
+
|
|
5568
|
+
/**
|
|
5569
|
+
* Decodes a SheetExportAudienceListRequest message from the specified reader or buffer, length delimited.
|
|
5570
|
+
* @param reader Reader or buffer to decode from
|
|
5571
|
+
* @returns SheetExportAudienceListRequest
|
|
5572
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
5573
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
5574
|
+
*/
|
|
5575
|
+
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.analytics.data.v1alpha.SheetExportAudienceListRequest;
|
|
5576
|
+
|
|
5577
|
+
/**
|
|
5578
|
+
* Verifies a SheetExportAudienceListRequest message.
|
|
5579
|
+
* @param message Plain object to verify
|
|
5580
|
+
* @returns `null` if valid, otherwise the reason why it is not
|
|
5581
|
+
*/
|
|
5582
|
+
public static verify(message: { [k: string]: any }): (string|null);
|
|
5583
|
+
|
|
5584
|
+
/**
|
|
5585
|
+
* Creates a SheetExportAudienceListRequest message from a plain object. Also converts values to their respective internal types.
|
|
5586
|
+
* @param object Plain object
|
|
5587
|
+
* @returns SheetExportAudienceListRequest
|
|
5588
|
+
*/
|
|
5589
|
+
public static fromObject(object: { [k: string]: any }): google.analytics.data.v1alpha.SheetExportAudienceListRequest;
|
|
5590
|
+
|
|
5591
|
+
/**
|
|
5592
|
+
* Creates a plain object from a SheetExportAudienceListRequest message. Also converts values to other types if specified.
|
|
5593
|
+
* @param message SheetExportAudienceListRequest
|
|
5594
|
+
* @param [options] Conversion options
|
|
5595
|
+
* @returns Plain object
|
|
5596
|
+
*/
|
|
5597
|
+
public static toObject(message: google.analytics.data.v1alpha.SheetExportAudienceListRequest, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
|
5598
|
+
|
|
5599
|
+
/**
|
|
5600
|
+
* Converts this SheetExportAudienceListRequest to JSON.
|
|
5601
|
+
* @returns JSON object
|
|
5602
|
+
*/
|
|
5603
|
+
public toJSON(): { [k: string]: any };
|
|
5604
|
+
|
|
5605
|
+
/**
|
|
5606
|
+
* Gets the default type url for SheetExportAudienceListRequest
|
|
5607
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
5608
|
+
* @returns The default type url
|
|
5609
|
+
*/
|
|
5610
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
5611
|
+
}
|
|
5612
|
+
|
|
5613
|
+
/** Properties of a SheetExportAudienceListResponse. */
|
|
5614
|
+
interface ISheetExportAudienceListResponse {
|
|
5615
|
+
|
|
5616
|
+
/** SheetExportAudienceListResponse spreadsheetUri */
|
|
5617
|
+
spreadsheetUri?: (string|null);
|
|
5618
|
+
|
|
5619
|
+
/** SheetExportAudienceListResponse spreadsheetId */
|
|
5620
|
+
spreadsheetId?: (string|null);
|
|
5621
|
+
|
|
5622
|
+
/** SheetExportAudienceListResponse rowCount */
|
|
5623
|
+
rowCount?: (number|null);
|
|
5624
|
+
|
|
5625
|
+
/** SheetExportAudienceListResponse audienceList */
|
|
5626
|
+
audienceList?: (google.analytics.data.v1alpha.IAudienceList|null);
|
|
5627
|
+
}
|
|
5628
|
+
|
|
5629
|
+
/** Represents a SheetExportAudienceListResponse. */
|
|
5630
|
+
class SheetExportAudienceListResponse implements ISheetExportAudienceListResponse {
|
|
5631
|
+
|
|
5632
|
+
/**
|
|
5633
|
+
* Constructs a new SheetExportAudienceListResponse.
|
|
5634
|
+
* @param [properties] Properties to set
|
|
5635
|
+
*/
|
|
5636
|
+
constructor(properties?: google.analytics.data.v1alpha.ISheetExportAudienceListResponse);
|
|
5637
|
+
|
|
5638
|
+
/** SheetExportAudienceListResponse spreadsheetUri. */
|
|
5639
|
+
public spreadsheetUri?: (string|null);
|
|
5640
|
+
|
|
5641
|
+
/** SheetExportAudienceListResponse spreadsheetId. */
|
|
5642
|
+
public spreadsheetId?: (string|null);
|
|
5643
|
+
|
|
5644
|
+
/** SheetExportAudienceListResponse rowCount. */
|
|
5645
|
+
public rowCount?: (number|null);
|
|
5646
|
+
|
|
5647
|
+
/** SheetExportAudienceListResponse audienceList. */
|
|
5648
|
+
public audienceList?: (google.analytics.data.v1alpha.IAudienceList|null);
|
|
5649
|
+
|
|
5650
|
+
/** SheetExportAudienceListResponse _spreadsheetUri. */
|
|
5651
|
+
public _spreadsheetUri?: "spreadsheetUri";
|
|
5652
|
+
|
|
5653
|
+
/** SheetExportAudienceListResponse _spreadsheetId. */
|
|
5654
|
+
public _spreadsheetId?: "spreadsheetId";
|
|
5655
|
+
|
|
5656
|
+
/** SheetExportAudienceListResponse _rowCount. */
|
|
5657
|
+
public _rowCount?: "rowCount";
|
|
5658
|
+
|
|
5659
|
+
/** SheetExportAudienceListResponse _audienceList. */
|
|
5660
|
+
public _audienceList?: "audienceList";
|
|
5661
|
+
|
|
5662
|
+
/**
|
|
5663
|
+
* Creates a new SheetExportAudienceListResponse instance using the specified properties.
|
|
5664
|
+
* @param [properties] Properties to set
|
|
5665
|
+
* @returns SheetExportAudienceListResponse instance
|
|
5666
|
+
*/
|
|
5667
|
+
public static create(properties?: google.analytics.data.v1alpha.ISheetExportAudienceListResponse): google.analytics.data.v1alpha.SheetExportAudienceListResponse;
|
|
5668
|
+
|
|
5669
|
+
/**
|
|
5670
|
+
* Encodes the specified SheetExportAudienceListResponse message. Does not implicitly {@link google.analytics.data.v1alpha.SheetExportAudienceListResponse.verify|verify} messages.
|
|
5671
|
+
* @param message SheetExportAudienceListResponse message or plain object to encode
|
|
5672
|
+
* @param [writer] Writer to encode to
|
|
5673
|
+
* @returns Writer
|
|
5674
|
+
*/
|
|
5675
|
+
public static encode(message: google.analytics.data.v1alpha.ISheetExportAudienceListResponse, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
5676
|
+
|
|
5677
|
+
/**
|
|
5678
|
+
* Encodes the specified SheetExportAudienceListResponse message, length delimited. Does not implicitly {@link google.analytics.data.v1alpha.SheetExportAudienceListResponse.verify|verify} messages.
|
|
5679
|
+
* @param message SheetExportAudienceListResponse message or plain object to encode
|
|
5680
|
+
* @param [writer] Writer to encode to
|
|
5681
|
+
* @returns Writer
|
|
5682
|
+
*/
|
|
5683
|
+
public static encodeDelimited(message: google.analytics.data.v1alpha.ISheetExportAudienceListResponse, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
5684
|
+
|
|
5685
|
+
/**
|
|
5686
|
+
* Decodes a SheetExportAudienceListResponse message from the specified reader or buffer.
|
|
5687
|
+
* @param reader Reader or buffer to decode from
|
|
5688
|
+
* @param [length] Message length if known beforehand
|
|
5689
|
+
* @returns SheetExportAudienceListResponse
|
|
5690
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
5691
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
5692
|
+
*/
|
|
5693
|
+
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.analytics.data.v1alpha.SheetExportAudienceListResponse;
|
|
5694
|
+
|
|
5695
|
+
/**
|
|
5696
|
+
* Decodes a SheetExportAudienceListResponse message from the specified reader or buffer, length delimited.
|
|
5697
|
+
* @param reader Reader or buffer to decode from
|
|
5698
|
+
* @returns SheetExportAudienceListResponse
|
|
5699
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
|
5700
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
|
5701
|
+
*/
|
|
5702
|
+
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.analytics.data.v1alpha.SheetExportAudienceListResponse;
|
|
5703
|
+
|
|
5704
|
+
/**
|
|
5705
|
+
* Verifies a SheetExportAudienceListResponse message.
|
|
5706
|
+
* @param message Plain object to verify
|
|
5707
|
+
* @returns `null` if valid, otherwise the reason why it is not
|
|
5708
|
+
*/
|
|
5709
|
+
public static verify(message: { [k: string]: any }): (string|null);
|
|
5710
|
+
|
|
5711
|
+
/**
|
|
5712
|
+
* Creates a SheetExportAudienceListResponse message from a plain object. Also converts values to their respective internal types.
|
|
5713
|
+
* @param object Plain object
|
|
5714
|
+
* @returns SheetExportAudienceListResponse
|
|
5715
|
+
*/
|
|
5716
|
+
public static fromObject(object: { [k: string]: any }): google.analytics.data.v1alpha.SheetExportAudienceListResponse;
|
|
5717
|
+
|
|
5718
|
+
/**
|
|
5719
|
+
* Creates a plain object from a SheetExportAudienceListResponse message. Also converts values to other types if specified.
|
|
5720
|
+
* @param message SheetExportAudienceListResponse
|
|
5721
|
+
* @param [options] Conversion options
|
|
5722
|
+
* @returns Plain object
|
|
5723
|
+
*/
|
|
5724
|
+
public static toObject(message: google.analytics.data.v1alpha.SheetExportAudienceListResponse, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
|
5725
|
+
|
|
5726
|
+
/**
|
|
5727
|
+
* Converts this SheetExportAudienceListResponse to JSON.
|
|
5728
|
+
* @returns JSON object
|
|
5729
|
+
*/
|
|
5730
|
+
public toJSON(): { [k: string]: any };
|
|
5731
|
+
|
|
5732
|
+
/**
|
|
5733
|
+
* Gets the default type url for SheetExportAudienceListResponse
|
|
5734
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
|
5735
|
+
* @returns The default type url
|
|
5736
|
+
*/
|
|
5737
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
5738
|
+
}
|
|
5739
|
+
|
|
4833
5740
|
/** Properties of an AudienceRow. */
|
|
4834
5741
|
interface IAudienceRow {
|
|
4835
5742
|
|