Show / Hide Table of Contents

Class GoogleCloudContentwarehouseV1UpdateOptions

Options for Update operations.

Inheritance
object
GoogleCloudContentwarehouseV1UpdateOptions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1UpdateOptions : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MergeFieldsOptions

Options for merging.

Declaration
[JsonProperty("mergeFieldsOptions")]
public virtual GoogleCloudContentwarehouseV1MergeFieldsOptions MergeFieldsOptions { get; set; }
Property Value
Type Description
GoogleCloudContentwarehouseV1MergeFieldsOptions

UpdateMask

Field mask for merging Document fields. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Type Description
object

UpdateType

Type for update.

Declaration
[JsonProperty("updateType")]
public virtual string UpdateType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX