Class ProjectsResource.LocationsResource.GetSettingsRequest
Get notification settings.
Inheritance
ProjectsResource.LocationsResource.GetSettingsRequest
Inherited Members
Namespace: Google.Apis.Advisorynotifications.v1
Assembly: Google.Apis.Advisorynotifications.v1.dll
Syntax
public class ProjectsResource.LocationsResource.GetSettingsRequest : AdvisorynotificationsBaseServiceRequest<GoogleCloudAdvisorynotificationsV1Settings>, IClientServiceRequest<GoogleCloudAdvisorynotificationsV1Settings>, IClientServiceRequest
Constructors
GetSettingsRequest(IClientService, string)
Constructs a new GetSettings request.
Declaration
public GetSettingsRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Advisorynotifications.v1.Data.GoogleCloudAdvisorynotificationsV1Settings>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Advisorynotifications.v1.Data.GoogleCloudAdvisorynotificationsV1Settings>.MethodName
Name
Required. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings or projects/{projects}/locations/{location}/settings.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Advisorynotifications.v1.Data.GoogleCloudAdvisorynotificationsV1Settings>.RestPath
Methods
InitParameters()
Initializes GetSettings parameter list.
Declaration
protected override void InitParameters()
Overrides
AdvisorynotificationsBaseServiceRequest<GoogleCloudAdvisorynotificationsV1Settings>.InitParameters()