public interface ReplayDiffOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AccessStateDiff |
getAccessDiff()
A summary and comparison of the principal's access under the current
(baseline) policies and the proposed (simulated) policies for a single
access tuple.
|
AccessStateDiffOrBuilder |
getAccessDiffOrBuilder()
A summary and comparison of the principal's access under the current
(baseline) policies and the proposed (simulated) policies for a single
access tuple.
|
boolean |
hasAccessDiff()
A summary and comparison of the principal's access under the current
(baseline) policies and the proposed (simulated) policies for a single
access tuple.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAccessDiff()
A summary and comparison of the principal's access under the current (baseline) policies and the proposed (simulated) policies for a single access tuple. The evaluation of the principal's access is reported in the [AccessState][google.cloud.policysimulator.v1.AccessState] field.
.google.cloud.policysimulator.v1.AccessStateDiff access_diff = 2;AccessStateDiff getAccessDiff()
A summary and comparison of the principal's access under the current (baseline) policies and the proposed (simulated) policies for a single access tuple. The evaluation of the principal's access is reported in the [AccessState][google.cloud.policysimulator.v1.AccessState] field.
.google.cloud.policysimulator.v1.AccessStateDiff access_diff = 2;AccessStateDiffOrBuilder getAccessDiffOrBuilder()
A summary and comparison of the principal's access under the current (baseline) policies and the proposed (simulated) policies for a single access tuple. The evaluation of the principal's access is reported in the [AccessState][google.cloud.policysimulator.v1.AccessState] field.
.google.cloud.policysimulator.v1.AccessStateDiff access_diff = 2;Copyright © 2023 Google LLC. All rights reserved.