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