Interface SecurityProjectionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SecurityProjection,SecurityProjection.Builder
public interface SecurityProjectionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.StructgetDetails()This field can be used by the recommender to define details specific to security impact.com.google.protobuf.StructOrBuildergetDetailsOrBuilder()This field can be used by the recommender to define details specific to security impact.booleanhasDetails()This field can be used by the recommender to define details specific to security impact.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDetails
boolean hasDetails()
This field can be used by the recommender to define details specific to security impact.
.google.protobuf.Struct details = 2;- Returns:
- Whether the details field is set.
-
getDetails
com.google.protobuf.Struct getDetails()
This field can be used by the recommender to define details specific to security impact.
.google.protobuf.Struct details = 2;- Returns:
- The details.
-
getDetailsOrBuilder
com.google.protobuf.StructOrBuilder getDetailsOrBuilder()
This field can be used by the recommender to define details specific to security impact.
.google.protobuf.Struct details = 2;
-
-