public interface AdviceOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Useful description for why this advice was applied and what actions should
be taken to mitigate any implied risks.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Useful description for why this advice was applied and what actions should
be taken to mitigate any implied risks.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getDescription()
Useful description for why this advice was applied and what actions should be taken to mitigate any implied risks.
string description = 2;
com.google.protobuf.ByteString getDescriptionBytes()
Useful description for why this advice was applied and what actions should be taken to mitigate any implied risks.
string description = 2;
Copyright © 2021 Google LLC. All rights reserved.