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 AccessStateDiff
AccessStateDiff.Builder. build()
AccessStateDiff
AccessStateDiff.Builder. buildPartial()
AccessStateDiff
ReplayDiff.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.AccessStateDiff
ReplayDiff. 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.AccessStateDiff
ReplayDiffOrBuilder. 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 AccessStateDiff
AccessStateDiff. getDefaultInstance()
AccessStateDiff
AccessStateDiff.Builder. getDefaultInstanceForType()
AccessStateDiff
AccessStateDiff. getDefaultInstanceForType()
static AccessStateDiff
AccessStateDiff. parseDelimitedFrom(InputStream input)
static AccessStateDiff
AccessStateDiff. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AccessStateDiff
AccessStateDiff. parseFrom(byte[] data)
static AccessStateDiff
AccessStateDiff. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AccessStateDiff
AccessStateDiff. parseFrom(com.google.protobuf.ByteString data)
static AccessStateDiff
AccessStateDiff. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AccessStateDiff
AccessStateDiff. parseFrom(com.google.protobuf.CodedInputStream input)
static AccessStateDiff
AccessStateDiff. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AccessStateDiff
AccessStateDiff. parseFrom(InputStream input)
static AccessStateDiff
AccessStateDiff. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AccessStateDiff
AccessStateDiff. parseFrom(ByteBuffer data)
static AccessStateDiff
AccessStateDiff. 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.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.AccessStateDiff.Builder
AccessStateDiff.Builder. mergeFrom(AccessStateDiff other)
static AccessStateDiff.Builder
AccessStateDiff. newBuilder(AccessStateDiff prototype)
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.
-