public interface GetRelationResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsObjects(String key)
map of materialized relation objects
|
Map<String,Object> |
getObjects()
Deprecated.
|
int |
getObjectsCount()
map of materialized relation objects
|
Map<String,Object> |
getObjectsMap()
map of materialized relation objects
|
Object |
getObjectsOrDefault(String key,
Object defaultValue)
map of materialized relation objects
|
Object |
getObjectsOrThrow(String key)
map of materialized relation objects
|
Relation |
getResult()
relation instance
|
RelationOrBuilder |
getResultOrBuilder()
relation instance
|
boolean |
hasResult()
relation instance
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasResult()
relation instance
.aserto.directory.common.v3.Relation result = 1 [json_name = "result"];Relation getResult()
relation instance
.aserto.directory.common.v3.Relation result = 1 [json_name = "result"];RelationOrBuilder getResultOrBuilder()
relation instance
.aserto.directory.common.v3.Relation result = 1 [json_name = "result"];int getObjectsCount()
map of materialized relation objects
map<string, .aserto.directory.common.v3.Object> objects = 2 [json_name = "objects"];boolean containsObjects(String key)
map of materialized relation objects
map<string, .aserto.directory.common.v3.Object> objects = 2 [json_name = "objects"];@Deprecated Map<String,Object> getObjects()
getObjectsMap() instead.Map<String,Object> getObjectsMap()
map of materialized relation objects
map<string, .aserto.directory.common.v3.Object> objects = 2 [json_name = "objects"];Object getObjectsOrDefault(String key, Object defaultValue)
map of materialized relation objects
map<string, .aserto.directory.common.v3.Object> objects = 2 [json_name = "objects"];Copyright © 2024. All rights reserved.