public static final class Decision.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Decision.Builder> implements DecisionOrBuilder
represents a decision that an authorizer performed in the pastProtobuf type
aserto.authorizer.v2.api.Decision| Modifier and Type | Method and Description |
|---|---|
Decision.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Decision |
build() |
Decision |
buildPartial() |
Decision.Builder |
clear() |
Decision.Builder |
clearAnnotations() |
Decision.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Decision.Builder |
clearId()
unique id, replay a decision starting with this, also useful to de-dup
|
Decision.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Decision.Builder |
clearOutcomes() |
Decision.Builder |
clearPath()
Policy path used in decision
|
Decision.Builder |
clearPolicy()
info about policy used for the decision
|
Decision.Builder |
clearResource()
the resource context used in a decision
|
Decision.Builder |
clearTenantId()
id of the tenant that generated the decision
|
Decision.Builder |
clearTimestamp()
UTC time when the decision was made
|
Decision.Builder |
clearUser()
info about user for whom the decision as made
|
Decision.Builder |
clone() |
boolean |
containsAnnotations(String key)
annotations that may be added to a decision
|
boolean |
containsOutcomes(String key)
outcome of the decisions specified in the policy context
|
Map<String,String> |
getAnnotations()
Deprecated.
|
int |
getAnnotationsCount()
annotations that may be added to a decision
|
Map<String,String> |
getAnnotationsMap()
annotations that may be added to a decision
|
String |
getAnnotationsOrDefault(String key,
String defaultValue)
annotations that may be added to a decision
|
String |
getAnnotationsOrThrow(String key)
annotations that may be added to a decision
|
Decision |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getId()
unique id, replay a decision starting with this, also useful to de-dup
|
com.google.protobuf.ByteString |
getIdBytes()
unique id, replay a decision starting with this, also useful to de-dup
|
Map<String,String> |
getMutableAnnotations()
Deprecated.
|
Map<String,Boolean> |
getMutableOutcomes()
Deprecated.
|
Map<String,Boolean> |
getOutcomes()
Deprecated.
|
int |
getOutcomesCount()
outcome of the decisions specified in the policy context
|
Map<String,Boolean> |
getOutcomesMap()
outcome of the decisions specified in the policy context
|
boolean |
getOutcomesOrDefault(String key,
boolean defaultValue)
outcome of the decisions specified in the policy context
|
boolean |
getOutcomesOrThrow(String key)
outcome of the decisions specified in the policy context
|
String |
getPath()
Policy path used in decision
|
com.google.protobuf.ByteString |
getPathBytes()
Policy path used in decision
|
DecisionPolicy |
getPolicy()
info about policy used for the decision
|
DecisionPolicy.Builder |
getPolicyBuilder()
info about policy used for the decision
|
DecisionPolicyOrBuilder |
getPolicyOrBuilder()
info about policy used for the decision
|
com.google.protobuf.Struct |
getResource()
the resource context used in a decision
|
com.google.protobuf.Struct.Builder |
getResourceBuilder()
the resource context used in a decision
|
com.google.protobuf.StructOrBuilder |
getResourceOrBuilder()
the resource context used in a decision
|
String |
getTenantId()
id of the tenant that generated the decision
|
com.google.protobuf.ByteString |
getTenantIdBytes()
id of the tenant that generated the decision
|
com.google.protobuf.Timestamp |
getTimestamp()
UTC time when the decision was made
|
com.google.protobuf.Timestamp.Builder |
getTimestampBuilder()
UTC time when the decision was made
|
com.google.protobuf.TimestampOrBuilder |
getTimestampOrBuilder()
UTC time when the decision was made
|
DecisionUser |
getUser()
info about user for whom the decision as made
|
DecisionUser.Builder |
getUserBuilder()
info about user for whom the decision as made
|
DecisionUserOrBuilder |
getUserOrBuilder()
info about user for whom the decision as made
|
boolean |
hasPolicy()
info about policy used for the decision
|
boolean |
hasResource()
the resource context used in a decision
|
boolean |
hasTenantId()
id of the tenant that generated the decision
|
boolean |
hasTimestamp()
UTC time when the decision was made
|
boolean |
hasUser()
info about user for whom the decision as made
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMapFieldReflection(int number) |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMutableMapFieldReflection(int number) |
boolean |
isInitialized() |
Decision.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Decision.Builder |
mergeFrom(Decision other) |
Decision.Builder |
mergeFrom(com.google.protobuf.Message other) |
Decision.Builder |
mergePolicy(DecisionPolicy value)
info about policy used for the decision
|
Decision.Builder |
mergeResource(com.google.protobuf.Struct value)
the resource context used in a decision
|
Decision.Builder |
mergeTimestamp(com.google.protobuf.Timestamp value)
UTC time when the decision was made
|
Decision.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Decision.Builder |
mergeUser(DecisionUser value)
info about user for whom the decision as made
|
Decision.Builder |
putAllAnnotations(Map<String,String> values)
annotations that may be added to a decision
|
Decision.Builder |
putAllOutcomes(Map<String,Boolean> values)
outcome of the decisions specified in the policy context
|
Decision.Builder |
putAnnotations(String key,
String value)
annotations that may be added to a decision
|
Decision.Builder |
putOutcomes(String key,
boolean value)
outcome of the decisions specified in the policy context
|
Decision.Builder |
removeAnnotations(String key)
annotations that may be added to a decision
|
Decision.Builder |
removeOutcomes(String key)
outcome of the decisions specified in the policy context
|
Decision.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Decision.Builder |
setId(String value)
unique id, replay a decision starting with this, also useful to de-dup
|
Decision.Builder |
setIdBytes(com.google.protobuf.ByteString value)
unique id, replay a decision starting with this, also useful to de-dup
|
Decision.Builder |
setPath(String value)
Policy path used in decision
|
Decision.Builder |
setPathBytes(com.google.protobuf.ByteString value)
Policy path used in decision
|
Decision.Builder |
setPolicy(DecisionPolicy.Builder builderForValue)
info about policy used for the decision
|
Decision.Builder |
setPolicy(DecisionPolicy value)
info about policy used for the decision
|
Decision.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Decision.Builder |
setResource(com.google.protobuf.Struct.Builder builderForValue)
the resource context used in a decision
|
Decision.Builder |
setResource(com.google.protobuf.Struct value)
the resource context used in a decision
|
Decision.Builder |
setTenantId(String value)
id of the tenant that generated the decision
|
Decision.Builder |
setTenantIdBytes(com.google.protobuf.ByteString value)
id of the tenant that generated the decision
|
Decision.Builder |
setTimestamp(com.google.protobuf.Timestamp.Builder builderForValue)
UTC time when the decision was made
|
Decision.Builder |
setTimestamp(com.google.protobuf.Timestamp value)
UTC time when the decision was made
|
Decision.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Decision.Builder |
setUser(DecisionUser.Builder builderForValue)
info about user for whom the decision as made
|
Decision.Builder |
setUser(DecisionUser value)
info about user for whom the decision as made
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, 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.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<Decision.Builder>protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
internalGetMutableMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<Decision.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Decision.Builder>public Decision.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Decision.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<Decision.Builder>public Decision getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Decision build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Decision buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Decision.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Decision.Builder>public Decision.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<Decision.Builder>public Decision.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Decision.Builder>public Decision.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Decision.Builder>public Decision.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<Decision.Builder>public Decision.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<Decision.Builder>public Decision.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Decision.Builder>public Decision.Builder mergeFrom(Decision other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Decision.Builder>public Decision.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Decision.Builder>IOExceptionpublic String getId()
unique id, replay a decision starting with this, also useful to de-dup
string id = 1 [json_name = "id"];getId in interface DecisionOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
unique id, replay a decision starting with this, also useful to de-dup
string id = 1 [json_name = "id"];getIdBytes in interface DecisionOrBuilderpublic Decision.Builder setId(String value)
unique id, replay a decision starting with this, also useful to de-dup
string id = 1 [json_name = "id"];value - The id to set.public Decision.Builder clearId()
unique id, replay a decision starting with this, also useful to de-dup
string id = 1 [json_name = "id"];public Decision.Builder setIdBytes(com.google.protobuf.ByteString value)
unique id, replay a decision starting with this, also useful to de-dup
string id = 1 [json_name = "id"];value - The bytes for id to set.public boolean hasTimestamp()
UTC time when the decision was made
.google.protobuf.Timestamp timestamp = 2 [json_name = "timestamp"];hasTimestamp in interface DecisionOrBuilderpublic com.google.protobuf.Timestamp getTimestamp()
UTC time when the decision was made
.google.protobuf.Timestamp timestamp = 2 [json_name = "timestamp"];getTimestamp in interface DecisionOrBuilderpublic Decision.Builder setTimestamp(com.google.protobuf.Timestamp value)
UTC time when the decision was made
.google.protobuf.Timestamp timestamp = 2 [json_name = "timestamp"];public Decision.Builder setTimestamp(com.google.protobuf.Timestamp.Builder builderForValue)
UTC time when the decision was made
.google.protobuf.Timestamp timestamp = 2 [json_name = "timestamp"];public Decision.Builder mergeTimestamp(com.google.protobuf.Timestamp value)
UTC time when the decision was made
.google.protobuf.Timestamp timestamp = 2 [json_name = "timestamp"];public Decision.Builder clearTimestamp()
UTC time when the decision was made
.google.protobuf.Timestamp timestamp = 2 [json_name = "timestamp"];public com.google.protobuf.Timestamp.Builder getTimestampBuilder()
UTC time when the decision was made
.google.protobuf.Timestamp timestamp = 2 [json_name = "timestamp"];public com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
UTC time when the decision was made
.google.protobuf.Timestamp timestamp = 2 [json_name = "timestamp"];getTimestampOrBuilder in interface DecisionOrBuilderpublic String getPath()
Policy path used in decision
string path = 3 [json_name = "path"];getPath in interface DecisionOrBuilderpublic com.google.protobuf.ByteString getPathBytes()
Policy path used in decision
string path = 3 [json_name = "path"];getPathBytes in interface DecisionOrBuilderpublic Decision.Builder setPath(String value)
Policy path used in decision
string path = 3 [json_name = "path"];value - The path to set.public Decision.Builder clearPath()
Policy path used in decision
string path = 3 [json_name = "path"];public Decision.Builder setPathBytes(com.google.protobuf.ByteString value)
Policy path used in decision
string path = 3 [json_name = "path"];value - The bytes for path to set.public boolean hasUser()
info about user for whom the decision as made
.aserto.authorizer.v2.api.DecisionUser user = 4 [json_name = "user"];hasUser in interface DecisionOrBuilderpublic DecisionUser getUser()
info about user for whom the decision as made
.aserto.authorizer.v2.api.DecisionUser user = 4 [json_name = "user"];getUser in interface DecisionOrBuilderpublic Decision.Builder setUser(DecisionUser value)
info about user for whom the decision as made
.aserto.authorizer.v2.api.DecisionUser user = 4 [json_name = "user"];public Decision.Builder setUser(DecisionUser.Builder builderForValue)
info about user for whom the decision as made
.aserto.authorizer.v2.api.DecisionUser user = 4 [json_name = "user"];public Decision.Builder mergeUser(DecisionUser value)
info about user for whom the decision as made
.aserto.authorizer.v2.api.DecisionUser user = 4 [json_name = "user"];public Decision.Builder clearUser()
info about user for whom the decision as made
.aserto.authorizer.v2.api.DecisionUser user = 4 [json_name = "user"];public DecisionUser.Builder getUserBuilder()
info about user for whom the decision as made
.aserto.authorizer.v2.api.DecisionUser user = 4 [json_name = "user"];public DecisionUserOrBuilder getUserOrBuilder()
info about user for whom the decision as made
.aserto.authorizer.v2.api.DecisionUser user = 4 [json_name = "user"];getUserOrBuilder in interface DecisionOrBuilderpublic boolean hasPolicy()
info about policy used for the decision
.aserto.authorizer.v2.api.DecisionPolicy policy = 5 [json_name = "policy"];hasPolicy in interface DecisionOrBuilderpublic DecisionPolicy getPolicy()
info about policy used for the decision
.aserto.authorizer.v2.api.DecisionPolicy policy = 5 [json_name = "policy"];getPolicy in interface DecisionOrBuilderpublic Decision.Builder setPolicy(DecisionPolicy value)
info about policy used for the decision
.aserto.authorizer.v2.api.DecisionPolicy policy = 5 [json_name = "policy"];public Decision.Builder setPolicy(DecisionPolicy.Builder builderForValue)
info about policy used for the decision
.aserto.authorizer.v2.api.DecisionPolicy policy = 5 [json_name = "policy"];public Decision.Builder mergePolicy(DecisionPolicy value)
info about policy used for the decision
.aserto.authorizer.v2.api.DecisionPolicy policy = 5 [json_name = "policy"];public Decision.Builder clearPolicy()
info about policy used for the decision
.aserto.authorizer.v2.api.DecisionPolicy policy = 5 [json_name = "policy"];public DecisionPolicy.Builder getPolicyBuilder()
info about policy used for the decision
.aserto.authorizer.v2.api.DecisionPolicy policy = 5 [json_name = "policy"];public DecisionPolicyOrBuilder getPolicyOrBuilder()
info about policy used for the decision
.aserto.authorizer.v2.api.DecisionPolicy policy = 5 [json_name = "policy"];getPolicyOrBuilder in interface DecisionOrBuilderpublic int getOutcomesCount()
DecisionOrBuilderoutcome of the decisions specified in the policy context
map<string, bool> outcomes = 6 [json_name = "outcomes"];getOutcomesCount in interface DecisionOrBuilderpublic boolean containsOutcomes(String key)
outcome of the decisions specified in the policy context
map<string, bool> outcomes = 6 [json_name = "outcomes"];containsOutcomes in interface DecisionOrBuilder@Deprecated public Map<String,Boolean> getOutcomes()
getOutcomesMap() instead.getOutcomes in interface DecisionOrBuilderpublic Map<String,Boolean> getOutcomesMap()
outcome of the decisions specified in the policy context
map<string, bool> outcomes = 6 [json_name = "outcomes"];getOutcomesMap in interface DecisionOrBuilderpublic boolean getOutcomesOrDefault(String key, boolean defaultValue)
outcome of the decisions specified in the policy context
map<string, bool> outcomes = 6 [json_name = "outcomes"];getOutcomesOrDefault in interface DecisionOrBuilderpublic boolean getOutcomesOrThrow(String key)
outcome of the decisions specified in the policy context
map<string, bool> outcomes = 6 [json_name = "outcomes"];getOutcomesOrThrow in interface DecisionOrBuilderpublic Decision.Builder clearOutcomes()
public Decision.Builder removeOutcomes(String key)
outcome of the decisions specified in the policy context
map<string, bool> outcomes = 6 [json_name = "outcomes"];@Deprecated public Map<String,Boolean> getMutableOutcomes()
public Decision.Builder putOutcomes(String key, boolean value)
outcome of the decisions specified in the policy context
map<string, bool> outcomes = 6 [json_name = "outcomes"];public Decision.Builder putAllOutcomes(Map<String,Boolean> values)
outcome of the decisions specified in the policy context
map<string, bool> outcomes = 6 [json_name = "outcomes"];public boolean hasResource()
the resource context used in a decision
.google.protobuf.Struct resource = 7 [json_name = "resource"];hasResource in interface DecisionOrBuilderpublic com.google.protobuf.Struct getResource()
the resource context used in a decision
.google.protobuf.Struct resource = 7 [json_name = "resource"];getResource in interface DecisionOrBuilderpublic Decision.Builder setResource(com.google.protobuf.Struct value)
the resource context used in a decision
.google.protobuf.Struct resource = 7 [json_name = "resource"];public Decision.Builder setResource(com.google.protobuf.Struct.Builder builderForValue)
the resource context used in a decision
.google.protobuf.Struct resource = 7 [json_name = "resource"];public Decision.Builder mergeResource(com.google.protobuf.Struct value)
the resource context used in a decision
.google.protobuf.Struct resource = 7 [json_name = "resource"];public Decision.Builder clearResource()
the resource context used in a decision
.google.protobuf.Struct resource = 7 [json_name = "resource"];public com.google.protobuf.Struct.Builder getResourceBuilder()
the resource context used in a decision
.google.protobuf.Struct resource = 7 [json_name = "resource"];public com.google.protobuf.StructOrBuilder getResourceOrBuilder()
the resource context used in a decision
.google.protobuf.Struct resource = 7 [json_name = "resource"];getResourceOrBuilder in interface DecisionOrBuilderpublic int getAnnotationsCount()
DecisionOrBuilderannotations that may be added to a decision
map<string, string> annotations = 8 [json_name = "annotations"];getAnnotationsCount in interface DecisionOrBuilderpublic boolean containsAnnotations(String key)
annotations that may be added to a decision
map<string, string> annotations = 8 [json_name = "annotations"];containsAnnotations in interface DecisionOrBuilder@Deprecated public Map<String,String> getAnnotations()
getAnnotationsMap() instead.getAnnotations in interface DecisionOrBuilderpublic Map<String,String> getAnnotationsMap()
annotations that may be added to a decision
map<string, string> annotations = 8 [json_name = "annotations"];getAnnotationsMap in interface DecisionOrBuilderpublic String getAnnotationsOrDefault(String key, String defaultValue)
annotations that may be added to a decision
map<string, string> annotations = 8 [json_name = "annotations"];getAnnotationsOrDefault in interface DecisionOrBuilderpublic String getAnnotationsOrThrow(String key)
annotations that may be added to a decision
map<string, string> annotations = 8 [json_name = "annotations"];getAnnotationsOrThrow in interface DecisionOrBuilderpublic Decision.Builder clearAnnotations()
public Decision.Builder removeAnnotations(String key)
annotations that may be added to a decision
map<string, string> annotations = 8 [json_name = "annotations"];@Deprecated public Map<String,String> getMutableAnnotations()
public Decision.Builder putAnnotations(String key, String value)
annotations that may be added to a decision
map<string, string> annotations = 8 [json_name = "annotations"];public Decision.Builder putAllAnnotations(Map<String,String> values)
annotations that may be added to a decision
map<string, string> annotations = 8 [json_name = "annotations"];public boolean hasTenantId()
id of the tenant that generated the decision
optional string tenant_id = 9 [json_name = "tenantId"];hasTenantId in interface DecisionOrBuilderpublic String getTenantId()
id of the tenant that generated the decision
optional string tenant_id = 9 [json_name = "tenantId"];getTenantId in interface DecisionOrBuilderpublic com.google.protobuf.ByteString getTenantIdBytes()
id of the tenant that generated the decision
optional string tenant_id = 9 [json_name = "tenantId"];getTenantIdBytes in interface DecisionOrBuilderpublic Decision.Builder setTenantId(String value)
id of the tenant that generated the decision
optional string tenant_id = 9 [json_name = "tenantId"];value - The tenantId to set.public Decision.Builder clearTenantId()
id of the tenant that generated the decision
optional string tenant_id = 9 [json_name = "tenantId"];public Decision.Builder setTenantIdBytes(com.google.protobuf.ByteString value)
id of the tenant that generated the decision
optional string tenant_id = 9 [json_name = "tenantId"];value - The bytes for tenantId to set.public final Decision.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Decision.Builder>public final Decision.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Decision.Builder>Copyright © 2023. All rights reserved.