Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GlobalResource

The "global" collection of methods.

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

Constructors

GlobalResource(IClientService)

Constructs a new resource.

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

Properties

CustomConnectors

Gets the CustomConnectors resource.

Declaration
public virtual ProjectsResource.LocationsResource.GlobalResource.CustomConnectorsResource CustomConnectors { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.GlobalResource.CustomConnectorsResource

ManagedZones

Gets the ManagedZones resource.

Declaration
public virtual ProjectsResource.LocationsResource.GlobalResource.ManagedZonesResource ManagedZones { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.GlobalResource.ManagedZonesResource

Methods

GetSettings(string)

GetGlobalSettings gets settings of a project. GlobalSettings is a singleton resource.

Declaration
public virtual ProjectsResource.LocationsResource.GlobalResource.GetSettingsRequest GetSettings(string name)
Parameters
Type Name Description
string name

Required. The resource name of the Settings.

Returns
Type Description
ProjectsResource.LocationsResource.GlobalResource.GetSettingsRequest

UpdateSettings(Settings, string)

Update the global settings of a project.

Declaration
public virtual ProjectsResource.LocationsResource.GlobalResource.UpdateSettingsRequest UpdateSettings(Settings body, string name)
Parameters
Type Name Description
Settings body

The body of the request.

string name

Output only. Resource name of the Connection. Format: projects/{project}/locations/global/settings}

Returns
Type Description
ProjectsResource.LocationsResource.GlobalResource.UpdateSettingsRequest
In this article
Back to top Generated by DocFX