Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GoldengateDeploymentTypesResource

The "goldengateDeploymentTypes" collection of methods.

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

Constructors

GoldengateDeploymentTypesResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Gets details of a single GoldenGateDeploymentType.

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

Required. The name of the GoldengateDeploymentType to retrieve. Format: projects/{project}/locations/{location}/goldengateDeploymentTypes/{goldengate_deployment_type}

Returns
Type Description
ProjectsResource.LocationsResource.GoldengateDeploymentTypesResource.GetRequest

List(string)

Lists GoldenGateDeploymentTypes in a given project and location.

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

Required. The parent resource. Format: projects/{project}/locations/{location}

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