Package io.grpc.channelz.v1
Interface Security.OtherSecurityOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder
,MessageOrBuilder
- All Known Implementing Classes:
Security.OtherSecurity
,Security.OtherSecurity.Builder
- Enclosing class:
- Security
public static interface Security.OtherSecurityOrBuilder extends MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
The human readable version of the value.ByteString
getNameBytes()
The human readable version of the value.Any
getValue()
The actual security details message.AnyOrBuilder
getValueOrBuilder()
The actual security details message.boolean
hasValue()
The actual security details message.-
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
-
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
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
Any getValue()
The actual security details message.
.google.protobuf.Any value = 2;
- Returns:
- The value.
-
getValueOrBuilder
AnyOrBuilder getValueOrBuilder()
The actual security details message.
.google.protobuf.Any value = 2;
-
-