Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GoldengateConnectionTypesResource

The "goldengateConnectionTypes" collection of methods.

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

Constructors

GoldengateConnectionTypesResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Gets details of a single GoldengateConnectionType.

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

Required. Name of the resource in the format: projects/{project}/locations/{location}/goldengateConnectionTypes/{goldengate_connection_type}

Returns
Type Description
ProjectsResource.LocationsResource.GoldengateConnectionTypesResource.GetRequest

List(string)

Lists GoldengateConnectionTypes in a given project and location.

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

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

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