All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.analyticsadmin.v1beta.GoogleAnalyticsAdmin.Properties.DataStreams.html Maven / Gradle / Ivy

There is a newer version: v1beta-rev20240823-2.0.0
Show newest version






GoogleAnalyticsAdmin.Properties.DataStreams (Google Analytics Admin API v1beta-rev20240916-2.0.0)












com.google.api.services.analyticsadmin.v1beta

Class GoogleAnalyticsAdmin.Properties.DataStreams

  • java.lang.Object
    • com.google.api.services.analyticsadmin.v1beta.GoogleAnalyticsAdmin.Properties.DataStreams
    • Constructor Detail

      • DataStreams

        public DataStreams()
    • Method Detail

      • delete

        public GoogleAnalyticsAdmin.Properties.DataStreams.Delete delete(String name)
                                                                  throws IOException
        Deletes a DataStream on a property. Create a request for the method "dataStreams.delete". This request holds the parameters needed by the analyticsadmin server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - Required. The name of the DataStream to delete. Example format: properties/1234/dataStreams/5678
        Returns:
        the request
        Throws:
        IOException
      • get

        public GoogleAnalyticsAdmin.Properties.DataStreams.Get get(String name)
                                                            throws IOException
        Lookup for a single DataStream. Create a request for the method "dataStreams.get". This request holds the parameters needed by the analyticsadmin server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - Required. The name of the DataStream to get. Example format: properties/1234/dataStreams/5678
        Returns:
        the request
        Throws:
        IOException
      • list

        public GoogleAnalyticsAdmin.Properties.DataStreams.List list(String parent)
                                                              throws IOException
        Lists DataStreams on a property. Create a request for the method "dataStreams.list". This request holds the parameters needed by the analyticsadmin server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        parent - Required. Example format: properties/1234
        Returns:
        the request
        Throws:
        IOException
      • measurementProtocolSecrets

        public GoogleAnalyticsAdmin.Properties.DataStreams.MeasurementProtocolSecrets measurementProtocolSecrets()
        An accessor for creating requests from the MeasurementProtocolSecrets collection.

        The typical use is:

            GoogleAnalyticsAdmin analyticsadmin = new GoogleAnalyticsAdmin(...);
            GoogleAnalyticsAdmin.MeasurementProtocolSecrets.List request = analyticsadmin.measurementProtocolSecrets().list(parameters ...)
         
        Returns:
        the resource collection

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy