public static interface Security.OtherSecurityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The human readable version of the value.
|
com.google.protobuf.ByteString |
getNameBytes()
The human readable version of the value.
|
com.google.protobuf.Any |
getValue()
The actual security details message.
|
com.google.protobuf.AnyOrBuilder |
getValueOrBuilder()
The actual security details message.
|
boolean |
hasValue()
The actual security details message.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The human readable version of the value.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The human readable version of the value.
string name = 1;boolean hasValue()
The actual security details message.
.google.protobuf.Any value = 2;com.google.protobuf.Any getValue()
The actual security details message.
.google.protobuf.Any value = 2;com.google.protobuf.AnyOrBuilder getValueOrBuilder()
The actual security details message.
.google.protobuf.Any value = 2;