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

target.apidocs.com.google.api.services.eventarc.v1.Eventarc.Projects.Locations.html Maven / Gradle / Ivy

There is a newer version: v1-rev20241203-2.0.0
Show newest version






Eventarc.Projects.Locations (Eventarc API v1-rev20240102-2.0.0)












com.google.api.services.eventarc.v1

Class Eventarc.Projects.Locations

  • java.lang.Object
    • com.google.api.services.eventarc.v1.Eventarc.Projects.Locations
  • Enclosing class:
    Eventarc.Projects


    public class Eventarc.Projects.Locations
    extends Object
    The "locations" collection of methods.
    • Constructor Detail

      • Locations

        public Locations()
    • Method Detail

      • get

        public Eventarc.Projects.Locations.Get get(String name)
                                            throws IOException
        Gets information about a location. Create a request for the method "locations.get". This request holds the parameters needed by the eventarc server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - Resource name for the location.
        Returns:
        the request
        Throws:
        IOException
      • getGoogleChannelConfig

        public Eventarc.Projects.Locations.GetGoogleChannelConfig getGoogleChannelConfig(String name)
                                                                                  throws IOException
        Get a GoogleChannelConfig Create a request for the method "locations.getGoogleChannelConfig". This request holds the parameters needed by the eventarc server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - Required. The name of the config to get.
        Returns:
        the request
        Throws:
        IOException
      • list

        public Eventarc.Projects.Locations.List list(String name)
                                              throws IOException
        Lists information about the supported locations for this service. Create a request for the method "locations.list". This request holds the parameters needed by the eventarc server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - The resource that owns the locations collection, if applicable.
        Returns:
        the request
        Throws:
        IOException
      • updateGoogleChannelConfig

        public Eventarc.Projects.Locations.UpdateGoogleChannelConfig updateGoogleChannelConfig(String name,
                                                                                               GoogleChannelConfig content)
                                                                                        throws IOException
        Update a single GoogleChannelConfig Create a request for the method "locations.updateGoogleChannelConfig". This request holds the parameters needed by the eventarc server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - Required. The resource name of the config. Must be in the format of, `projects/{project}/locations/{location}/googleChannelConfig`.
        content - the GoogleChannelConfig
        Returns:
        the request
        Throws:
        IOException
      • channelConnections

        public Eventarc.Projects.Locations.ChannelConnections channelConnections()
        An accessor for creating requests from the ChannelConnections collection.

        The typical use is:

            Eventarc eventarc = new Eventarc(...);
            Eventarc.ChannelConnections.List request = eventarc.channelConnections().list(parameters ...)
         
        Returns:
        the resource collection
      • channels

        public Eventarc.Projects.Locations.Channels channels()
        An accessor for creating requests from the Channels collection.

        The typical use is:

            Eventarc eventarc = new Eventarc(...);
            Eventarc.Channels.List request = eventarc.channels().list(parameters ...)
         
        Returns:
        the resource collection
      • operations

        public Eventarc.Projects.Locations.Operations operations()
        An accessor for creating requests from the Operations collection.

        The typical use is:

            Eventarc eventarc = new Eventarc(...);
            Eventarc.Operations.List request = eventarc.operations().list(parameters ...)
         
        Returns:
        the resource collection
      • providers

        public Eventarc.Projects.Locations.Providers providers()
        An accessor for creating requests from the Providers collection.

        The typical use is:

            Eventarc eventarc = new Eventarc(...);
            Eventarc.Providers.List request = eventarc.providers().list(parameters ...)
         
        Returns:
        the resource collection
      • triggers

        public Eventarc.Projects.Locations.Triggers triggers()
        An accessor for creating requests from the Triggers collection.

        The typical use is:

            Eventarc eventarc = new Eventarc(...);
            Eventarc.Triggers.List request = eventarc.triggers().list(parameters ...)
         
        Returns:
        the resource collection

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy