Uses of Class
com.google.cloud.securitycenter.v1.Access
-
Packages that use Access Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of Access in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return Access Modifier and Type Method Description Access
Access.Builder. build()
Access
Access.Builder. buildPartial()
Access
Finding.Builder. 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
FindingOrBuilder. 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.Builder. getDefaultInstanceForType()
Access
Access. 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(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)
static Access
Access. parseFrom(ByteBuffer data)
static Access
Access. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type Access Modifier and Type Method Description com.google.protobuf.Parser<Access>
Access. getParserForType()
static com.google.protobuf.Parser<Access>
Access. parser()
Methods in com.google.cloud.securitycenter.v1 with parameters of type Access Modifier and Type Method 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.
-