public interface SchemaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FieldConfig |
getFieldConfigs(int index)
Output only.
|
int |
getFieldConfigsCount()
Output only.
|
List<FieldConfig> |
getFieldConfigsList()
Output only.
|
FieldConfigOrBuilder |
getFieldConfigsOrBuilder(int index)
Output only.
|
List<? extends FieldConfigOrBuilder> |
getFieldConfigsOrBuilderList()
Output only.
|
String |
getJsonSchema()
The JSON representation of the schema.
|
com.google.protobuf.ByteString |
getJsonSchemaBytes()
The JSON representation of the schema.
|
String |
getName()
Immutable.
|
com.google.protobuf.ByteString |
getNameBytes()
Immutable.
|
Schema.SchemaCase |
getSchemaCase() |
com.google.protobuf.Struct |
getStructSchema()
The structured representation of the schema.
|
com.google.protobuf.StructOrBuilder |
getStructSchemaOrBuilder()
The structured representation of the schema.
|
boolean |
hasJsonSchema()
The JSON representation of the schema.
|
boolean |
hasStructSchema()
The structured representation of the schema.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStructSchema()
The structured representation of the schema.
.google.protobuf.Struct struct_schema = 2;com.google.protobuf.Struct getStructSchema()
The structured representation of the schema.
.google.protobuf.Struct struct_schema = 2;com.google.protobuf.StructOrBuilder getStructSchemaOrBuilder()
The structured representation of the schema.
.google.protobuf.Struct struct_schema = 2;boolean hasJsonSchema()
The JSON representation of the schema.
string json_schema = 3;String getJsonSchema()
The JSON representation of the schema.
string json_schema = 3;com.google.protobuf.ByteString getJsonSchemaBytes()
The JSON representation of the schema.
string json_schema = 3;String getName()
Immutable. The full resource name of the schema, in the format of
`projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}`.
This field must be a UTF-8 encoded string with a length limit of 1024
characters.
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];com.google.protobuf.ByteString getNameBytes()
Immutable. The full resource name of the schema, in the format of
`projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}`.
This field must be a UTF-8 encoded string with a length limit of 1024
characters.
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];List<FieldConfig> getFieldConfigsList()
Output only. Configurations for fields of the schema.
repeated .google.cloud.discoveryengine.v1alpha.FieldConfig field_configs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
FieldConfig getFieldConfigs(int index)
Output only. Configurations for fields of the schema.
repeated .google.cloud.discoveryengine.v1alpha.FieldConfig field_configs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getFieldConfigsCount()
Output only. Configurations for fields of the schema.
repeated .google.cloud.discoveryengine.v1alpha.FieldConfig field_configs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<? extends FieldConfigOrBuilder> getFieldConfigsOrBuilderList()
Output only. Configurations for fields of the schema.
repeated .google.cloud.discoveryengine.v1alpha.FieldConfig field_configs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
FieldConfigOrBuilder getFieldConfigsOrBuilder(int index)
Output only. Configurations for fields of the schema.
repeated .google.cloud.discoveryengine.v1alpha.FieldConfig field_configs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Schema.SchemaCase getSchemaCase()
Copyright © 2024 Google LLC. All rights reserved.