public interface GetGraphResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Struct |
getExplanation()
explanation of results
|
com.google.protobuf.StructOrBuilder |
getExplanationOrBuilder()
explanation of results
|
ObjectIdentifier |
getResults(int index)
matching object identifiers
|
int |
getResultsCount()
matching object identifiers
|
List<ObjectIdentifier> |
getResultsList()
matching object identifiers
|
ObjectIdentifierOrBuilder |
getResultsOrBuilder(int index)
matching object identifiers
|
List<? extends ObjectIdentifierOrBuilder> |
getResultsOrBuilderList()
matching object identifiers
|
String |
getTrace(int index)
trace information
|
com.google.protobuf.ByteString |
getTraceBytes(int index)
trace information
|
int |
getTraceCount()
trace information
|
List<String> |
getTraceList()
trace information
|
boolean |
hasExplanation()
explanation of results
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ObjectIdentifier> getResultsList()
matching object identifiers
repeated .aserto.directory.common.v3.ObjectIdentifier results = 2 [json_name = "results"];ObjectIdentifier getResults(int index)
matching object identifiers
repeated .aserto.directory.common.v3.ObjectIdentifier results = 2 [json_name = "results"];int getResultsCount()
matching object identifiers
repeated .aserto.directory.common.v3.ObjectIdentifier results = 2 [json_name = "results"];List<? extends ObjectIdentifierOrBuilder> getResultsOrBuilderList()
matching object identifiers
repeated .aserto.directory.common.v3.ObjectIdentifier results = 2 [json_name = "results"];ObjectIdentifierOrBuilder getResultsOrBuilder(int index)
matching object identifiers
repeated .aserto.directory.common.v3.ObjectIdentifier results = 2 [json_name = "results"];boolean hasExplanation()
explanation of results
.google.protobuf.Struct explanation = 3 [json_name = "explanation"];com.google.protobuf.Struct getExplanation()
explanation of results
.google.protobuf.Struct explanation = 3 [json_name = "explanation"];com.google.protobuf.StructOrBuilder getExplanationOrBuilder()
explanation of results
.google.protobuf.Struct explanation = 3 [json_name = "explanation"];List<String> getTraceList()
trace information
repeated string trace = 4 [json_name = "trace"];int getTraceCount()
trace information
repeated string trace = 4 [json_name = "trace"];String getTrace(int index)
trace information
repeated string trace = 4 [json_name = "trace"];index - The index of the element to return.com.google.protobuf.ByteString getTraceBytes(int index)
trace information
repeated string trace = 4 [json_name = "trace"];index - The index of the value to return.Copyright © 2024. All rights reserved.