Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GoldengateDeploymentVersionsResource

The "goldengateDeploymentVersions" collection of methods.

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

Constructors

GoldengateDeploymentVersionsResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Gets details of a single GoldengateDeploymentVersion.

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

Required. The name of the GoldengateDeploymentVersion to retrieve. Format: projects/{project}/locations/{location}/goldengateDeploymentVersions/{goldengate_deployment_version}

Returns
Type Description
ProjectsResource.LocationsResource.GoldengateDeploymentVersionsResource.GetRequest

List(string)

Lists GoldengateDeploymentVersions in a given project and location.

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

Required. Parent value for ListGoldengateDeploymentVersionsRequest Format: projects/{project}/locations/{location}

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