| Modifier and Type | Method and Description |
|---|---|
ReplayDiff |
ReplayDiff.Builder.build() |
ReplayDiff |
ReplayDiff.Builder.buildPartial() |
static ReplayDiff |
ReplayDiff.getDefaultInstance() |
ReplayDiff |
ReplayDiff.getDefaultInstanceForType() |
ReplayDiff |
ReplayDiff.Builder.getDefaultInstanceForType() |
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 |
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 |
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(ByteBuffer data) |
static ReplayDiff |
ReplayDiff.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ReplayDiff> |
ReplayDiff.getParserForType() |
static com.google.protobuf.Parser<ReplayDiff> |
ReplayDiff.parser() |
| Modifier and Type | Method and 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.
|
Copyright © 2023 Google LLC. All rights reserved.