Class GlobalFrontendSettingsResource
The "globalFrontendSettings" collection of methods.
Inherited Members
Namespace: Google.Apis.Compute.beta
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class GlobalFrontendSettingsResource
Constructors
GlobalFrontendSettingsResource(IClientService)
Constructs a new resource.
Declaration
public GlobalFrontendSettingsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Get(string)
Gets the Global Frontend Billing Bundle Settings for a project.
Declaration
public virtual GlobalFrontendSettingsResource.GetRequest Get(string project)
Parameters
| Type | Name | Description |
|---|---|---|
| string | project |
|
Returns
| Type | Description |
|---|---|
| GlobalFrontendSettingsResource.GetRequest |
Patch(GlobalFrontendSettings, string)
Updates the Global Frontend Billing Bundle Settings for a project.
Declaration
public virtual GlobalFrontendSettingsResource.PatchRequest Patch(GlobalFrontendSettings body, string project)
Parameters
| Type | Name | Description |
|---|---|---|
| GlobalFrontendSettings | body | The body of the request. |
| string | project |
|
Returns
| Type | Description |
|---|---|
| GlobalFrontendSettingsResource.PatchRequest |