Package io.grpc.channelz.v1
Interface AddressOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Address
,Address.Builder
public interface AddressOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.grpc.channelz.v1.Address.OtherAddress other_address = 3;
.grpc.channelz.v1.Address.OtherAddress other_address = 3;
.grpc.channelz.v1.Address.TcpIpAddress tcpip_address = 1;
.grpc.channelz.v1.Address.TcpIpAddress tcpip_address = 1;
.grpc.channelz.v1.Address.UdsAddress uds_address = 2;
.grpc.channelz.v1.Address.UdsAddress uds_address = 2;
boolean
.grpc.channelz.v1.Address.OtherAddress other_address = 3;
boolean
.grpc.channelz.v1.Address.TcpIpAddress tcpip_address = 1;
boolean
.grpc.channelz.v1.Address.UdsAddress uds_address = 2;
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
-
hasTcpipAddress
boolean hasTcpipAddress().grpc.channelz.v1.Address.TcpIpAddress tcpip_address = 1;
- Returns:
- Whether the tcpipAddress field is set.
-
getTcpipAddress
Address.TcpIpAddress getTcpipAddress().grpc.channelz.v1.Address.TcpIpAddress tcpip_address = 1;
- Returns:
- The tcpipAddress.
-
getTcpipAddressOrBuilder
Address.TcpIpAddressOrBuilder getTcpipAddressOrBuilder().grpc.channelz.v1.Address.TcpIpAddress tcpip_address = 1;
-
hasUdsAddress
boolean hasUdsAddress().grpc.channelz.v1.Address.UdsAddress uds_address = 2;
- Returns:
- Whether the udsAddress field is set.
-
getUdsAddress
Address.UdsAddress getUdsAddress().grpc.channelz.v1.Address.UdsAddress uds_address = 2;
- Returns:
- The udsAddress.
-
getUdsAddressOrBuilder
Address.UdsAddressOrBuilder getUdsAddressOrBuilder().grpc.channelz.v1.Address.UdsAddress uds_address = 2;
-
hasOtherAddress
boolean hasOtherAddress().grpc.channelz.v1.Address.OtherAddress other_address = 3;
- Returns:
- Whether the otherAddress field is set.
-
getOtherAddress
Address.OtherAddress getOtherAddress().grpc.channelz.v1.Address.OtherAddress other_address = 3;
- Returns:
- The otherAddress.
-
getOtherAddressOrBuilder
Address.OtherAddressOrBuilder getOtherAddressOrBuilder().grpc.channelz.v1.Address.OtherAddress other_address = 3;
-
getAddressCase
Address.AddressCase getAddressCase()
-