| Modifier and Type | Method and Description |
|---|---|
Entity |
Entity.Builder.build() |
Entity |
Entity.Builder.buildPartial() |
static Entity |
Entity.getDefaultInstance() |
Entity |
Entity.getDefaultInstanceForType() |
Entity |
Entity.Builder.getDefaultInstanceForType() |
Entity |
AnalysisResult.CallAnalysisMetadataOrBuilder.getEntitiesOrDefault(String key,
Entity defaultValue)
All the entities in the call.
|
Entity |
AnalysisResult.CallAnalysisMetadata.getEntitiesOrDefault(String key,
Entity defaultValue)
All the entities in the call.
|
Entity |
AnalysisResult.CallAnalysisMetadata.Builder.getEntitiesOrDefault(String key,
Entity defaultValue)
All the entities in the call.
|
Entity |
AnalysisResult.CallAnalysisMetadataOrBuilder.getEntitiesOrThrow(String key)
All the entities in the call.
|
Entity |
AnalysisResult.CallAnalysisMetadata.getEntitiesOrThrow(String key)
All the entities in the call.
|
Entity |
AnalysisResult.CallAnalysisMetadata.Builder.getEntitiesOrThrow(String key)
All the entities in the call.
|
static Entity |
Entity.parseDelimitedFrom(InputStream input) |
static Entity |
Entity.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Entity |
Entity.parseFrom(byte[] data) |
static Entity |
Entity.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Entity |
Entity.parseFrom(ByteBuffer data) |
static Entity |
Entity.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Entity |
Entity.parseFrom(com.google.protobuf.ByteString data) |
static Entity |
Entity.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Entity |
Entity.parseFrom(com.google.protobuf.CodedInputStream input) |
static Entity |
Entity.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Entity |
Entity.parseFrom(InputStream input) |
static Entity |
Entity.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Entity> |
AnalysisResult.CallAnalysisMetadataOrBuilder.getEntities()
Deprecated.
|
Map<String,Entity> |
AnalysisResult.CallAnalysisMetadata.getEntities()
Deprecated.
|
Map<String,Entity> |
AnalysisResult.CallAnalysisMetadata.Builder.getEntities()
Deprecated.
|
Map<String,Entity> |
AnalysisResult.CallAnalysisMetadataOrBuilder.getEntitiesMap()
All the entities in the call.
|
Map<String,Entity> |
AnalysisResult.CallAnalysisMetadata.getEntitiesMap()
All the entities in the call.
|
Map<String,Entity> |
AnalysisResult.CallAnalysisMetadata.Builder.getEntitiesMap()
All the entities in the call.
|
Map<String,Entity> |
AnalysisResult.CallAnalysisMetadata.Builder.getMutableEntities()
Deprecated.
|
com.google.protobuf.Parser<Entity> |
Entity.getParserForType() |
static com.google.protobuf.Parser<Entity> |
Entity.parser() |
| Modifier and Type | Method and Description |
|---|---|
Entity |
AnalysisResult.CallAnalysisMetadataOrBuilder.getEntitiesOrDefault(String key,
Entity defaultValue)
All the entities in the call.
|
Entity |
AnalysisResult.CallAnalysisMetadata.getEntitiesOrDefault(String key,
Entity defaultValue)
All the entities in the call.
|
Entity |
AnalysisResult.CallAnalysisMetadata.Builder.getEntitiesOrDefault(String key,
Entity defaultValue)
All the entities in the call.
|
Entity.Builder |
Entity.Builder.mergeFrom(Entity other) |
static Entity.Builder |
Entity.newBuilder(Entity prototype) |
AnalysisResult.CallAnalysisMetadata.Builder |
AnalysisResult.CallAnalysisMetadata.Builder.putEntities(String key,
Entity value)
All the entities in the call.
|
| Modifier and Type | Method and Description |
|---|---|
AnalysisResult.CallAnalysisMetadata.Builder |
AnalysisResult.CallAnalysisMetadata.Builder.putAllEntities(Map<String,Entity> values)
All the entities in the call.
|
Copyright © 2025 Google LLC. All rights reserved.