Show / Hide Table of Contents

Class ConferenceRecordsResource.ParticipantsResource.GetRequest

Gets a participant by participant ID.

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

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Participant>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Participant>.MethodName

Name

Required. Resource name of the participant.

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Participant>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
MeetBaseServiceRequest<Participant>.InitParameters()

Implements

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