target.apidocs.com.google.api.services.eventarc.v1.Eventarc.Projects.Locations.html Maven / Gradle / Ivy
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.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Eventarc.Projects.Locations.ChannelConnections
The "channelConnections" collection of methods.
class
Eventarc.Projects.Locations.Channels
The "channels" collection of methods.
class
Eventarc.Projects.Locations.Get
class
Eventarc.Projects.Locations.GetGoogleChannelConfig
class
Eventarc.Projects.Locations.List
class
Eventarc.Projects.Locations.Operations
The "operations" collection of methods.
class
Eventarc.Projects.Locations.Providers
The "providers" collection of methods.
class
Eventarc.Projects.Locations.Triggers
The "triggers" collection of methods.
class
Eventarc.Projects.Locations.UpdateGoogleChannelConfig
-
Constructor Summary
Constructors
Constructor and Description
Locations()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Eventarc.Projects.Locations.ChannelConnections
channelConnections()
An accessor for creating requests from the ChannelConnections collection.
Eventarc.Projects.Locations.Channels
channels()
An accessor for creating requests from the Channels collection.
Eventarc.Projects.Locations.Get
get(String name)
Gets information about a location.
Eventarc.Projects.Locations.GetGoogleChannelConfig
getGoogleChannelConfig(String name)
Get a GoogleChannelConfig
Create a request for the method "locations.getGoogleChannelConfig".
Eventarc.Projects.Locations.List
list(String name)
Lists information about the supported locations for this service.
Eventarc.Projects.Locations.Operations
operations()
An accessor for creating requests from the Operations collection.
Eventarc.Projects.Locations.Providers
providers()
An accessor for creating requests from the Providers collection.
Eventarc.Projects.Locations.Triggers
triggers()
An accessor for creating requests from the Triggers collection.
Eventarc.Projects.Locations.UpdateGoogleChannelConfig
updateGoogleChannelConfig(String name,
GoogleChannelConfig content)
Update a single GoogleChannelConfig
Create a request for the method "locations.updateGoogleChannelConfig".
-
-
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