Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GoldengateDeploymentsResource

The "goldengateDeployments" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.GoldengateDeploymentsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OracleDatabase.v1
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class ProjectsResource.LocationsResource.GoldengateDeploymentsResource

Constructors

GoldengateDeploymentsResource(IClientService)

Constructs a new resource.

Declaration
public GoldengateDeploymentsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(GoldengateDeployment, string)

Creates a new GoldengateDeployment in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.GoldengateDeploymentsResource.CreateRequest Create(GoldengateDeployment body, string parent)
Parameters
Type Name Description
GoldengateDeployment body

The body of the request.

string parent

Required. The value for parent of the GoldengateDeployment in the following format: projects/{project}/locations/{location}.

Returns
Type Description
ProjectsResource.LocationsResource.GoldengateDeploymentsResource.CreateRequest

Delete(string)

Deletes a single GoldengateDeployment.

Declaration
public virtual ProjectsResource.LocationsResource.GoldengateDeploymentsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the GoldengateDeployment in the following format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}.

Returns
Type Description
ProjectsResource.LocationsResource.GoldengateDeploymentsResource.DeleteRequest

Get(string)

Gets details of a single GoldengateDeployment.

Declaration
public virtual ProjectsResource.LocationsResource.GoldengateDeploymentsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the GoldengateDeployment in the following format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}.

Returns
Type Description
ProjectsResource.LocationsResource.GoldengateDeploymentsResource.GetRequest

List(string)

Lists all the GoldengateDeployments for the given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.GoldengateDeploymentsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent value for GoldengateDeployments in the following format: projects/{project}/locations/{location}.

Returns
Type Description
ProjectsResource.LocationsResource.GoldengateDeploymentsResource.ListRequest

Start(StartGoldengateDeploymentRequest, string)

Starts a single GoldengateDeployment.

Declaration
public virtual ProjectsResource.LocationsResource.GoldengateDeploymentsResource.StartRequest Start(StartGoldengateDeploymentRequest body, string name)
Parameters
Type Name Description
StartGoldengateDeploymentRequest body

The body of the request.

string name

Required. The name of the Goldengate Deployment in the following format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}.

Returns
Type Description
ProjectsResource.LocationsResource.GoldengateDeploymentsResource.StartRequest

Stop(StopGoldengateDeploymentRequest, string)

Stops a single GoldengateDeployment.

Declaration
public virtual ProjectsResource.LocationsResource.GoldengateDeploymentsResource.StopRequest Stop(StopGoldengateDeploymentRequest body, string name)
Parameters
Type Name Description
StopGoldengateDeploymentRequest body

The body of the request.

string name

Required. The name of the Goldengate Deployment in the following format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}.

Returns
Type Description
ProjectsResource.LocationsResource.GoldengateDeploymentsResource.StopRequest
In this article
Back to top Generated by DocFX