| Modifier and Type | Method and Description |
|---|---|
ExplainedAccess |
ExplainedAccess.Builder.build() |
ExplainedAccess |
ExplainedAccess.Builder.buildPartial() |
ExplainedAccess |
AccessStateDiff.getBaseline()
The results of evaluating the access tuple under the current (baseline)
policies.
|
ExplainedAccess |
AccessStateDiff.Builder.getBaseline()
The results of evaluating the access tuple under the current (baseline)
policies.
|
ExplainedAccess |
AccessStateDiffOrBuilder.getBaseline()
The results of evaluating the access tuple under the current (baseline)
policies.
|
static ExplainedAccess |
ExplainedAccess.getDefaultInstance() |
ExplainedAccess |
ExplainedAccess.getDefaultInstanceForType() |
ExplainedAccess |
ExplainedAccess.Builder.getDefaultInstanceForType() |
ExplainedAccess |
AccessStateDiff.getSimulated()
The results of evaluating the access tuple under the proposed (simulated)
policies.
|
ExplainedAccess |
AccessStateDiff.Builder.getSimulated()
The results of evaluating the access tuple under the proposed (simulated)
policies.
|
ExplainedAccess |
AccessStateDiffOrBuilder.getSimulated()
The results of evaluating the access tuple under the proposed (simulated)
policies.
|
static ExplainedAccess |
ExplainedAccess.parseDelimitedFrom(InputStream input) |
static ExplainedAccess |
ExplainedAccess.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExplainedAccess |
ExplainedAccess.parseFrom(byte[] data) |
static ExplainedAccess |
ExplainedAccess.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExplainedAccess |
ExplainedAccess.parseFrom(ByteBuffer data) |
static ExplainedAccess |
ExplainedAccess.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExplainedAccess |
ExplainedAccess.parseFrom(com.google.protobuf.ByteString data) |
static ExplainedAccess |
ExplainedAccess.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExplainedAccess |
ExplainedAccess.parseFrom(com.google.protobuf.CodedInputStream input) |
static ExplainedAccess |
ExplainedAccess.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExplainedAccess |
ExplainedAccess.parseFrom(InputStream input) |
static ExplainedAccess |
ExplainedAccess.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ExplainedAccess> |
ExplainedAccess.getParserForType() |
static com.google.protobuf.Parser<ExplainedAccess> |
ExplainedAccess.parser() |
| Modifier and Type | Method and Description |
|---|---|
AccessStateDiff.Builder |
AccessStateDiff.Builder.mergeBaseline(ExplainedAccess value)
The results of evaluating the access tuple under the current (baseline)
policies.
|
ExplainedAccess.Builder |
ExplainedAccess.Builder.mergeFrom(ExplainedAccess other) |
AccessStateDiff.Builder |
AccessStateDiff.Builder.mergeSimulated(ExplainedAccess value)
The results of evaluating the access tuple under the proposed (simulated)
policies.
|
static ExplainedAccess.Builder |
ExplainedAccess.newBuilder(ExplainedAccess prototype) |
AccessStateDiff.Builder |
AccessStateDiff.Builder.setBaseline(ExplainedAccess value)
The results of evaluating the access tuple under the current (baseline)
policies.
|
AccessStateDiff.Builder |
AccessStateDiff.Builder.setSimulated(ExplainedAccess value)
The results of evaluating the access tuple under the proposed (simulated)
policies.
|
Copyright © 2023 Google LLC. All rights reserved.