Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.MulticastGroupConsumerActivationsResource

The "multicastGroupConsumerActivations" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.MulticastGroupConsumerActivationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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: projects/*/locations/*.

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: projects/*/locations/*/multicastGroupConsumerActivations/*.

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: projects/*/locations/*/multicastGroupConsumerActivations/*.

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: projects/*/locations/*.

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: projects/*/locations/*/multicastGroupConsumerActivations/*.

Returns
Type Description
ProjectsResource.LocationsResource.MulticastGroupConsumerActivationsResource.PatchRequest
In this article
Back to top Generated by DocFX