public interface SecurityProjectionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the details field is set. |