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.v1alpha.Schema] is not found, a new
[Schema][google.cloud.discoveryengine.v1alpha.Schema] is created.
|
Schema |
getSchema()
Required.
|
SchemaOrBuilder |
getSchemaOrBuilder()
Required.
|
boolean |
hasSchema()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSchema()
Required. The [Schema][google.cloud.discoveryengine.v1alpha.Schema] to update.
.google.cloud.discoveryengine.v1alpha.Schema schema = 1 [(.google.api.field_behavior) = REQUIRED];
Schema getSchema()
Required. The [Schema][google.cloud.discoveryengine.v1alpha.Schema] to update.
.google.cloud.discoveryengine.v1alpha.Schema schema = 1 [(.google.api.field_behavior) = REQUIRED];
SchemaOrBuilder getSchemaOrBuilder()
Required. The [Schema][google.cloud.discoveryengine.v1alpha.Schema] to update.
.google.cloud.discoveryengine.v1alpha.Schema schema = 1 [(.google.api.field_behavior) = REQUIRED];
boolean getAllowMissing()
If set to true, and the [Schema][google.cloud.discoveryengine.v1alpha.Schema] is not found, a new [Schema][google.cloud.discoveryengine.v1alpha.Schema] is created. In this situation, `update_mask` is ignored.
bool allow_missing = 3;Copyright © 2024 Google LLC. All rights reserved.