Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GoldengateDeploymentEnvironmentsResource

The "goldengateDeploymentEnvironments" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.GoldengateDeploymentEnvironmentsResource
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.GoldengateDeploymentEnvironmentsResource

Constructors

GoldengateDeploymentEnvironmentsResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Gets details of a single GoldengateDeploymentEnvironment.

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

Required. Name of the resource with the format: projects/{project}/locations/{location}/goldengateDeploymentEnvironments/{goldengate_deployment_environment}

Returns
Type Description
ProjectsResource.LocationsResource.GoldengateDeploymentEnvironmentsResource.GetRequest

List(string)

Lists GoldengateDeploymentEnvironments in a given project and location.

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

Required. The parent, which owns this collection of GoldengateDeploymentEnvironments. Format: projects/{project}/locations/{location}

Returns
Type Description
ProjectsResource.LocationsResource.GoldengateDeploymentEnvironmentsResource.ListRequest
In this article
Back to top Generated by DocFX