Package com.google.cloud.recommender.v1
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.Struct
getDetails()
Additional security impact details that is provided by the recommender.com.google.protobuf.StructOrBuilder
getDetailsOrBuilder()
Additional security impact details that is provided by the recommender.boolean
hasDetails()
Additional security impact details that is provided by the recommender.-
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()
Additional security impact details that is provided by the recommender.
.google.protobuf.Struct details = 2;
- Returns:
- Whether the details field is set.
-
getDetails
com.google.protobuf.Struct getDetails()
Additional security impact details that is provided by the recommender.
.google.protobuf.Struct details = 2;
- Returns:
- The details.
-
getDetailsOrBuilder
com.google.protobuf.StructOrBuilder getDetailsOrBuilder()
Additional security impact details that is provided by the recommender.
.google.protobuf.Struct details = 2;
-
-