Show / Hide Table of Contents

Class SupportEventSubscriptionsResource.ListRequest

Lists support event subscriptions.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListSupportEventSubscriptionsResponse>
CloudSupportBaseServiceRequest<ListSupportEventSubscriptionsResponse>
SupportEventSubscriptionsResource.ListRequest
Implements
IClientServiceRequest<ListSupportEventSubscriptionsResponse>
IClientServiceRequest
Inherited Members
CloudSupportBaseServiceRequest<ListSupportEventSubscriptionsResponse>.Xgafv
CloudSupportBaseServiceRequest<ListSupportEventSubscriptionsResponse>.AccessToken
CloudSupportBaseServiceRequest<ListSupportEventSubscriptionsResponse>.Alt
CloudSupportBaseServiceRequest<ListSupportEventSubscriptionsResponse>.Callback
CloudSupportBaseServiceRequest<ListSupportEventSubscriptionsResponse>.Fields
CloudSupportBaseServiceRequest<ListSupportEventSubscriptionsResponse>.Key
CloudSupportBaseServiceRequest<ListSupportEventSubscriptionsResponse>.OauthToken
CloudSupportBaseServiceRequest<ListSupportEventSubscriptionsResponse>.PrettyPrint
CloudSupportBaseServiceRequest<ListSupportEventSubscriptionsResponse>.QuotaUser
CloudSupportBaseServiceRequest<ListSupportEventSubscriptionsResponse>.UploadType
CloudSupportBaseServiceRequest<ListSupportEventSubscriptionsResponse>.UploadProtocol
ClientServiceRequest<ListSupportEventSubscriptionsResponse>.Execute()
ClientServiceRequest<ListSupportEventSubscriptionsResponse>.ExecuteAsStream()
ClientServiceRequest<ListSupportEventSubscriptionsResponse>.ExecuteAsync()
ClientServiceRequest<ListSupportEventSubscriptionsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListSupportEventSubscriptionsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListSupportEventSubscriptionsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListSupportEventSubscriptionsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListSupportEventSubscriptionsResponse>.GenerateRequestUri()
ClientServiceRequest<ListSupportEventSubscriptionsResponse>.GetBody()
ClientServiceRequest<ListSupportEventSubscriptionsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListSupportEventSubscriptionsResponse>.ETagAction
ClientServiceRequest<ListSupportEventSubscriptionsResponse>.ModifyRequest
ClientServiceRequest<ListSupportEventSubscriptionsResponse>.ValidateParameters
ClientServiceRequest<ListSupportEventSubscriptionsResponse>.ApiVersion
ClientServiceRequest<ListSupportEventSubscriptionsResponse>.RequestParameters
ClientServiceRequest<ListSupportEventSubscriptionsResponse>.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.CloudSupport.v2beta
Assembly: Google.Apis.CloudSupport.v2beta.dll
Syntax
public class SupportEventSubscriptionsResource.ListRequest : CloudSupportBaseServiceRequest<ListSupportEventSubscriptionsResponse>, IClientServiceRequest<ListSupportEventSubscriptionsResponse>, 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

Filter

Optional. Filter expression based on AIP-160. Supported fields: - pub_sub_topic - state Examples: - pub_sub_topic="projects/example-project/topics/example-topic" - state=WORKING - pub_sub_topic="projects/example-project/topics/example-topic" AND state=WORKING

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

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListSupportEventSubscriptionsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListSupportEventSubscriptionsResponse>.MethodName

PageSize

Optional. The maximum number of support event subscriptions to return.

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

PageToken

Optional. A token identifying the page of results to return. If unspecified, the first page is retrieved. When paginating, all other parameters provided to ListSupportEventSubscriptions must match the call that provided the page token.

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

Parent

Required. The fully qualified name of the Cloud resource to list support event subscriptions under. Format: organizations/{organization_id}

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
ClientServiceRequest<ListSupportEventSubscriptionsResponse>.RestPath

ShowDeleted

Optional. Whether to show deleted subscriptions. By default, deleted subscriptions are not returned.

Declaration
[RequestParameter("showDeleted", RequestParameterType.Query)]
public virtual bool? ShowDeleted { get; set; }
Property Value
Type Description
bool?

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudSupportBaseServiceRequest<ListSupportEventSubscriptionsResponse>.InitParameters()

Implements

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