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
Modifier and TypeMethodDescriptiongetName()
The human readable version of the value.com.google.protobuf.ByteString
The human readable version of the value.com.google.protobuf.Any
getValue()
The actual security details message.com.google.protobuf.AnyOrBuilder
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 Details
-
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;
-