Class SupportEventSubscriptionsResource
The "supportEventSubscriptions" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudSupport.v2beta
Assembly: Google.Apis.CloudSupport.v2beta.dll
Syntax
public class SupportEventSubscriptionsResource
Constructors
SupportEventSubscriptionsResource(IClientService)
Constructs a new resource.
Declaration
public SupportEventSubscriptionsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Create(SupportEventSubscription, string)
Creates a support event subscription for an organization.
Declaration
public virtual SupportEventSubscriptionsResource.CreateRequest Create(SupportEventSubscription body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| SupportEventSubscription | body | The body of the request. |
| string | parent | Required. The parent resource name where the support event subscription will be created. Format: organizations/{organization_id} |
Returns
| Type | Description |
|---|---|
| SupportEventSubscriptionsResource.CreateRequest |
Delete(string)
Soft deletes a support event subscription.
Declaration
public virtual SupportEventSubscriptionsResource.DeleteRequest Delete(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The name of the support event subscription to delete. Format: organizations/{organization_id}/supportEventSubscriptions/{subscription_id} |
Returns
| Type | Description |
|---|---|
| SupportEventSubscriptionsResource.DeleteRequest |
Get(string)
Gets a support event subscription.
Declaration
public virtual SupportEventSubscriptionsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The name of the support event subscription to retrieve. Format: organizations/{organization_id}/supportEventSubscriptions/{subscription_id} |
Returns
| Type | Description |
|---|---|
| SupportEventSubscriptionsResource.GetRequest |
List(string)
Lists support event subscriptions.
Declaration
public virtual SupportEventSubscriptionsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The fully qualified name of the Cloud resource to list support event subscriptions under. Format: organizations/{organization_id} |
Returns
| Type | Description |
|---|---|
| SupportEventSubscriptionsResource.ListRequest |
Patch(SupportEventSubscription, string)
Updates a support event subscription.
Declaration
public virtual SupportEventSubscriptionsResource.PatchRequest Patch(SupportEventSubscription body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| SupportEventSubscription | body | The body of the request. |
| string | name | Identifier. The resource name of the support event subscription. |
Returns
| Type | Description |
|---|---|
| SupportEventSubscriptionsResource.PatchRequest |
Undelete(UndeleteSupportEventSubscriptionRequest, string)
Undeletes a support event subscription.
Declaration
public virtual SupportEventSubscriptionsResource.UndeleteRequest Undelete(UndeleteSupportEventSubscriptionRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| UndeleteSupportEventSubscriptionRequest | body | The body of the request. |
| string | name | Required. The name of the support event subscription to undelete. Format: organizations/{organization_id}/supportEventSubscriptions/{subscription_id} |
Returns
| Type | Description |
|---|---|
| SupportEventSubscriptionsResource.UndeleteRequest |