Show / Hide Table of Contents

Class PlatformsResource.PropertiesResource.TopicStatesResource.PatchRequest

Update a topic state resource.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<GoogleSearchIdeahubV1betaTopicState>
IdeahubBaseServiceRequest<GoogleSearchIdeahubV1betaTopicState>
PlatformsResource.PropertiesResource.TopicStatesResource.PatchRequest
Implements
Google.Apis.Requests.IClientServiceRequest<GoogleSearchIdeahubV1betaTopicState>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
IdeahubBaseServiceRequest<GoogleSearchIdeahubV1betaTopicState>.Xgafv
IdeahubBaseServiceRequest<GoogleSearchIdeahubV1betaTopicState>.AccessToken
IdeahubBaseServiceRequest<GoogleSearchIdeahubV1betaTopicState>.Alt
IdeahubBaseServiceRequest<GoogleSearchIdeahubV1betaTopicState>.Callback
IdeahubBaseServiceRequest<GoogleSearchIdeahubV1betaTopicState>.Fields
IdeahubBaseServiceRequest<GoogleSearchIdeahubV1betaTopicState>.Key
IdeahubBaseServiceRequest<GoogleSearchIdeahubV1betaTopicState>.OauthToken
IdeahubBaseServiceRequest<GoogleSearchIdeahubV1betaTopicState>.PrettyPrint
IdeahubBaseServiceRequest<GoogleSearchIdeahubV1betaTopicState>.QuotaUser
IdeahubBaseServiceRequest<GoogleSearchIdeahubV1betaTopicState>.UploadType
IdeahubBaseServiceRequest<GoogleSearchIdeahubV1betaTopicState>.UploadProtocol
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaTopicState>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaTopicState>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaTopicState>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaTopicState>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaTopicState>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaTopicState>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaTopicState>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaTopicState>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaTopicState>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaTopicState>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaTopicState>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaTopicState>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaTopicState>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaTopicState>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Ideahub.v1beta
Assembly: Google.Apis.Ideahub.v1beta.dll
Syntax
public class PatchRequest : IdeahubBaseServiceRequest<GoogleSearchIdeahubV1betaTopicState>, IClientServiceRequest<GoogleSearchIdeahubV1betaTopicState>, IClientServiceRequest

Constructors

PatchRequest(IClientService, GoogleSearchIdeahubV1betaTopicState, String)

Constructs a new Patch request.

Declaration
public PatchRequest(IClientService service, GoogleSearchIdeahubV1betaTopicState body, string name)
Parameters
Type Name Description
Google.Apis.Services.IClientService service
GoogleSearchIdeahubV1betaTopicState body
System.String name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaTopicState>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaTopicState>.MethodName

Name

Unique identifier for the topic state. Format: platforms/{platform}/properties/{property}/topicStates/{topic_state}

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

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaTopicState>.RestPath

UpdateMask

The list of fields to be updated.

Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type Description
System.Object

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
System.Object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaTopicState>.GetBody()

InitParameters()

Initializes Patch parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Ideahub.v1beta.IdeahubBaseServiceRequest<Google.Apis.Ideahub.v1beta.Data.GoogleSearchIdeahubV1betaTopicState>.InitParameters()

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top