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