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

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

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






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












com.google.api.services.analyticsadmin.v1beta

Class GoogleAnalyticsAdmin.Properties.FirebaseLinks

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

      • FirebaseLinks

        public FirebaseLinks()
    • Method Detail

      • delete

        public GoogleAnalyticsAdmin.Properties.FirebaseLinks.Delete delete(String name)
                                                                    throws IOException
        Deletes a FirebaseLink on a property Create a request for the method "firebaseLinks.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. Format: properties/{property_id}/firebaseLinks/{firebase_link_id} Example: `properties/1234/firebaseLinks/5678`
        Returns:
        the request
        Throws:
        IOException
      • list

        public GoogleAnalyticsAdmin.Properties.FirebaseLinks.List list(String parent)
                                                                throws IOException
        Lists FirebaseLinks on a property. Properties can have at most one FirebaseLink. Create a request for the method "firebaseLinks.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. Format: properties/{property_id} Example: `properties/1234`
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy