Show / Hide Table of Contents

Class GroupsResource.DeleteRequest

Deletes a group.

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

Constructors

DeleteRequest(IClientService)

Constructs a new Delete request.

Declaration
public DeleteRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.YouTubeAnalytics.v2.Data.EmptyResponse>.HttpMethod

Id

The id parameter specifies the YouTube group ID of the group that is being deleted.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.YouTubeAnalytics.v2.Data.EmptyResponse>.MethodName

OnBehalfOfContentOwner

This parameter can only be used in a properly authorized request. Note: This parameter is intended exclusively for YouTube content partners that own and manage many different YouTube channels. The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube user who is acting on behalf of the content owner specified in the parameter value. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The account that the user authenticates with must be linked to the specified YouTube content owner.

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

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.YouTubeAnalytics.v2.Data.EmptyResponse>.RestPath

Methods

InitParameters()

Initializes Delete parameter list.

Declaration
protected override void InitParameters()
Overrides
YouTubeAnalyticsBaseServiceRequest<EmptyResponse>.InitParameters()

Implements

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