target.apidocs.com.google.api.services.integrations.v1alpha.Integrations.Projects.Locations.SfdcInstances.SfdcChannels.html Maven / Gradle / Ivy
Integrations.Projects.Locations.SfdcInstances.SfdcChannels (Application Integration API v1alpha-rev20230117-2.0.0)
com.google.api.services.integrations.v1alpha
Class Integrations.Projects.Locations.SfdcInstances.SfdcChannels
- java.lang.Object
-
- com.google.api.services.integrations.v1alpha.Integrations.Projects.Locations.SfdcInstances.SfdcChannels
-
- Enclosing class:
- Integrations.Projects.Locations.SfdcInstances
public class Integrations.Projects.Locations.SfdcInstances.SfdcChannels
extends Object
The "sfdcChannels" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Integrations.Projects.Locations.SfdcInstances.SfdcChannels.Create
class
Integrations.Projects.Locations.SfdcInstances.SfdcChannels.Delete
class
Integrations.Projects.Locations.SfdcInstances.SfdcChannels.Get
class
Integrations.Projects.Locations.SfdcInstances.SfdcChannels.List
class
Integrations.Projects.Locations.SfdcInstances.SfdcChannels.Patch
-
Constructor Summary
Constructors
Constructor and Description
SfdcChannels()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Integrations.Projects.Locations.SfdcInstances.SfdcChannels.Create
create(String parent,
GoogleCloudIntegrationsV1alphaSfdcChannel content)
Creates an sfdc channel record.
Integrations.Projects.Locations.SfdcInstances.SfdcChannels.Delete
delete(String name)
Deletes an sfdc channel.
Integrations.Projects.Locations.SfdcInstances.SfdcChannels.Get
get(String name)
Gets an sfdc channel.
Integrations.Projects.Locations.SfdcInstances.SfdcChannels.List
list(String parent)
Lists all sfdc channels that match the filter.
Integrations.Projects.Locations.SfdcInstances.SfdcChannels.Patch
patch(String name,
GoogleCloudIntegrationsV1alphaSfdcChannel content)
Updates an sfdc channel.
-
-
Method Detail
-
create
public Integrations.Projects.Locations.SfdcInstances.SfdcChannels.Create create(String parent,
GoogleCloudIntegrationsV1alphaSfdcChannel content)
throws IOException
Creates an sfdc channel record. Store the sfdc channel in Spanner. Returns the sfdc channel.
Create a request for the method "sfdcChannels.create".
This request holds the parameters needed by the integrations server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
parent - Required. "projects/{project}/locations/{location}" format.
content - the GoogleCloudIntegrationsV1alphaSfdcChannel
- Returns:
- the request
- Throws:
IOException
-
delete
public Integrations.Projects.Locations.SfdcInstances.SfdcChannels.Delete delete(String name)
throws IOException
Deletes an sfdc channel.
Create a request for the method "sfdcChannels.delete".
This request holds the parameters needed by the integrations server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
name - Required. The name that is associated with the SfdcChannel.
- Returns:
- the request
- Throws:
IOException
-
get
public Integrations.Projects.Locations.SfdcInstances.SfdcChannels.Get get(String name)
throws IOException
Gets an sfdc channel. If the channel doesn't exist, Code.NOT_FOUND exception will be thrown.
Create a request for the method "sfdcChannels.get".
This request holds the parameters needed by the integrations server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
name - Required. The name that is associated with the SfdcChannel.
- Returns:
- the request
- Throws:
IOException
-
list
public Integrations.Projects.Locations.SfdcInstances.SfdcChannels.List list(String parent)
throws IOException
Lists all sfdc channels that match the filter. Restrict to sfdc channels belonging to the current
client only.
Create a request for the method "sfdcChannels.list".
This request holds the parameters needed by the integrations server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
parent - Required. The client, which owns this collection of SfdcChannels.
- Returns:
- the request
- Throws:
IOException
-
patch
public Integrations.Projects.Locations.SfdcInstances.SfdcChannels.Patch patch(String name,
GoogleCloudIntegrationsV1alphaSfdcChannel content)
throws IOException
Updates an sfdc channel. Updates the sfdc channel in spanner. Returns the sfdc channel.
Create a request for the method "sfdcChannels.patch".
This request holds the parameters needed by the integrations server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
name - Resource name of the SFDC channel
projects/{project}/locations/{location}/sfdcInstances/{sfdc_instance}/sfdcChannels/{sfdc_c
hannel}.
content - the GoogleCloudIntegrationsV1alphaSfdcChannel
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2023 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy