public static final class GetGraphResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GetGraphResponse.Builder> implements GetGraphResponseOrBuilder
aserto.directory.reader.v3.GetGraphResponse| Modifier and Type | Method and Description |
|---|---|
GetGraphResponse.Builder |
addAllResults(Iterable<? extends ObjectIdentifier> values)
matching object identifiers
|
GetGraphResponse.Builder |
addAllTrace(Iterable<String> values)
trace information
|
GetGraphResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GetGraphResponse.Builder |
addResults(int index,
ObjectIdentifier.Builder builderForValue)
matching object identifiers
|
GetGraphResponse.Builder |
addResults(int index,
ObjectIdentifier value)
matching object identifiers
|
GetGraphResponse.Builder |
addResults(ObjectIdentifier.Builder builderForValue)
matching object identifiers
|
GetGraphResponse.Builder |
addResults(ObjectIdentifier value)
matching object identifiers
|
ObjectIdentifier.Builder |
addResultsBuilder()
matching object identifiers
|
ObjectIdentifier.Builder |
addResultsBuilder(int index)
matching object identifiers
|
GetGraphResponse.Builder |
addTrace(String value)
trace information
|
GetGraphResponse.Builder |
addTraceBytes(com.google.protobuf.ByteString value)
trace information
|
GetGraphResponse |
build() |
GetGraphResponse |
buildPartial() |
GetGraphResponse.Builder |
clear() |
GetGraphResponse.Builder |
clearExplanation()
explanation of results
|
GetGraphResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
GetGraphResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
GetGraphResponse.Builder |
clearResults()
matching object identifiers
|
GetGraphResponse.Builder |
clearTrace()
trace information
|
GetGraphResponse.Builder |
clone() |
GetGraphResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.Struct |
getExplanation()
explanation of results
|
com.google.protobuf.Struct.Builder |
getExplanationBuilder()
explanation of results
|
com.google.protobuf.StructOrBuilder |
getExplanationOrBuilder()
explanation of results
|
ObjectIdentifier |
getResults(int index)
matching object identifiers
|
ObjectIdentifier.Builder |
getResultsBuilder(int index)
matching object identifiers
|
List<ObjectIdentifier.Builder> |
getResultsBuilderList()
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
|
com.google.protobuf.ProtocolStringList |
getTraceList()
trace information
|
boolean |
hasExplanation()
explanation of results
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
GetGraphResponse.Builder |
mergeExplanation(com.google.protobuf.Struct value)
explanation of results
|
GetGraphResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
GetGraphResponse.Builder |
removeResults(int index)
matching object identifiers
|
GetGraphResponse.Builder |
setExplanation(com.google.protobuf.Struct.Builder builderForValue)
explanation of results
|
GetGraphResponse.Builder |
setExplanation(com.google.protobuf.Struct value)
explanation of results
|
GetGraphResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GetGraphResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
GetGraphResponse.Builder |
setResults(int index,
ObjectIdentifier.Builder builderForValue)
matching object identifiers
|
GetGraphResponse.Builder |
setResults(int index,
ObjectIdentifier value)
matching object identifiers
|
GetGraphResponse.Builder |
setTrace(int index,
String value)
trace information
|
GetGraphResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, isInitialized, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<GetGraphResponse.Builder>public GetGraphResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<GetGraphResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<GetGraphResponse.Builder>public GetGraphResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic GetGraphResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic GetGraphResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic GetGraphResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<GetGraphResponse.Builder>public GetGraphResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<GetGraphResponse.Builder>public GetGraphResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<GetGraphResponse.Builder>public GetGraphResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<GetGraphResponse.Builder>public GetGraphResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GetGraphResponse.Builder>public GetGraphResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GetGraphResponse.Builder>public List<ObjectIdentifier> getResultsList()
matching object identifiers
repeated .aserto.directory.common.v3.ObjectIdentifier results = 2 [json_name = "results"];getResultsList in interface GetGraphResponseOrBuilderpublic int getResultsCount()
matching object identifiers
repeated .aserto.directory.common.v3.ObjectIdentifier results = 2 [json_name = "results"];getResultsCount in interface GetGraphResponseOrBuilderpublic ObjectIdentifier getResults(int index)
matching object identifiers
repeated .aserto.directory.common.v3.ObjectIdentifier results = 2 [json_name = "results"];getResults in interface GetGraphResponseOrBuilderpublic GetGraphResponse.Builder setResults(int index, ObjectIdentifier value)
matching object identifiers
repeated .aserto.directory.common.v3.ObjectIdentifier results = 2 [json_name = "results"];public GetGraphResponse.Builder setResults(int index, ObjectIdentifier.Builder builderForValue)
matching object identifiers
repeated .aserto.directory.common.v3.ObjectIdentifier results = 2 [json_name = "results"];public GetGraphResponse.Builder addResults(ObjectIdentifier value)
matching object identifiers
repeated .aserto.directory.common.v3.ObjectIdentifier results = 2 [json_name = "results"];public GetGraphResponse.Builder addResults(int index, ObjectIdentifier value)
matching object identifiers
repeated .aserto.directory.common.v3.ObjectIdentifier results = 2 [json_name = "results"];public GetGraphResponse.Builder addResults(ObjectIdentifier.Builder builderForValue)
matching object identifiers
repeated .aserto.directory.common.v3.ObjectIdentifier results = 2 [json_name = "results"];public GetGraphResponse.Builder addResults(int index, ObjectIdentifier.Builder builderForValue)
matching object identifiers
repeated .aserto.directory.common.v3.ObjectIdentifier results = 2 [json_name = "results"];public GetGraphResponse.Builder addAllResults(Iterable<? extends ObjectIdentifier> values)
matching object identifiers
repeated .aserto.directory.common.v3.ObjectIdentifier results = 2 [json_name = "results"];public GetGraphResponse.Builder clearResults()
matching object identifiers
repeated .aserto.directory.common.v3.ObjectIdentifier results = 2 [json_name = "results"];public GetGraphResponse.Builder removeResults(int index)
matching object identifiers
repeated .aserto.directory.common.v3.ObjectIdentifier results = 2 [json_name = "results"];public ObjectIdentifier.Builder getResultsBuilder(int index)
matching object identifiers
repeated .aserto.directory.common.v3.ObjectIdentifier results = 2 [json_name = "results"];public ObjectIdentifierOrBuilder getResultsOrBuilder(int index)
matching object identifiers
repeated .aserto.directory.common.v3.ObjectIdentifier results = 2 [json_name = "results"];getResultsOrBuilder in interface GetGraphResponseOrBuilderpublic List<? extends ObjectIdentifierOrBuilder> getResultsOrBuilderList()
matching object identifiers
repeated .aserto.directory.common.v3.ObjectIdentifier results = 2 [json_name = "results"];getResultsOrBuilderList in interface GetGraphResponseOrBuilderpublic ObjectIdentifier.Builder addResultsBuilder()
matching object identifiers
repeated .aserto.directory.common.v3.ObjectIdentifier results = 2 [json_name = "results"];public ObjectIdentifier.Builder addResultsBuilder(int index)
matching object identifiers
repeated .aserto.directory.common.v3.ObjectIdentifier results = 2 [json_name = "results"];public List<ObjectIdentifier.Builder> getResultsBuilderList()
matching object identifiers
repeated .aserto.directory.common.v3.ObjectIdentifier results = 2 [json_name = "results"];public boolean hasExplanation()
explanation of results
.google.protobuf.Struct explanation = 3 [json_name = "explanation"];hasExplanation in interface GetGraphResponseOrBuilderpublic com.google.protobuf.Struct getExplanation()
explanation of results
.google.protobuf.Struct explanation = 3 [json_name = "explanation"];getExplanation in interface GetGraphResponseOrBuilderpublic GetGraphResponse.Builder setExplanation(com.google.protobuf.Struct value)
explanation of results
.google.protobuf.Struct explanation = 3 [json_name = "explanation"];public GetGraphResponse.Builder setExplanation(com.google.protobuf.Struct.Builder builderForValue)
explanation of results
.google.protobuf.Struct explanation = 3 [json_name = "explanation"];public GetGraphResponse.Builder mergeExplanation(com.google.protobuf.Struct value)
explanation of results
.google.protobuf.Struct explanation = 3 [json_name = "explanation"];public GetGraphResponse.Builder clearExplanation()
explanation of results
.google.protobuf.Struct explanation = 3 [json_name = "explanation"];public com.google.protobuf.Struct.Builder getExplanationBuilder()
explanation of results
.google.protobuf.Struct explanation = 3 [json_name = "explanation"];public com.google.protobuf.StructOrBuilder getExplanationOrBuilder()
explanation of results
.google.protobuf.Struct explanation = 3 [json_name = "explanation"];getExplanationOrBuilder in interface GetGraphResponseOrBuilderpublic com.google.protobuf.ProtocolStringList getTraceList()
trace information
repeated string trace = 4 [json_name = "trace"];getTraceList in interface GetGraphResponseOrBuilderpublic int getTraceCount()
trace information
repeated string trace = 4 [json_name = "trace"];getTraceCount in interface GetGraphResponseOrBuilderpublic String getTrace(int index)
trace information
repeated string trace = 4 [json_name = "trace"];getTrace in interface GetGraphResponseOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getTraceBytes(int index)
trace information
repeated string trace = 4 [json_name = "trace"];getTraceBytes in interface GetGraphResponseOrBuilderindex - The index of the value to return.public GetGraphResponse.Builder setTrace(int index, String value)
trace information
repeated string trace = 4 [json_name = "trace"];index - The index to set the value at.value - The trace to set.public GetGraphResponse.Builder addTrace(String value)
trace information
repeated string trace = 4 [json_name = "trace"];value - The trace to add.public GetGraphResponse.Builder addAllTrace(Iterable<String> values)
trace information
repeated string trace = 4 [json_name = "trace"];values - The trace to add.public GetGraphResponse.Builder clearTrace()
trace information
repeated string trace = 4 [json_name = "trace"];public GetGraphResponse.Builder addTraceBytes(com.google.protobuf.ByteString value)
trace information
repeated string trace = 4 [json_name = "trace"];value - The bytes of the trace to add.public final GetGraphResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GetGraphResponse.Builder>public final GetGraphResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GetGraphResponse.Builder>Copyright © 2024. All rights reserved.