Class ProjectsResource.LocationsResource.MulticastGroupConsumerActivationsResource
The "multicastGroupConsumerActivations" collection of methods.
Inherited Members
Namespace: Google.Apis.NetworkServices.v1
Assembly: Google.Apis.NetworkServices.v1.dll
Syntax
public class ProjectsResource.LocationsResource.MulticastGroupConsumerActivationsResource
Constructors
MulticastGroupConsumerActivationsResource(IClientService)
Constructs a new resource.
Declaration
public MulticastGroupConsumerActivationsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Create(MulticastGroupConsumerActivation, string)
Creates a new multicast group consumer activation in a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.MulticastGroupConsumerActivationsResource.CreateRequest Create(MulticastGroupConsumerActivation body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| MulticastGroupConsumerActivation | body | The body of the request. |
| string | parent | Required. The parent resource of the multicast group consumer activation. Use the following format:
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.MulticastGroupConsumerActivationsResource.CreateRequest |
Delete(string)
Deletes a single multicast group consumer activation.
Declaration
public virtual ProjectsResource.LocationsResource.MulticastGroupConsumerActivationsResource.DeleteRequest Delete(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The resource name of the multicast group consumer activation to delete. Use the following
format: |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.MulticastGroupConsumerActivationsResource.DeleteRequest |
Get(string)
Gets details of a single multicast group consumer activation.
Declaration
public virtual ProjectsResource.LocationsResource.MulticastGroupConsumerActivationsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The resource name of the multicast group consumer activation to get. Use the following
format: |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.MulticastGroupConsumerActivationsResource.GetRequest |
List(string)
Lists multicast group consumer activations in a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.MulticastGroupConsumerActivationsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The parent resource for which to list multicast group consumer activations. Use the
following format: |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.MulticastGroupConsumerActivationsResource.ListRequest |
Patch(MulticastGroupConsumerActivation, string)
Updates the parameters of a single multicast group consumer activation.
Declaration
public virtual ProjectsResource.LocationsResource.MulticastGroupConsumerActivationsResource.PatchRequest Patch(MulticastGroupConsumerActivation body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| MulticastGroupConsumerActivation | body | The body of the request. |
| string | name | Identifier. The resource name of the multicast group consumer activation. Use the following format:
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.MulticastGroupConsumerActivationsResource.PatchRequest |