Package io.grpc.channelz.v1
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()The human readable version of the value.com.google.protobuf.ByteStringgetNameBytes()The human readable version of the value.com.google.protobuf.AnygetValue()The actual security details message.com.google.protobuf.AnyOrBuildergetValueOrBuilder()The actual security details message.booleanhasValue()The actual security details message.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
The human readable version of the value.
string name = 1;- Returns:
- The name.
-
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;
-
-