public interface GetRelationsResponseOrBuilder
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
|
PaginationResponse |
getPage()
pagination response
|
PaginationResponseOrBuilder |
getPageOrBuilder()
pagination response
|
Relation |
getResults(int index)
array of relation instances
|
int |
getResultsCount()
array of relation instances
|
List<Relation> |
getResultsList()
array of relation instances
|
RelationOrBuilder |
getResultsOrBuilder(int index)
array of relation instances
|
List<? extends RelationOrBuilder> |
getResultsOrBuilderList()
array of relation instances
|
boolean |
hasPage()
pagination response
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Relation> getResultsList()
array of relation instances
repeated .aserto.directory.common.v3.Relation results = 1 [json_name = "results"];Relation getResults(int index)
array of relation instances
repeated .aserto.directory.common.v3.Relation results = 1 [json_name = "results"];int getResultsCount()
array of relation instances
repeated .aserto.directory.common.v3.Relation results = 1 [json_name = "results"];List<? extends RelationOrBuilder> getResultsOrBuilderList()
array of relation instances
repeated .aserto.directory.common.v3.Relation results = 1 [json_name = "results"];RelationOrBuilder getResultsOrBuilder(int index)
array of relation instances
repeated .aserto.directory.common.v3.Relation results = 1 [json_name = "results"];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"];Object getObjectsOrThrow(String key)
map of materialized relation objects
map<string, .aserto.directory.common.v3.Object> objects = 2 [json_name = "objects"];boolean hasPage()
pagination response
.aserto.directory.common.v3.PaginationResponse page = 9 [json_name = "page", (.google.api.field_behavior) = OUTPUT_ONLY];PaginationResponse getPage()
pagination response
.aserto.directory.common.v3.PaginationResponse page = 9 [json_name = "page", (.google.api.field_behavior) = OUTPUT_ONLY];PaginationResponseOrBuilder getPageOrBuilder()
pagination response
.aserto.directory.common.v3.PaginationResponse page = 9 [json_name = "page", (.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2024. All rights reserved.