Interface Security.OtherSecurityOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Security.OtherSecurity, Security.OtherSecurity.Builder
- Enclosing class:
Security
public static interface Security.OtherSecurityOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()The human readable version of the value.com.google.protobuf.ByteStringThe human readable version of the value.com.google.protobuf.AnygetValue()The actual security details message.com.google.protobuf.AnyOrBuilderThe actual security details message.booleanhasValue()The actual security details message.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()The human readable version of the value.
string name = 1;- Returns:
- The bytes for name.
-
hasValue
boolean hasValue()The actual security details message.
.google.protobuf.Any value = 2;- Returns:
- Whether the value field is set.
-
getValue
com.google.protobuf.Any getValue()The actual security details message.
.google.protobuf.Any value = 2;- Returns:
- The value.
-
getValueOrBuilder
com.google.protobuf.AnyOrBuilder getValueOrBuilder()The actual security details message.
.google.protobuf.Any value = 2;
-