public interface UpdateSchemaRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getAllowMissing()
If set to true, and the [Schema][google.cloud.discoveryengine.v1.Schema] is
not found, a new [Schema][google.cloud.discoveryengine.v1.Schema] will be
created.
|
Schema |
getSchema()
Required.
|
SchemaOrBuilder |
getSchemaOrBuilder()
Required.
|
boolean |
hasSchema()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasSchema()
Required. The [Schema][google.cloud.discoveryengine.v1.Schema] to update.
.google.cloud.discoveryengine.v1.Schema schema = 1 [(.google.api.field_behavior) = REQUIRED];
Schema getSchema()
Required. The [Schema][google.cloud.discoveryengine.v1.Schema] to update.
.google.cloud.discoveryengine.v1.Schema schema = 1 [(.google.api.field_behavior) = REQUIRED];
SchemaOrBuilder getSchemaOrBuilder()
Required. The [Schema][google.cloud.discoveryengine.v1.Schema] to update.
.google.cloud.discoveryengine.v1.Schema schema = 1 [(.google.api.field_behavior) = REQUIRED];
boolean getAllowMissing()
If set to true, and the [Schema][google.cloud.discoveryengine.v1.Schema] is not found, a new [Schema][google.cloud.discoveryengine.v1.Schema] will be created. In this situation, `update_mask` is ignored.
bool allow_missing = 3;
Copyright © 2023 Google LLC. All rights reserved.