Show / Hide Table of Contents

Class DevicesResource.SyncRequest

Gets all the devices associated with the given third-party user. The third-party user's identity is passed in via the agent_user_id (see SyncRequest). This request must be authorized using service account credentials from your Actions console project.

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

Constructors

SyncRequest(IClientService, SyncRequest)

Constructs a new Sync request.

Declaration
public SyncRequest(IClientService service, SyncRequest body)
Parameters
Type Name Description
IClientService service
SyncRequest body

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<SyncResponse>.GetBody()

InitParameters()

Initializes Sync parameter list.

Declaration
protected override void InitParameters()
Overrides
HomeGraphServiceBaseServiceRequest<SyncResponse>.InitParameters()

Implements

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