Interface SecurityProjectionOrBuilder (2.39.0)

public interface SecurityProjectionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDetails()

public abstract Struct getDetails()

This field can be used by the recommender to define details specific to security impact.

.google.protobuf.Struct details = 2;

Returns
TypeDescription
Struct

The details.

getDetailsOrBuilder()

public abstract StructOrBuilder getDetailsOrBuilder()

This field can be used by the recommender to define details specific to security impact.

.google.protobuf.Struct details = 2;

Returns
TypeDescription
StructOrBuilder

hasDetails()

public abstract boolean hasDetails()

This field can be used by the recommender to define details specific to security impact.

.google.protobuf.Struct details = 2;

Returns
TypeDescription
boolean

Whether the details field is set.