|
16 | 16 |
|
17 | 17 | packagecom.google.analytics.admin.v1alpha; |
18 | 18 |
|
19 | | -importstaticcom.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient.AuditUserLinksPagedResponse; |
20 | 19 | importstaticcom.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient.ListAccessBindingsPagedResponse; |
21 | 20 | importstaticcom.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient.ListAccountSummariesPagedResponse; |
22 | 21 | importstaticcom.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient.ListAccountsPagedResponse; |
|
36 | 35 | importstaticcom.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient.ListGoogleAdsLinksPagedResponse; |
37 | 36 | importstaticcom.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsPagedResponse; |
38 | 37 | importstaticcom.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient.ListPropertiesPagedResponse; |
| 38 | +importstaticcom.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient.ListRollupPropertySourceLinksPagedResponse; |
39 | 39 | importstaticcom.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient.ListSKAdNetworkConversionValueSchemasPagedResponse; |
40 | 40 | importstaticcom.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient.ListSearchAds360LinksPagedResponse; |
41 | | -importstaticcom.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient.ListUserLinksPagedResponse; |
42 | 41 | importstaticcom.google.analytics.admin.v1alpha.AnalyticsAdminServiceClient.SearchChangeHistoryEventsPagedResponse; |
43 | 42 |
|
44 | 43 | importcom.google.analytics.admin.v1alpha.stub.AnalyticsAdminServiceStubSettings; |
@@ -165,62 +164,6 @@ public UnaryCallSettings<UpdatePropertyRequest, Property> updatePropertySettings |
165 | 164 | return ((AnalyticsAdminServiceStubSettings)getStubSettings()).updatePropertySettings(); |
166 | 165 | } |
167 | 166 |
|
168 | | -/** Returns the object with the settings used for calls to getUserLink. */ |
169 | | -publicUnaryCallSettings<GetUserLinkRequest,UserLink>getUserLinkSettings() { |
170 | | -return ((AnalyticsAdminServiceStubSettings)getStubSettings()).getUserLinkSettings(); |
171 | | - } |
172 | | - |
173 | | -/** Returns the object with the settings used for calls to batchGetUserLinks. */ |
174 | | -publicUnaryCallSettings<BatchGetUserLinksRequest,BatchGetUserLinksResponse> |
175 | | -batchGetUserLinksSettings() { |
176 | | -return ((AnalyticsAdminServiceStubSettings)getStubSettings()).batchGetUserLinksSettings(); |
177 | | - } |
178 | | - |
179 | | -/** Returns the object with the settings used for calls to listUserLinks. */ |
180 | | -publicPagedCallSettings<ListUserLinksRequest,ListUserLinksResponse,ListUserLinksPagedResponse> |
181 | | -listUserLinksSettings() { |
182 | | -return ((AnalyticsAdminServiceStubSettings)getStubSettings()).listUserLinksSettings(); |
183 | | - } |
184 | | - |
185 | | -/** Returns the object with the settings used for calls to auditUserLinks. */ |
186 | | -publicPagedCallSettings< |
187 | | -AuditUserLinksRequest,AuditUserLinksResponse,AuditUserLinksPagedResponse> |
188 | | -auditUserLinksSettings() { |
189 | | -return ((AnalyticsAdminServiceStubSettings)getStubSettings()).auditUserLinksSettings(); |
190 | | - } |
191 | | - |
192 | | -/** Returns the object with the settings used for calls to createUserLink. */ |
193 | | -publicUnaryCallSettings<CreateUserLinkRequest,UserLink>createUserLinkSettings() { |
194 | | -return ((AnalyticsAdminServiceStubSettings)getStubSettings()).createUserLinkSettings(); |
195 | | - } |
196 | | - |
197 | | -/** Returns the object with the settings used for calls to batchCreateUserLinks. */ |
198 | | -publicUnaryCallSettings<BatchCreateUserLinksRequest,BatchCreateUserLinksResponse> |
199 | | -batchCreateUserLinksSettings() { |
200 | | -return ((AnalyticsAdminServiceStubSettings)getStubSettings()).batchCreateUserLinksSettings(); |
201 | | - } |
202 | | - |
203 | | -/** Returns the object with the settings used for calls to updateUserLink. */ |
204 | | -publicUnaryCallSettings<UpdateUserLinkRequest,UserLink>updateUserLinkSettings() { |
205 | | -return ((AnalyticsAdminServiceStubSettings)getStubSettings()).updateUserLinkSettings(); |
206 | | - } |
207 | | - |
208 | | -/** Returns the object with the settings used for calls to batchUpdateUserLinks. */ |
209 | | -publicUnaryCallSettings<BatchUpdateUserLinksRequest,BatchUpdateUserLinksResponse> |
210 | | -batchUpdateUserLinksSettings() { |
211 | | -return ((AnalyticsAdminServiceStubSettings)getStubSettings()).batchUpdateUserLinksSettings(); |
212 | | - } |
213 | | - |
214 | | -/** Returns the object with the settings used for calls to deleteUserLink. */ |
215 | | -publicUnaryCallSettings<DeleteUserLinkRequest,Empty>deleteUserLinkSettings() { |
216 | | -return ((AnalyticsAdminServiceStubSettings)getStubSettings()).deleteUserLinkSettings(); |
217 | | - } |
218 | | - |
219 | | -/** Returns the object with the settings used for calls to batchDeleteUserLinks. */ |
220 | | -publicUnaryCallSettings<BatchDeleteUserLinksRequest,Empty>batchDeleteUserLinksSettings() { |
221 | | -return ((AnalyticsAdminServiceStubSettings)getStubSettings()).batchDeleteUserLinksSettings(); |
222 | | - } |
223 | | - |
224 | 167 | /** Returns the object with the settings used for calls to createFirebaseLink. */ |
225 | 168 | publicUnaryCallSettings<CreateFirebaseLinkRequest,FirebaseLink>createFirebaseLinkSettings() { |
226 | 169 | return ((AnalyticsAdminServiceStubSettings)getStubSettings()).createFirebaseLinkSettings(); |
@@ -946,6 +889,77 @@ public UnaryCallSettings<DeleteEventCreateRuleRequest, Empty> deleteEventCreateR |
946 | 889 | return ((AnalyticsAdminServiceStubSettings)getStubSettings()).deleteEventCreateRuleSettings(); |
947 | 890 | } |
948 | 891 |
|
| 892 | +/** Returns the object with the settings used for calls to updateDataRedactionSettings. */ |
| 893 | +publicUnaryCallSettings<UpdateDataRedactionSettingsRequest,DataRedactionSettings> |
| 894 | +updateDataRedactionSettingsSettings() { |
| 895 | +return ((AnalyticsAdminServiceStubSettings)getStubSettings()) |
| 896 | + .updateDataRedactionSettingsSettings(); |
| 897 | + } |
| 898 | + |
| 899 | +/** Returns the object with the settings used for calls to getDataRedactionSettings. */ |
| 900 | +publicUnaryCallSettings<GetDataRedactionSettingsRequest,DataRedactionSettings> |
| 901 | +getDataRedactionSettingsSettings() { |
| 902 | +return ((AnalyticsAdminServiceStubSettings)getStubSettings()) |
| 903 | + .getDataRedactionSettingsSettings(); |
| 904 | + } |
| 905 | + |
| 906 | +/** Returns the object with the settings used for calls to createRollupProperty. */ |
| 907 | +publicUnaryCallSettings<CreateRollupPropertyRequest,CreateRollupPropertyResponse> |
| 908 | +createRollupPropertySettings() { |
| 909 | +return ((AnalyticsAdminServiceStubSettings)getStubSettings()).createRollupPropertySettings(); |
| 910 | + } |
| 911 | + |
| 912 | +/** Returns the object with the settings used for calls to getRollupPropertySourceLink. */ |
| 913 | +publicUnaryCallSettings<GetRollupPropertySourceLinkRequest,RollupPropertySourceLink> |
| 914 | +getRollupPropertySourceLinkSettings() { |
| 915 | +return ((AnalyticsAdminServiceStubSettings)getStubSettings()) |
| 916 | + .getRollupPropertySourceLinkSettings(); |
| 917 | + } |
| 918 | + |
| 919 | +/** Returns the object with the settings used for calls to listRollupPropertySourceLinks. */ |
| 920 | +publicPagedCallSettings< |
| 921 | +ListRollupPropertySourceLinksRequest, |
| 922 | +ListRollupPropertySourceLinksResponse, |
| 923 | +ListRollupPropertySourceLinksPagedResponse> |
| 924 | +listRollupPropertySourceLinksSettings() { |
| 925 | +return ((AnalyticsAdminServiceStubSettings)getStubSettings()) |
| 926 | + .listRollupPropertySourceLinksSettings(); |
| 927 | + } |
| 928 | + |
| 929 | +/** Returns the object with the settings used for calls to createRollupPropertySourceLink. */ |
| 930 | +publicUnaryCallSettings<CreateRollupPropertySourceLinkRequest,RollupPropertySourceLink> |
| 931 | +createRollupPropertySourceLinkSettings() { |
| 932 | +return ((AnalyticsAdminServiceStubSettings)getStubSettings()) |
| 933 | + .createRollupPropertySourceLinkSettings(); |
| 934 | + } |
| 935 | + |
| 936 | +/** Returns the object with the settings used for calls to deleteRollupPropertySourceLink. */ |
| 937 | +publicUnaryCallSettings<DeleteRollupPropertySourceLinkRequest,Empty> |
| 938 | +deleteRollupPropertySourceLinkSettings() { |
| 939 | +return ((AnalyticsAdminServiceStubSettings)getStubSettings()) |
| 940 | + .deleteRollupPropertySourceLinkSettings(); |
| 941 | + } |
| 942 | + |
| 943 | +/** Returns the object with the settings used for calls to createSubproperty. */ |
| 944 | +publicUnaryCallSettings<CreateSubpropertyRequest,CreateSubpropertyResponse> |
| 945 | +createSubpropertySettings() { |
| 946 | +return ((AnalyticsAdminServiceStubSettings)getStubSettings()).createSubpropertySettings(); |
| 947 | + } |
| 948 | + |
| 949 | +/** Returns the object with the settings used for calls to deleteSubpropertyEventFilter. */ |
| 950 | +publicUnaryCallSettings<DeleteSubpropertyEventFilterRequest,Empty> |
| 951 | +deleteSubpropertyEventFilterSettings() { |
| 952 | +return ((AnalyticsAdminServiceStubSettings)getStubSettings()) |
| 953 | + .deleteSubpropertyEventFilterSettings(); |
| 954 | + } |
| 955 | + |
| 956 | +/** Returns the object with the settings used for calls to createSubpropertyEventFilter. */ |
| 957 | +publicUnaryCallSettings<CreateSubpropertyEventFilterRequest,SubpropertyEventFilter> |
| 958 | +createSubpropertyEventFilterSettings() { |
| 959 | +return ((AnalyticsAdminServiceStubSettings)getStubSettings()) |
| 960 | + .createSubpropertyEventFilterSettings(); |
| 961 | + } |
| 962 | + |
949 | 963 | publicstaticfinalAnalyticsAdminServiceSettingscreate(AnalyticsAdminServiceStubSettingsstub) |
950 | 964 | throwsIOException { |
951 | 965 | returnnewAnalyticsAdminServiceSettings.Builder(stub.toBuilder()).build(); |
@@ -1126,64 +1140,6 @@ public UnaryCallSettings.Builder<UpdatePropertyRequest, Property> updateProperty |
1126 | 1140 | returngetStubSettingsBuilder().updatePropertySettings(); |
1127 | 1141 | } |
1128 | 1142 |
|
1129 | | -/** Returns the builder for the settings used for calls to getUserLink. */ |
1130 | | -publicUnaryCallSettings.Builder<GetUserLinkRequest,UserLink>getUserLinkSettings() { |
1131 | | -returngetStubSettingsBuilder().getUserLinkSettings(); |
1132 | | - } |
1133 | | - |
1134 | | -/** Returns the builder for the settings used for calls to batchGetUserLinks. */ |
1135 | | -publicUnaryCallSettings.Builder<BatchGetUserLinksRequest,BatchGetUserLinksResponse> |
1136 | | -batchGetUserLinksSettings() { |
1137 | | -returngetStubSettingsBuilder().batchGetUserLinksSettings(); |
1138 | | - } |
1139 | | - |
1140 | | -/** Returns the builder for the settings used for calls to listUserLinks. */ |
1141 | | -publicPagedCallSettings.Builder< |
1142 | | -ListUserLinksRequest,ListUserLinksResponse,ListUserLinksPagedResponse> |
1143 | | -listUserLinksSettings() { |
1144 | | -returngetStubSettingsBuilder().listUserLinksSettings(); |
1145 | | - } |
1146 | | - |
1147 | | -/** Returns the builder for the settings used for calls to auditUserLinks. */ |
1148 | | -publicPagedCallSettings.Builder< |
1149 | | -AuditUserLinksRequest,AuditUserLinksResponse,AuditUserLinksPagedResponse> |
1150 | | -auditUserLinksSettings() { |
1151 | | -returngetStubSettingsBuilder().auditUserLinksSettings(); |
1152 | | - } |
1153 | | - |
1154 | | -/** Returns the builder for the settings used for calls to createUserLink. */ |
1155 | | -publicUnaryCallSettings.Builder<CreateUserLinkRequest,UserLink>createUserLinkSettings() { |
1156 | | -returngetStubSettingsBuilder().createUserLinkSettings(); |
1157 | | - } |
1158 | | - |
1159 | | -/** Returns the builder for the settings used for calls to batchCreateUserLinks. */ |
1160 | | -publicUnaryCallSettings.Builder<BatchCreateUserLinksRequest,BatchCreateUserLinksResponse> |
1161 | | -batchCreateUserLinksSettings() { |
1162 | | -returngetStubSettingsBuilder().batchCreateUserLinksSettings(); |
1163 | | - } |
1164 | | - |
1165 | | -/** Returns the builder for the settings used for calls to updateUserLink. */ |
1166 | | -publicUnaryCallSettings.Builder<UpdateUserLinkRequest,UserLink>updateUserLinkSettings() { |
1167 | | -returngetStubSettingsBuilder().updateUserLinkSettings(); |
1168 | | - } |
1169 | | - |
1170 | | -/** Returns the builder for the settings used for calls to batchUpdateUserLinks. */ |
1171 | | -publicUnaryCallSettings.Builder<BatchUpdateUserLinksRequest,BatchUpdateUserLinksResponse> |
1172 | | -batchUpdateUserLinksSettings() { |
1173 | | -returngetStubSettingsBuilder().batchUpdateUserLinksSettings(); |
1174 | | - } |
1175 | | - |
1176 | | -/** Returns the builder for the settings used for calls to deleteUserLink. */ |
1177 | | -publicUnaryCallSettings.Builder<DeleteUserLinkRequest,Empty>deleteUserLinkSettings() { |
1178 | | -returngetStubSettingsBuilder().deleteUserLinkSettings(); |
1179 | | - } |
1180 | | - |
1181 | | -/** Returns the builder for the settings used for calls to batchDeleteUserLinks. */ |
1182 | | -publicUnaryCallSettings.Builder<BatchDeleteUserLinksRequest,Empty> |
1183 | | -batchDeleteUserLinksSettings() { |
1184 | | -returngetStubSettingsBuilder().batchDeleteUserLinksSettings(); |
1185 | | - } |
1186 | | - |
1187 | 1143 | /** Returns the builder for the settings used for calls to createFirebaseLink. */ |
1188 | 1144 | publicUnaryCallSettings.Builder<CreateFirebaseLinkRequest,FirebaseLink> |
1189 | 1145 | createFirebaseLinkSettings() { |
@@ -1924,6 +1880,70 @@ public UnaryCallSettings.Builder<DeleteAdSenseLinkRequest, Empty> deleteAdSenseL |
1924 | 1880 | returngetStubSettingsBuilder().deleteEventCreateRuleSettings(); |
1925 | 1881 | } |
1926 | 1882 |
|
| 1883 | +/** Returns the builder for the settings used for calls to updateDataRedactionSettings. */ |
| 1884 | +publicUnaryCallSettings.Builder<UpdateDataRedactionSettingsRequest,DataRedactionSettings> |
| 1885 | +updateDataRedactionSettingsSettings() { |
| 1886 | +returngetStubSettingsBuilder().updateDataRedactionSettingsSettings(); |
| 1887 | + } |
| 1888 | + |
| 1889 | +/** Returns the builder for the settings used for calls to getDataRedactionSettings. */ |
| 1890 | +publicUnaryCallSettings.Builder<GetDataRedactionSettingsRequest,DataRedactionSettings> |
| 1891 | +getDataRedactionSettingsSettings() { |
| 1892 | +returngetStubSettingsBuilder().getDataRedactionSettingsSettings(); |
| 1893 | + } |
| 1894 | + |
| 1895 | +/** Returns the builder for the settings used for calls to createRollupProperty. */ |
| 1896 | +publicUnaryCallSettings.Builder<CreateRollupPropertyRequest,CreateRollupPropertyResponse> |
| 1897 | +createRollupPropertySettings() { |
| 1898 | +returngetStubSettingsBuilder().createRollupPropertySettings(); |
| 1899 | + } |
| 1900 | + |
| 1901 | +/** Returns the builder for the settings used for calls to getRollupPropertySourceLink. */ |
| 1902 | +publicUnaryCallSettings.Builder<GetRollupPropertySourceLinkRequest,RollupPropertySourceLink> |
| 1903 | +getRollupPropertySourceLinkSettings() { |
| 1904 | +returngetStubSettingsBuilder().getRollupPropertySourceLinkSettings(); |
| 1905 | + } |
| 1906 | + |
| 1907 | +/** Returns the builder for the settings used for calls to listRollupPropertySourceLinks. */ |
| 1908 | +publicPagedCallSettings.Builder< |
| 1909 | +ListRollupPropertySourceLinksRequest, |
| 1910 | +ListRollupPropertySourceLinksResponse, |
| 1911 | +ListRollupPropertySourceLinksPagedResponse> |
| 1912 | +listRollupPropertySourceLinksSettings() { |
| 1913 | +returngetStubSettingsBuilder().listRollupPropertySourceLinksSettings(); |
| 1914 | + } |
| 1915 | + |
| 1916 | +/** Returns the builder for the settings used for calls to createRollupPropertySourceLink. */ |
| 1917 | +publicUnaryCallSettings.Builder< |
| 1918 | +CreateRollupPropertySourceLinkRequest,RollupPropertySourceLink> |
| 1919 | +createRollupPropertySourceLinkSettings() { |
| 1920 | +returngetStubSettingsBuilder().createRollupPropertySourceLinkSettings(); |
| 1921 | + } |
| 1922 | + |
| 1923 | +/** Returns the builder for the settings used for calls to deleteRollupPropertySourceLink. */ |
| 1924 | +publicUnaryCallSettings.Builder<DeleteRollupPropertySourceLinkRequest,Empty> |
| 1925 | +deleteRollupPropertySourceLinkSettings() { |
| 1926 | +returngetStubSettingsBuilder().deleteRollupPropertySourceLinkSettings(); |
| 1927 | + } |
| 1928 | + |
| 1929 | +/** Returns the builder for the settings used for calls to createSubproperty. */ |
| 1930 | +publicUnaryCallSettings.Builder<CreateSubpropertyRequest,CreateSubpropertyResponse> |
| 1931 | +createSubpropertySettings() { |
| 1932 | +returngetStubSettingsBuilder().createSubpropertySettings(); |
| 1933 | + } |
| 1934 | + |
| 1935 | +/** Returns the builder for the settings used for calls to deleteSubpropertyEventFilter. */ |
| 1936 | +publicUnaryCallSettings.Builder<DeleteSubpropertyEventFilterRequest,Empty> |
| 1937 | +deleteSubpropertyEventFilterSettings() { |
| 1938 | +returngetStubSettingsBuilder().deleteSubpropertyEventFilterSettings(); |
| 1939 | + } |
| 1940 | + |
| 1941 | +/** Returns the builder for the settings used for calls to createSubpropertyEventFilter. */ |
| 1942 | +publicUnaryCallSettings.Builder<CreateSubpropertyEventFilterRequest,SubpropertyEventFilter> |
| 1943 | +createSubpropertyEventFilterSettings() { |
| 1944 | +returngetStubSettingsBuilder().createSubpropertyEventFilterSettings(); |
| 1945 | + } |
| 1946 | + |
1927 | 1947 | @Override |
1928 | 1948 | publicAnalyticsAdminServiceSettingsbuild()throwsIOException { |
1929 | 1949 | returnnewAnalyticsAdminServiceSettings(this); |
|