Class ProjectsResource.LocationsResource.GoldengateConnectionsResource
The "goldengateConnections" collection of methods.
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class ProjectsResource.LocationsResource.GoldengateConnectionsResource
Constructors
GoldengateConnectionsResource(IClientService)
Constructs a new resource.
Declaration
public GoldengateConnectionsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Create(GoldengateConnection, string)
Creates a new GoldengateConnection in a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.GoldengateConnectionsResource.CreateRequest Create(GoldengateConnection body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| GoldengateConnection | body | The body of the request. |
| string | parent | Required. The value for parent of the GoldengateConnection in the following format: projects/{project}/locations/{location}. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.GoldengateConnectionsResource.CreateRequest |
Delete(string)
Deletes a single GoldengateConnection.
Declaration
public virtual ProjectsResource.LocationsResource.GoldengateConnectionsResource.DeleteRequest Delete(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The name of the GoldengateConnection in the following format: projects/{project}/locations/{location}/goldengateConnections/{goldengate_connection}. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.GoldengateConnectionsResource.DeleteRequest |
Get(string)
Gets details of a single GoldengateConnection.
Declaration
public virtual ProjectsResource.LocationsResource.GoldengateConnectionsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The name of the GoldengateConnection in the following format: projects/{project}/locations/{location}/goldengateConnections/{goldengate_connection}. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.GoldengateConnectionsResource.GetRequest |
List(string)
Lists all the GoldengateConnections for the given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.GoldengateConnectionsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The parent value for GoldengateConnections in the following format: projects/{project}/locations/{location}. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.GoldengateConnectionsResource.ListRequest |