Interface SecurityProjectionOrBuilder (2.43.0)

public interface SecurityProjectionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDetails()

public abstract Struct getDetails()

Additional security impact details that is provided by the recommender.

.google.protobuf.Struct details = 2;

Returns
TypeDescription
Struct

The details.

getDetailsOrBuilder()

public abstract StructOrBuilder getDetailsOrBuilder()

Additional security impact details that is provided by the recommender.

.google.protobuf.Struct details = 2;

Returns
TypeDescription
StructOrBuilder

hasDetails()

public abstract boolean hasDetails()

Additional security impact details that is provided by the recommender.

.google.protobuf.Struct details = 2;

Returns
TypeDescription
boolean

Whether the details field is set.