Show / Hide Table of Contents

Class ServicesResource

The "services" collection of methods.

Inheritance
object
ServicesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AccessContextManager.v1
Assembly: Google.Apis.AccessContextManager.v1.dll
Syntax
public class ServicesResource

Constructors

ServicesResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Returns a VPC-SC supported service based on the service name.

Declaration
public virtual ServicesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

The name of the service to get information about. The names must be in the same format as used in defining a service perimeter, for example, storage.googleapis.com.

Returns
Type Description
ServicesResource.GetRequest

List()

Lists all VPC-SC supported services.

Declaration
public virtual ServicesResource.ListRequest List()
Returns
Type Description
ServicesResource.ListRequest
In this article
Back to top Generated by DocFX