Package io.grpc.channelz.v1
Interface Address.OtherAddressOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder
,MessageOrBuilder
- All Known Implementing Classes:
Address.OtherAddress
,Address.OtherAddress.Builder
- Enclosing class:
- Address
public static interface Address.OtherAddressOrBuilder 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 address message.AnyOrBuilder
getValueOrBuilder()
The actual address message.boolean
hasValue()
The actual address 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. This value should be set.
string name = 1;
- Returns:
- The name.
-
getNameBytes
ByteString getNameBytes()
The human readable version of the value. This value should be set.
string name = 1;
- Returns:
- The bytes for name.
-
hasValue
boolean hasValue()
The actual address message.
.google.protobuf.Any value = 2;
- Returns:
- Whether the value field is set.
-
getValue
Any getValue()
The actual address message.
.google.protobuf.Any value = 2;
- Returns:
- The value.
-
getValueOrBuilder
AnyOrBuilder getValueOrBuilder()
The actual address message.
.google.protobuf.Any value = 2;
-
-