target.apidocs.com.google.api.services.integrations.v1alpha.Integrations.Projects.Locations.SfdcInstances.html Maven / Gradle / Ivy
Integrations.Projects.Locations.SfdcInstances (Application Integration API v1alpha-rev20230117-2.0.0)
com.google.api.services.integrations.v1alpha
Class Integrations.Projects.Locations.SfdcInstances
- java.lang.Object
-
- com.google.api.services.integrations.v1alpha.Integrations.Projects.Locations.SfdcInstances
-
- Enclosing class:
- Integrations.Projects.Locations
public class Integrations.Projects.Locations.SfdcInstances
extends Object
The "sfdcInstances" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Integrations.Projects.Locations.SfdcInstances.Create
class
Integrations.Projects.Locations.SfdcInstances.Delete
class
Integrations.Projects.Locations.SfdcInstances.Get
class
Integrations.Projects.Locations.SfdcInstances.List
class
Integrations.Projects.Locations.SfdcInstances.Patch
class
Integrations.Projects.Locations.SfdcInstances.SfdcChannels
The "sfdcChannels" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
SfdcInstances()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Integrations.Projects.Locations.SfdcInstances.Create
create(String parent,
GoogleCloudIntegrationsV1alphaSfdcInstance content)
Creates an sfdc instance record.
Integrations.Projects.Locations.SfdcInstances.Delete
delete(String name)
Deletes an sfdc instance.
Integrations.Projects.Locations.SfdcInstances.Get
get(String name)
Gets an sfdc instance.
Integrations.Projects.Locations.SfdcInstances.List
list(String parent)
Lists all sfdc instances that match the filter.
Integrations.Projects.Locations.SfdcInstances.Patch
patch(String name,
GoogleCloudIntegrationsV1alphaSfdcInstance content)
Updates an sfdc instance.
Integrations.Projects.Locations.SfdcInstances.SfdcChannels
sfdcChannels()
An accessor for creating requests from the SfdcChannels collection.
-
-
Method Detail
-
create
public Integrations.Projects.Locations.SfdcInstances.Create create(String parent,
GoogleCloudIntegrationsV1alphaSfdcInstance content)
throws IOException
Creates an sfdc instance record. Store the sfdc instance in Spanner. Returns the sfdc instance.
Create a request for the method "sfdcInstances.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 GoogleCloudIntegrationsV1alphaSfdcInstance
- Returns:
- the request
- Throws:
IOException
-
delete
public Integrations.Projects.Locations.SfdcInstances.Delete delete(String name)
throws IOException
Deletes an sfdc instance.
Create a request for the method "sfdcInstances.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 SfdcInstance.
- Returns:
- the request
- Throws:
IOException
-
get
public Integrations.Projects.Locations.SfdcInstances.Get get(String name)
throws IOException
Gets an sfdc instance. If the instance doesn't exist, Code.NOT_FOUND exception will be thrown.
Create a request for the method "sfdcInstances.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 SfdcInstance.
- Returns:
- the request
- Throws:
IOException
-
list
public Integrations.Projects.Locations.SfdcInstances.List list(String parent)
throws IOException
Lists all sfdc instances that match the filter. Restrict to sfdc instances belonging to the
current client only.
Create a request for the method "sfdcInstances.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 SfdcInstances.
- Returns:
- the request
- Throws:
IOException
-
patch
public Integrations.Projects.Locations.SfdcInstances.Patch patch(String name,
GoogleCloudIntegrationsV1alphaSfdcInstance content)
throws IOException
Updates an sfdc instance. Updates the sfdc instance in spanner. Returns the sfdc instance.
Create a request for the method "sfdcInstances.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 instance
projects/{project}/locations/{location}/sfdcInstances/{sfdcInstance}.
content - the GoogleCloudIntegrationsV1alphaSfdcInstance
- Returns:
- the request
- Throws:
IOException
-
sfdcChannels
public Integrations.Projects.Locations.SfdcInstances.SfdcChannels sfdcChannels()
An accessor for creating requests from the SfdcChannels collection.
The typical use is:
Integrations integrations = new Integrations(...);
Integrations.SfdcChannels.List request = integrations.sfdcChannels().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2023 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy