Interface ReplayDiffOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReplayDiff
,ReplayDiff.Builder
public interface ReplayDiffOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAccessDiff
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. 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;
- Returns:
- Whether the accessDiff field is set.
-
getAccessDiff
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;
- Returns:
- The accessDiff.
-
getAccessDiffOrBuilder
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;
-
-