Uses of Class
com.google.cloud.policysimulator.v1.AccessStateDiff
-
Packages that use AccessStateDiff Package Description com.google.cloud.policysimulator.v1 A client to Policy Simulator API -
-
Uses of AccessStateDiff in com.google.cloud.policysimulator.v1
Methods in com.google.cloud.policysimulator.v1 that return AccessStateDiff Modifier and Type Method Description AccessStateDiffAccessStateDiff.Builder. build()AccessStateDiffAccessStateDiff.Builder. buildPartial()AccessStateDiffReplayDiff.Builder. 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.AccessStateDiffReplayDiff. 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.AccessStateDiffReplayDiffOrBuilder. 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.static AccessStateDiffAccessStateDiff. getDefaultInstance()AccessStateDiffAccessStateDiff.Builder. getDefaultInstanceForType()AccessStateDiffAccessStateDiff. getDefaultInstanceForType()static AccessStateDiffAccessStateDiff. parseDelimitedFrom(InputStream input)static AccessStateDiffAccessStateDiff. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AccessStateDiffAccessStateDiff. parseFrom(byte[] data)static AccessStateDiffAccessStateDiff. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AccessStateDiffAccessStateDiff. parseFrom(com.google.protobuf.ByteString data)static AccessStateDiffAccessStateDiff. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AccessStateDiffAccessStateDiff. parseFrom(com.google.protobuf.CodedInputStream input)static AccessStateDiffAccessStateDiff. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AccessStateDiffAccessStateDiff. parseFrom(InputStream input)static AccessStateDiffAccessStateDiff. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AccessStateDiffAccessStateDiff. parseFrom(ByteBuffer data)static AccessStateDiffAccessStateDiff. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.policysimulator.v1 that return types with arguments of type AccessStateDiff Modifier and Type Method Description com.google.protobuf.Parser<AccessStateDiff>AccessStateDiff. getParserForType()static com.google.protobuf.Parser<AccessStateDiff>AccessStateDiff. parser()Methods in com.google.cloud.policysimulator.v1 with parameters of type AccessStateDiff Modifier and Type Method Description ReplayDiff.BuilderReplayDiff.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.AccessStateDiff.BuilderAccessStateDiff.Builder. mergeFrom(AccessStateDiff other)static AccessStateDiff.BuilderAccessStateDiff. newBuilder(AccessStateDiff prototype)ReplayDiff.BuilderReplayDiff.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.
-