Class ProjectsResource.LocationsResource.GlobalResource
The "global" collection of methods.
Inherited Members
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 |