Show / Hide Table of Contents

Class OrganizationsResource.LocationsResource.NotificationsResource.GetRequest

Gets a notification.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>
AdvisorynotificationsBaseServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>
OrganizationsResource.LocationsResource.NotificationsResource.GetRequest
Implements
IClientServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>
IClientServiceRequest
Inherited Members
AdvisorynotificationsBaseServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>.Xgafv
AdvisorynotificationsBaseServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>.AccessToken
AdvisorynotificationsBaseServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>.Alt
AdvisorynotificationsBaseServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>.Callback
AdvisorynotificationsBaseServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>.Fields
AdvisorynotificationsBaseServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>.Key
AdvisorynotificationsBaseServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>.OauthToken
AdvisorynotificationsBaseServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>.PrettyPrint
AdvisorynotificationsBaseServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>.QuotaUser
AdvisorynotificationsBaseServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>.UploadType
AdvisorynotificationsBaseServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>.UploadProtocol
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>.Execute()
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>.ExecuteAsync()
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>.GetBody()
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>.ETagAction
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>.ModifyRequest
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>.ValidateParameters
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>.ApiVersion
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>.RequestParameters
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Advisorynotifications.v1
Assembly: Google.Apis.Advisorynotifications.v1.dll
Syntax
public class OrganizationsResource.LocationsResource.NotificationsResource.GetRequest : AdvisorynotificationsBaseServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>, IClientServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(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.GoogleCloudAdvisorynotificationsV1Notification>.HttpMethod

LanguageCode

ISO code for requested localization language. If unset, will be interpereted as "en". If the requested language is valid, but not supported for this notification, English will be returned with an "Not applicable" LocalizationState. If the ISO code is invalid (i.e. not a real language), this RPC will throw an error.

Declaration
[RequestParameter("languageCode", RequestParameterType.Query)]
public virtual string LanguageCode { get; set; }
Property Value
Type Description
string

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.GoogleCloudAdvisorynotificationsV1Notification>.MethodName

Name

Required. A name of the notification to retrieve. Format: organizations/{organization}/locations/{location}/notifications/{notification} or projects/{projects}/locations/{location}/notifications/{notification}.

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.GoogleCloudAdvisorynotificationsV1Notification>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
AdvisorynotificationsBaseServiceRequest<GoogleCloudAdvisorynotificationsV1Notification>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX