Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.PrivateConnectionsResource

The "privateConnections" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.PrivateConnectionsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Datastream.v1alpha1
Assembly: Google.Apis.Datastream.v1alpha1.dll
Syntax
public class ProjectsResource.LocationsResource.PrivateConnectionsResource

Constructors

PrivateConnectionsResource(IClientService)

Constructs a new resource.

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

Properties

Routes

Gets the Routes resource.

Declaration
public virtual ProjectsResource.LocationsResource.PrivateConnectionsResource.RoutesResource Routes { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.PrivateConnectionsResource.RoutesResource

Methods

Create(PrivateConnection, string)

Use this method to create a private connectivity configuration.

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

The body of the request.

string parent

Required. The parent that owns the collection of PrivateConnections.

Returns
Type Description
ProjectsResource.LocationsResource.PrivateConnectionsResource.CreateRequest

Delete(string)

Use this method to delete a private connectivity configuration.

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

Required. The name of the private connectivity configuration to delete.

Returns
Type Description
ProjectsResource.LocationsResource.PrivateConnectionsResource.DeleteRequest

Get(string)

Use this method to get details about a private connectivity configuration.

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

Required. The name of the private connectivity configuration to get.

Returns
Type Description
ProjectsResource.LocationsResource.PrivateConnectionsResource.GetRequest

List(string)

Use this method to list private connectivity configurations in a project and location.

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

Required. The parent that owns the collection of private connectivity configurations.

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