class Google::Apis::SecuritycenterV1beta1::Database

the display name is provided.
databases, are not yet supported by Cloud Asset Inventory. In these cases only
resource-names) populated because these resource types, such as Cloud SQL
might not have the [full resource name](google.aip.dev/122#full-
Spanner instances), or the database instance itself. Some database resources
sub-resource of an instance (as in the case of Cloud SQL instances or Cloud
Represents database access information, such as queries. A database may be a

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @display_name = args[:display_name] if args.key?(:display_name)
  @grantees = args[:grantees] if args.key?(:grantees)
  @name = args[:name] if args.key?(:name)
  @query = args[:query] if args.key?(:query)
  @user_name = args[:user_name] if args.key?(:user_name)
  @version = args[:version] if args.key?(:version)
end