| Modifier and Type | Method and Description |
|---|---|
Database.Builder |
Database.Builder.addAllGrantees(Iterable<String> values)
The target usernames, roles, or groups of an SQL privilege grant, which is
not an IAM policy change.
|
Database.Builder |
Database.Builder.addGrantees(String value)
The target usernames, roles, or groups of an SQL privilege grant, which is
not an IAM policy change.
|
Database.Builder |
Database.Builder.addGranteesBytes(com.google.protobuf.ByteString value)
The target usernames, roles, or groups of an SQL privilege grant, which is
not an IAM policy change.
|
Database.Builder |
Database.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Database.Builder |
Database.Builder.clear() |
Database.Builder |
Database.Builder.clearDisplayName()
The human-readable name of the database that the user connected to.
|
Database.Builder |
Database.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Database.Builder |
Database.Builder.clearGrantees()
The target usernames, roles, or groups of an SQL privilege grant, which is
not an IAM policy change.
|
Database.Builder |
Database.Builder.clearName()
The [full resource name](https://google.aip.dev/122#full-resource-names) of
the database that the user connected to, if it is supported by Cloud Asset
Inventory.
|
Database.Builder |
Database.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Database.Builder |
Database.Builder.clearQuery()
The SQL statement that is associated with the database access.
|
Database.Builder |
Database.Builder.clearUserName()
The username used to connect to the database.
|
Database.Builder |
Database.Builder.clone() |
Database.Builder |
Finding.Builder.getDatabaseBuilder()
Database associated with the finding.
|
Database.Builder |
Database.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Database.Builder |
Database.Builder.mergeFrom(Database other) |
Database.Builder |
Database.Builder.mergeFrom(com.google.protobuf.Message other) |
Database.Builder |
Database.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Database.Builder |
Database.newBuilder() |
static Database.Builder |
Database.newBuilder(Database prototype) |
Database.Builder |
Database.newBuilderForType() |
protected Database.Builder |
Database.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Database.Builder |
Database.Builder.setDisplayName(String value)
The human-readable name of the database that the user connected to.
|
Database.Builder |
Database.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value)
The human-readable name of the database that the user connected to.
|
Database.Builder |
Database.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Database.Builder |
Database.Builder.setGrantees(int index,
String value)
The target usernames, roles, or groups of an SQL privilege grant, which is
not an IAM policy change.
|
Database.Builder |
Database.Builder.setName(String value)
The [full resource name](https://google.aip.dev/122#full-resource-names) of
the database that the user connected to, if it is supported by Cloud Asset
Inventory.
|
Database.Builder |
Database.Builder.setNameBytes(com.google.protobuf.ByteString value)
The [full resource name](https://google.aip.dev/122#full-resource-names) of
the database that the user connected to, if it is supported by Cloud Asset
Inventory.
|
Database.Builder |
Database.Builder.setQuery(String value)
The SQL statement that is associated with the database access.
|
Database.Builder |
Database.Builder.setQueryBytes(com.google.protobuf.ByteString value)
The SQL statement that is associated with the database access.
|
Database.Builder |
Database.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Database.Builder |
Database.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Database.Builder |
Database.Builder.setUserName(String value)
The username used to connect to the database.
|
Database.Builder |
Database.Builder.setUserNameBytes(com.google.protobuf.ByteString value)
The username used to connect to the database.
|
Database.Builder |
Database.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Finding.Builder |
Finding.Builder.setDatabase(Database.Builder builderForValue)
Database associated with the finding.
|
Copyright © 2023 Google LLC. All rights reserved.