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
* Create a subproperty and a subproperty event filter that applies to the created subproperty.
3402
-
*
3403
-
* Create a request for the method "properties.createSubproperty".
3404
-
*
3405
-
* This request holds the parameters needed by the analyticsadmin server. After setting any
3406
-
* optional parameters, call the {@link CreateSubproperty#execute()} method to invoke the remote
3407
-
* operation.
3408
-
*
3409
-
* @param content the {@link com.google.api.services.analyticsadmin.v1alpha.model.GoogleAnalyticsAdminV1alphaCreateSubpropertyRequest}
3410
-
* @return the request
3411
-
*/
3412
-
public CreateSubproperty createSubproperty(com.google.api.services.analyticsadmin.v1alpha.model.GoogleAnalyticsAdminV1alphaCreateSubpropertyRequest content) throws java.io.IOException {
3413
-
CreateSubproperty result = new CreateSubproperty(content);
3414
-
initialize(result);
3415
-
return result;
3416
-
}
3417
-
3418
-
public class CreateSubproperty extends GoogleAnalyticsAdminRequest<com.google.api.services.analyticsadmin.v1alpha.model.GoogleAnalyticsAdminV1alphaCreateSubpropertyResponse> {
3419
-
3420
-
private static final String REST_PATH = "v1alpha/properties:createSubproperty";
3421
-
3422
-
/**
3423
-
* Create a subproperty and a subproperty event filter that applies to the created subproperty.
3424
-
*
3425
-
* Create a request for the method "properties.createSubproperty".
3426
-
*
3427
-
* This request holds the parameters needed by the the analyticsadmin server. After setting any
3428
-
* optional parameters, call the {@link CreateSubproperty#execute()} method to invoke the remote
* Create a subproperty and a subproperty event filter that applies to the created subproperty.
4985
+
*
4986
+
* Create a request for the method "properties.provisionSubproperty".
4987
+
*
4988
+
* This request holds the parameters needed by the analyticsadmin server. After setting any
4989
+
* optional parameters, call the {@link ProvisionSubproperty#execute()} method to invoke the remote
4990
+
* operation.
4991
+
*
4992
+
* @param content the {@link com.google.api.services.analyticsadmin.v1alpha.model.GoogleAnalyticsAdminV1alphaProvisionSubpropertyRequest}
4993
+
* @return the request
4994
+
*/
4995
+
public ProvisionSubproperty provisionSubproperty(com.google.api.services.analyticsadmin.v1alpha.model.GoogleAnalyticsAdminV1alphaProvisionSubpropertyRequest content) throws java.io.IOException {
4996
+
ProvisionSubproperty result = new ProvisionSubproperty(content);
4997
+
initialize(result);
4998
+
return result;
4999
+
}
5000
+
5001
+
public class ProvisionSubproperty extends GoogleAnalyticsAdminRequest<com.google.api.services.analyticsadmin.v1alpha.model.GoogleAnalyticsAdminV1alphaProvisionSubpropertyResponse> {
5002
+
5003
+
private static final String REST_PATH = "v1alpha/properties:provisionSubproperty";
5004
+
5005
+
/**
5006
+
* Create a subproperty and a subproperty event filter that applies to the created subproperty.
5007
+
*
5008
+
* Create a request for the method "properties.provisionSubproperty".
5009
+
*
5010
+
* This request holds the parameters needed by the the analyticsadmin server. After setting any
5011
+
* optional parameters, call the {@link ProvisionSubproperty#execute()} method to invoke the
Copy file name to clipboardExpand all lines: clients/google-api-services-analyticsadmin/v1alpha/2.0.0/com/google/api/services/analyticsadmin/v1alpha/model/GoogleAnalyticsAdminV1alphaProvisionSubpropertyRequest.java
Copy file name to clipboardExpand all lines: clients/google-api-services-analyticsadmin/v1alpha/2.0.0/com/google/api/services/analyticsadmin/v1alpha/model/GoogleAnalyticsAdminV1alphaProvisionSubpropertyResponse.java
0 commit comments