public sealed class UpdateSchemaRequest : IMessage<UpdateSchemaRequest>, IEquatable<UpdateSchemaRequest>, IDeepCloneable<UpdateSchemaRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class UpdateSchemaRequest.
Request message for [SchemaService.UpdateSchema][google.cloud.discoveryengine.v1.SchemaService.UpdateSchema] method.
Implements
IMessageUpdateSchemaRequest, IEquatableUpdateSchemaRequest, IDeepCloneableUpdateSchemaRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
UpdateSchemaRequest()
public UpdateSchemaRequest()
UpdateSchemaRequest(UpdateSchemaRequest)
public UpdateSchemaRequest(UpdateSchemaRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateSchemaRequest |
Properties
AllowMissing
public bool AllowMissing { get; set; }
If set to true, and the [Schema][google.cloud.discoveryengine.v1.Schema] is
not found, a new [Schema][google.cloud.discoveryengine.v1.Schema] is
created. In this situation, update_mask
is ignored.
Property Value | |
---|---|
Type | Description |
bool |
Schema
public Schema Schema { get; set; }
Required. The [Schema][google.cloud.discoveryengine.v1.Schema] to update.
Property Value | |
---|---|
Type | Description |
Schema |