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

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

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






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












com.google.api.services.analyticsadmin.v1beta

Class GoogleAnalyticsAdmin.Properties.KeyEvents

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

      • KeyEvents

        public KeyEvents()
    • Method Detail

      • delete

        public GoogleAnalyticsAdmin.Properties.KeyEvents.Delete delete(String name)
                                                                throws IOException
        Deletes a Key Event. Create a request for the method "keyEvents.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 resource name of the Key Event to delete. Format: properties/{property}/keyEvents/{key_event} Example: "properties/123/keyEvents/456"
        Returns:
        the request
        Throws:
        IOException
      • get

        public GoogleAnalyticsAdmin.Properties.KeyEvents.Get get(String name)
                                                          throws IOException
        Retrieve a single Key Event. Create a request for the method "keyEvents.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 resource name of the Key Event to retrieve. Format: properties/{property}/keyEvents/{key_event} Example: "properties/123/keyEvents/456"
        Returns:
        the request
        Throws:
        IOException
      • list

        public GoogleAnalyticsAdmin.Properties.KeyEvents.List list(String parent)
                                                            throws IOException
        Returns a list of Key Events in the specified parent property. Returns an empty list if no Key Events are found. Create a request for the method "keyEvents.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. The resource name of the parent property. Example: 'properties/123'
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy