Show / Hide Table of Contents

Class OrganizationsResource.LocationsResource.NotificationsResource.ListRequest

Lists notifications under a given parent.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>
AdvisorynotificationsBaseServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>
OrganizationsResource.LocationsResource.NotificationsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>
IClientServiceRequest
Inherited Members
AdvisorynotificationsBaseServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>.Xgafv
AdvisorynotificationsBaseServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>.AccessToken
AdvisorynotificationsBaseServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>.Alt
AdvisorynotificationsBaseServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>.Callback
AdvisorynotificationsBaseServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>.Fields
AdvisorynotificationsBaseServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>.Key
AdvisorynotificationsBaseServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>.OauthToken
AdvisorynotificationsBaseServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>.PrettyPrint
AdvisorynotificationsBaseServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>.QuotaUser
AdvisorynotificationsBaseServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>.UploadType
AdvisorynotificationsBaseServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>.Execute()
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>.GetBody()
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>.ETagAction
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>.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.ListRequest : AdvisorynotificationsBaseServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>, IClientServiceRequest<GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

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

PageSize

The maximum number of notifications to return. The service may return fewer than this value. If unspecified or equal to 0, at most 50 notifications will be returned. The maximum value is 50; values above 50 will be coerced to 50.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

A page token returned from a previous request. When paginating, all other parameters provided in the request must match the call that returned the page token.

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

Parent

Required. The parent, which owns this collection of notifications. Must be of the form "organizations/{organization}/locations/{location}" or "projects/{project}/locations/{location}".

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { 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.GoogleCloudAdvisorynotificationsV1ListNotificationsResponse>.RestPath

View

Specifies which parts of the notification resource should be returned in the response.

Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual OrganizationsResource.LocationsResource.NotificationsResource.ListRequest.ViewEnum? View { get; set; }
Property Value
Type Description
OrganizationsResource.LocationsResource.NotificationsResource.ListRequest.ViewEnum?

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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