Show / Hide Table of Contents

Class UpdateSubscriberRequest

Request message for UpdateSubscriber.

Inheritance
object
UpdateSubscriberRequest
Implements
IMessage<UpdateSubscriberRequest>
IEquatable<UpdateSubscriberRequest>
IDeepCloneable<UpdateSubscriberRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class UpdateSubscriberRequest : IMessage<UpdateSubscriberRequest>, IEquatable<UpdateSubscriberRequest>, IDeepCloneable<UpdateSubscriberRequest>, IBufferMessage, IMessage

Constructors

UpdateSubscriberRequest()

Declaration
public UpdateSubscriberRequest()

UpdateSubscriberRequest(UpdateSubscriberRequest)

Declaration
public UpdateSubscriberRequest(UpdateSubscriberRequest other)
Parameters
Type Name Description
UpdateSubscriberRequest other

Properties

Subscriber

Required. The subscriber resource to update. Its 'name' field is mapped to the URI, and the value of the 'name' field should be of the form: "projects/{project}/subscribers/{subscriber_id}". The remaining fields of the Subscriber object represent the new values for the corresponding fields in the existing subscriber resource.

Declaration
public Subscriber Subscriber { get; set; }
Property Value
Type Description
Subscriber

UpdateMask

Optional. A field mask that specifies which fields of the Subscriber message are to be updated. This allows for partial updates. Supported fields:

  • endpoint_uri
  • subscriber_configs
  • endpoint_authorization
Declaration
public FieldMask UpdateMask { get; set; }
Property Value
Type Description
FieldMask
In this article
Back to top Generated by DocFX