Uses of Class
io.grpc.channelz.v1.Address.OtherAddress
-
Packages that use Address.OtherAddress Package Description io.grpc.channelz.v1 -
-
Uses of Address.OtherAddress in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 declared as Address.OtherAddress Modifier and Type Field Description private static Address.OtherAddress
Address.OtherAddress. DEFAULT_INSTANCE
Fields in io.grpc.channelz.v1 with type parameters of type Address.OtherAddress Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Address.OtherAddress,Address.OtherAddress.Builder,Address.OtherAddressOrBuilder>
Address.Builder. otherAddressBuilder_
private static com.google.protobuf.Parser<Address.OtherAddress>
Address.OtherAddress. PARSER
Methods in io.grpc.channelz.v1 that return Address.OtherAddress Modifier and Type Method Description Address.OtherAddress
Address.OtherAddress.Builder. build()
Address.OtherAddress
Address.OtherAddress.Builder. buildPartial()
static Address.OtherAddress
Address.OtherAddress. getDefaultInstance()
Address.OtherAddress
Address.OtherAddress.Builder. getDefaultInstanceForType()
Address.OtherAddress
Address.OtherAddress. getDefaultInstanceForType()
Address.OtherAddress
Address.Builder. getOtherAddress()
.grpc.channelz.v1.Address.OtherAddress other_address = 3;
Address.OtherAddress
Address. getOtherAddress()
.grpc.channelz.v1.Address.OtherAddress other_address = 3;
Address.OtherAddress
AddressOrBuilder. getOtherAddress()
.grpc.channelz.v1.Address.OtherAddress other_address = 3;
static Address.OtherAddress
Address.OtherAddress. parseDelimitedFrom(java.io.InputStream input)
static Address.OtherAddress
Address.OtherAddress. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Address.OtherAddress
Address.OtherAddress. parseFrom(byte[] data)
static Address.OtherAddress
Address.OtherAddress. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Address.OtherAddress
Address.OtherAddress. parseFrom(com.google.protobuf.ByteString data)
static Address.OtherAddress
Address.OtherAddress. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Address.OtherAddress
Address.OtherAddress. parseFrom(com.google.protobuf.CodedInputStream input)
static Address.OtherAddress
Address.OtherAddress. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Address.OtherAddress
Address.OtherAddress. parseFrom(java.io.InputStream input)
static Address.OtherAddress
Address.OtherAddress. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Address.OtherAddress
Address.OtherAddress. parseFrom(java.nio.ByteBuffer data)
static Address.OtherAddress
Address.OtherAddress. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.grpc.channelz.v1 that return types with arguments of type Address.OtherAddress Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Address.OtherAddress,Address.OtherAddress.Builder,Address.OtherAddressOrBuilder>
Address.Builder. getOtherAddressFieldBuilder()
.grpc.channelz.v1.Address.OtherAddress other_address = 3;
com.google.protobuf.Parser<Address.OtherAddress>
Address.OtherAddress. getParserForType()
static com.google.protobuf.Parser<Address.OtherAddress>
Address.OtherAddress. parser()
Methods in io.grpc.channelz.v1 with parameters of type Address.OtherAddress Modifier and Type Method Description private void
Address.OtherAddress.Builder. buildPartial0(Address.OtherAddress result)
Address.OtherAddress.Builder
Address.OtherAddress.Builder. mergeFrom(Address.OtherAddress other)
Address.Builder
Address.Builder. mergeOtherAddress(Address.OtherAddress value)
.grpc.channelz.v1.Address.OtherAddress other_address = 3;
static Address.OtherAddress.Builder
Address.OtherAddress. newBuilder(Address.OtherAddress prototype)
Address.Builder
Address.Builder. setOtherAddress(Address.OtherAddress value)
.grpc.channelz.v1.Address.OtherAddress other_address = 3;
-