Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GoldengateConnectionAssignmentsResource

The "goldengateConnectionAssignments" collection of methods.

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

Constructors

GoldengateConnectionAssignmentsResource(IClientService)

Constructs a new resource.

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

Methods

Create(GoldengateConnectionAssignment, string)

Creates a new GoldengateConnectionAssignment in a given project and location.

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

The body of the request.

string parent

Required. The parent resource where this GoldengateConnectionAssignment will be created. Format: projects/{project}/locations/{location}

Returns
Type Description
ProjectsResource.LocationsResource.GoldengateConnectionAssignmentsResource.CreateRequest

Delete(string)

Deletes a single GoldengateConnectionAssignment.

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

Required. The name of the GoldengateConnectionAssignment to delete. Format: projects/{project}/locations/{location}/goldengateConnectionAssignments/{goldengate_connection_assignment}

Returns
Type Description
ProjectsResource.LocationsResource.GoldengateConnectionAssignmentsResource.DeleteRequest

Get(string)

Gets details of a single GoldengateConnectionAssignment.

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

Required. The name of the GoldengateConnectionAssignment to retrieve. Format: projects/{project}/locations/{location}/goldengateConnectionAssignments/{goldengate_connection_assignment}

Returns
Type Description
ProjectsResource.LocationsResource.GoldengateConnectionAssignmentsResource.GetRequest

List(string)

Lists GoldengateConnectionAssignments in a given project and location.

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

Required. The parent value for the GoldengateConnectionAssignments. Format: projects/{project}/locations/{location}

Returns
Type Description
ProjectsResource.LocationsResource.GoldengateConnectionAssignmentsResource.ListRequest

Test(TestGoldengateConnectionAssignmentRequest, string)

Tests a single GoldengateConnectionAssignment.

Declaration
public virtual ProjectsResource.LocationsResource.GoldengateConnectionAssignmentsResource.TestRequest Test(TestGoldengateConnectionAssignmentRequest body, string name)
Parameters
Type Name Description
TestGoldengateConnectionAssignmentRequest body

The body of the request.

string name

Required. Name of the connection assignment for which to test connection. projects/{project}/locations/{region}/goldengateConnectionAssignments/{goldengate_connection_assignment}

Returns
Type Description
ProjectsResource.LocationsResource.GoldengateConnectionAssignmentsResource.TestRequest
In this article
Back to top Generated by DocFX