Uses of Class
com.google.cloud.policysimulator.v1.ReplayDiff
-
Packages that use ReplayDiff Package Description com.google.cloud.policysimulator.v1 A client to Policy Simulator API -
-
Uses of ReplayDiff in com.google.cloud.policysimulator.v1
Methods in com.google.cloud.policysimulator.v1 that return ReplayDiff Modifier and Type Method Description ReplayDiffReplayDiff.Builder. build()ReplayDiffReplayDiff.Builder. buildPartial()static ReplayDiffReplayDiff. getDefaultInstance()ReplayDiffReplayDiff.Builder. getDefaultInstanceForType()ReplayDiffReplayDiff. getDefaultInstanceForType()ReplayDiffReplayResult.Builder. getDiff()The difference between the principal's access under the current (baseline) policies and the principal's access under the proposed (simulated) policies.ReplayDiffReplayResult. getDiff()The difference between the principal's access under the current (baseline) policies and the principal's access under the proposed (simulated) policies.ReplayDiffReplayResultOrBuilder. getDiff()The difference between the principal's access under the current (baseline) policies and the principal's access under the proposed (simulated) policies.static ReplayDiffReplayDiff. parseDelimitedFrom(InputStream input)static ReplayDiffReplayDiff. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReplayDiffReplayDiff. parseFrom(byte[] data)static ReplayDiffReplayDiff. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReplayDiffReplayDiff. parseFrom(com.google.protobuf.ByteString data)static ReplayDiffReplayDiff. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReplayDiffReplayDiff. parseFrom(com.google.protobuf.CodedInputStream input)static ReplayDiffReplayDiff. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReplayDiffReplayDiff. parseFrom(InputStream input)static ReplayDiffReplayDiff. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReplayDiffReplayDiff. parseFrom(ByteBuffer data)static ReplayDiffReplayDiff. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.policysimulator.v1 that return types with arguments of type ReplayDiff Modifier and Type Method Description com.google.protobuf.Parser<ReplayDiff>ReplayDiff. getParserForType()static com.google.protobuf.Parser<ReplayDiff>ReplayDiff. parser()Methods in com.google.cloud.policysimulator.v1 with parameters of type ReplayDiff Modifier and Type Method Description ReplayResult.BuilderReplayResult.Builder. mergeDiff(ReplayDiff value)The difference between the principal's access under the current (baseline) policies and the principal's access under the proposed (simulated) policies.ReplayDiff.BuilderReplayDiff.Builder. mergeFrom(ReplayDiff other)static ReplayDiff.BuilderReplayDiff. newBuilder(ReplayDiff prototype)ReplayResult.BuilderReplayResult.Builder. setDiff(ReplayDiff value)The difference between the principal's access under the current (baseline) policies and the principal's access under the proposed (simulated) policies.
-