| Modifier and Type | Method and Description |
|---|---|
Schema |
Schema.Builder.build() |
Schema |
Schema.Builder.buildPartial() |
static Schema |
Schema.getDefaultInstance() |
Schema |
Schema.getDefaultInstanceForType() |
Schema |
Schema.Builder.getDefaultInstanceForType() |
Schema |
Schema.getItems()
Optional.
|
Schema |
Schema.Builder.getItems()
Optional.
|
Schema |
SchemaOrBuilder.getItems()
Optional.
|
Schema |
FunctionDeclarationOrBuilder.getParameters()
Optional.
|
Schema |
FunctionDeclaration.getParameters()
Optional.
|
Schema |
FunctionDeclaration.Builder.getParameters()
Optional.
|
Schema |
Schema.getPropertiesOrDefault(String key,
Schema defaultValue)
Optional.
|
Schema |
Schema.Builder.getPropertiesOrDefault(String key,
Schema defaultValue)
Optional.
|
Schema |
SchemaOrBuilder.getPropertiesOrDefault(String key,
Schema defaultValue)
Optional.
|
Schema |
Schema.getPropertiesOrThrow(String key)
Optional.
|
Schema |
Schema.Builder.getPropertiesOrThrow(String key)
Optional.
|
Schema |
SchemaOrBuilder.getPropertiesOrThrow(String key)
Optional.
|
Schema |
GenerationConfig.getResponseSchema()
Optional.
|
Schema |
GenerationConfig.Builder.getResponseSchema()
Optional.
|
Schema |
GenerationConfigOrBuilder.getResponseSchema()
Optional.
|
static Schema |
Schema.parseDelimitedFrom(InputStream input) |
static Schema |
Schema.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Schema |
Schema.parseFrom(byte[] data) |
static Schema |
Schema.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Schema |
Schema.parseFrom(ByteBuffer data) |
static Schema |
Schema.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Schema |
Schema.parseFrom(com.google.protobuf.ByteString data) |
static Schema |
Schema.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Schema |
Schema.parseFrom(com.google.protobuf.CodedInputStream input) |
static Schema |
Schema.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Schema |
Schema.parseFrom(InputStream input) |
static Schema |
Schema.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Schema> |
Schema.Builder.getMutableProperties()
Deprecated.
|
com.google.protobuf.Parser<Schema> |
Schema.getParserForType() |
Map<String,Schema> |
Schema.getProperties()
Deprecated.
|
Map<String,Schema> |
Schema.Builder.getProperties()
Deprecated.
|
Map<String,Schema> |
SchemaOrBuilder.getProperties()
Deprecated.
|
Map<String,Schema> |
Schema.getPropertiesMap()
Optional.
|
Map<String,Schema> |
Schema.Builder.getPropertiesMap()
Optional.
|
Map<String,Schema> |
SchemaOrBuilder.getPropertiesMap()
Optional.
|
static com.google.protobuf.Parser<Schema> |
Schema.parser() |
| Modifier and Type | Method and Description |
|---|---|
Schema |
Schema.getPropertiesOrDefault(String key,
Schema defaultValue)
Optional.
|
Schema |
Schema.Builder.getPropertiesOrDefault(String key,
Schema defaultValue)
Optional.
|
Schema |
SchemaOrBuilder.getPropertiesOrDefault(String key,
Schema defaultValue)
Optional.
|
Schema.Builder |
Schema.Builder.mergeFrom(Schema other) |
Schema.Builder |
Schema.Builder.mergeItems(Schema value)
Optional.
|
FunctionDeclaration.Builder |
FunctionDeclaration.Builder.mergeParameters(Schema value)
Optional.
|
GenerationConfig.Builder |
GenerationConfig.Builder.mergeResponseSchema(Schema value)
Optional.
|
static Schema.Builder |
Schema.newBuilder(Schema prototype) |
Schema.Builder |
Schema.Builder.putProperties(String key,
Schema value)
Optional.
|
Schema.Builder |
Schema.Builder.setItems(Schema value)
Optional.
|
FunctionDeclaration.Builder |
FunctionDeclaration.Builder.setParameters(Schema value)
Optional.
|
GenerationConfig.Builder |
GenerationConfig.Builder.setResponseSchema(Schema value)
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
Schema.Builder |
Schema.Builder.putAllProperties(Map<String,Schema> values)
Optional.
|
Copyright © 2024 Google LLC. All rights reserved.