public interface SchemaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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];Schema.SchemaCase getSchemaCase()
Copyright © 2024 Google LLC. All rights reserved.