public sealed class ListSupportEventSubscriptionsRequest : IMessage<ListSupportEventSubscriptionsRequest>, IEquatable<ListSupportEventSubscriptionsRequest>, IDeepCloneable<ListSupportEventSubscriptionsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Google Cloud Support v2beta API class ListSupportEventSubscriptionsRequest.
Request message for ListSupportEventSubscriptions.
Implements
IMessageListSupportEventSubscriptionsRequest, IEquatableListSupportEventSubscriptionsRequest, IDeepCloneableListSupportEventSubscriptionsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Support.V2BetaAssembly
Google.Cloud.Support.V2Beta.dll
Constructors
ListSupportEventSubscriptionsRequest()
public ListSupportEventSubscriptionsRequest()ListSupportEventSubscriptionsRequest(ListSupportEventSubscriptionsRequest)
public ListSupportEventSubscriptionsRequest(ListSupportEventSubscriptionsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListSupportEventSubscriptionsRequest |
Properties
Filter
public string Filter { get; set; }Optional. Filter expression based on AIP-160. Supported fields:
- pub_sub_topic
- state
Examples:
pub_sub_topic="projects/example-project/topics/example-topic"state=WORKINGpub_sub_topic="projects/example-project/topics/example-topic" AND state=WORKING
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Optional. The maximum number of support event subscriptions to return.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The fully qualified name of the Cloud resource to list support event subscriptions under. Format: organizations/{organization_id}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsOrganizationName
public OrganizationName ParentAsOrganizationName { get; set; }OrganizationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
OrganizationName |
|
ShowDeleted
public bool ShowDeleted { get; set; }Optional. Whether to show deleted subscriptions. By default, deleted subscriptions are not returned.
| Property Value | |
|---|---|
| Type | Description |
bool |
|