You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-analyticsadmin/v1alpha/2.0.0/com/google/api/services/analyticsadmin/v1alpha/GoogleAnalyticsAdmin.java
* Looks up settings related to user-provided data for a property.
4207
+
*
4208
+
* Create a request for the method "properties.getUserProvidedDataSettings".
4209
+
*
4210
+
* This request holds the parameters needed by the analyticsadmin server. After setting any
4211
+
* optional parameters, call the {@link GetUserProvidedDataSettings#execute()} method to invoke the
4212
+
* remote operation.
4213
+
*
4214
+
* @param name Required. The name of the user provided data settings to retrieve. Format:
4215
+
* properties/{property}/userProvidedDataSettings
4216
+
* @return the request
4217
+
*/
4218
+
public GetUserProvidedDataSettings getUserProvidedDataSettings(java.lang.String name) throws java.io.IOException {
4219
+
GetUserProvidedDataSettings result = new GetUserProvidedDataSettings(name);
4220
+
initialize(result);
4221
+
return result;
4222
+
}
4223
+
4224
+
public class GetUserProvidedDataSettings extends GoogleAnalyticsAdminRequest<com.google.api.services.analyticsadmin.v1alpha.model.GoogleAnalyticsAdminV1alphaUserProvidedDataSettings> {
4225
+
4226
+
private static final String REST_PATH = "v1alpha/{+name}";
4227
+
4228
+
private final java.util.regex.Pattern NAME_PATTERN =
Copy file name to clipboardExpand all lines: clients/google-api-services-analyticsadmin/v1alpha/2.0.0/com/google/api/services/analyticsadmin/v1alpha/model/GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -233,6 +233,13 @@ public final class GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryRe
0 commit comments