| Modifier and Type | Method and Description |
|---|---|
ReplayDiff.Builder |
ReplayDiff.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ReplayDiff.Builder |
ReplayDiff.Builder.clear() |
ReplayDiff.Builder |
ReplayDiff.Builder.clearAccessDiff()
A summary and comparison of the principal's access under the current
(baseline) policies and the proposed (simulated) policies for a single
access tuple.
|
ReplayDiff.Builder |
ReplayDiff.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ReplayDiff.Builder |
ReplayDiff.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ReplayDiff.Builder |
ReplayDiff.Builder.clone() |
ReplayDiff.Builder |
ReplayResult.Builder.getDiffBuilder()
The difference between the principal's access under the current
(baseline) policies and the principal's access under the proposed
(simulated) policies.
|
ReplayDiff.Builder |
ReplayDiff.Builder.mergeAccessDiff(AccessStateDiff value)
A summary and comparison of the principal's access under the current
(baseline) policies and the proposed (simulated) policies for a single
access tuple.
|
ReplayDiff.Builder |
ReplayDiff.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ReplayDiff.Builder |
ReplayDiff.Builder.mergeFrom(com.google.protobuf.Message other) |
ReplayDiff.Builder |
ReplayDiff.Builder.mergeFrom(ReplayDiff other) |
ReplayDiff.Builder |
ReplayDiff.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ReplayDiff.Builder |
ReplayDiff.newBuilder() |
static ReplayDiff.Builder |
ReplayDiff.newBuilder(ReplayDiff prototype) |
ReplayDiff.Builder |
ReplayDiff.newBuilderForType() |
protected ReplayDiff.Builder |
ReplayDiff.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ReplayDiff.Builder |
ReplayDiff.Builder.setAccessDiff(AccessStateDiff.Builder builderForValue)
A summary and comparison of the principal's access under the current
(baseline) policies and the proposed (simulated) policies for a single
access tuple.
|
ReplayDiff.Builder |
ReplayDiff.Builder.setAccessDiff(AccessStateDiff value)
A summary and comparison of the principal's access under the current
(baseline) policies and the proposed (simulated) policies for a single
access tuple.
|
ReplayDiff.Builder |
ReplayDiff.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ReplayDiff.Builder |
ReplayDiff.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ReplayDiff.Builder |
ReplayDiff.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ReplayDiff.Builder |
ReplayDiff.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ReplayResult.Builder |
ReplayResult.Builder.setDiff(ReplayDiff.Builder builderForValue)
The difference between the principal's access under the current
(baseline) policies and the principal's access under the proposed
(simulated) policies.
|
Copyright © 2024 Google LLC. All rights reserved.