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 ReplayDiff
ReplayDiff.Builder. build()
ReplayDiff
ReplayDiff.Builder. buildPartial()
static ReplayDiff
ReplayDiff. getDefaultInstance()
ReplayDiff
ReplayDiff.Builder. getDefaultInstanceForType()
ReplayDiff
ReplayDiff. getDefaultInstanceForType()
ReplayDiff
ReplayResult.Builder. getDiff()
The difference between the principal's access under the current (baseline) policies and the principal's access under the proposed (simulated) policies.ReplayDiff
ReplayResult. getDiff()
The difference between the principal's access under the current (baseline) policies and the principal's access under the proposed (simulated) policies.ReplayDiff
ReplayResultOrBuilder. getDiff()
The difference between the principal's access under the current (baseline) policies and the principal's access under the proposed (simulated) policies.static ReplayDiff
ReplayDiff. parseDelimitedFrom(InputStream input)
static ReplayDiff
ReplayDiff. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReplayDiff
ReplayDiff. parseFrom(byte[] data)
static ReplayDiff
ReplayDiff. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReplayDiff
ReplayDiff. parseFrom(com.google.protobuf.ByteString data)
static ReplayDiff
ReplayDiff. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReplayDiff
ReplayDiff. parseFrom(com.google.protobuf.CodedInputStream input)
static ReplayDiff
ReplayDiff. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReplayDiff
ReplayDiff. parseFrom(InputStream input)
static ReplayDiff
ReplayDiff. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReplayDiff
ReplayDiff. parseFrom(ByteBuffer data)
static ReplayDiff
ReplayDiff. 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.Builder
ReplayResult.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.Builder
ReplayDiff.Builder. mergeFrom(ReplayDiff other)
static ReplayDiff.Builder
ReplayDiff. newBuilder(ReplayDiff prototype)
ReplayResult.Builder
ReplayResult.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.
-