| Modifier and Type | Method and Description |
|---|---|
Access |
Access.Builder.build() |
Access |
Access.Builder.buildPartial() |
Access |
FindingOrBuilder.getAccess()
Access details associated with the finding, such as more information on the
caller, which method was accessed, and from where.
|
Access |
Finding.getAccess()
Access details associated with the finding, such as more information on the
caller, which method was accessed, and from where.
|
Access |
Finding.Builder.getAccess()
Access details associated with the finding, such as more information on the
caller, which method was accessed, and from where.
|
static Access |
Access.getDefaultInstance() |
Access |
Access.getDefaultInstanceForType() |
Access |
Access.Builder.getDefaultInstanceForType() |
static Access |
Access.parseDelimitedFrom(InputStream input) |
static Access |
Access.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Access |
Access.parseFrom(byte[] data) |
static Access |
Access.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Access |
Access.parseFrom(ByteBuffer data) |
static Access |
Access.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Access |
Access.parseFrom(com.google.protobuf.ByteString data) |
static Access |
Access.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Access |
Access.parseFrom(com.google.protobuf.CodedInputStream input) |
static Access |
Access.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Access |
Access.parseFrom(InputStream input) |
static Access |
Access.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Access> |
Access.getParserForType() |
static com.google.protobuf.Parser<Access> |
Access.parser() |
| Modifier and Type | Method and Description |
|---|---|
Finding.Builder |
Finding.Builder.mergeAccess(Access value)
Access details associated with the finding, such as more information on the
caller, which method was accessed, and from where.
|
Access.Builder |
Access.Builder.mergeFrom(Access other) |
static Access.Builder |
Access.newBuilder(Access prototype) |
Finding.Builder |
Finding.Builder.setAccess(Access value)
Access details associated with the finding, such as more information on the
caller, which method was accessed, and from where.
|
Copyright © 2024 Google LLC. All rights reserved.