io.grpc.binarylog.v1.AddressOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/binlog/v1/binarylog.proto
// Protobuf Java Version: 3.25.1
package io.grpc.binarylog.v1;
public interface AddressOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.binarylog.v1.Address)
com.google.protobuf.MessageOrBuilder {
/**
* .grpc.binarylog.v1.Address.Type type = 1;
* @return The enum numeric value on the wire for type.
*/
int getTypeValue();
/**
* .grpc.binarylog.v1.Address.Type type = 1;
* @return The type.
*/
io.grpc.binarylog.v1.Address.Type getType();
/**
* string address = 2;
* @return The address.
*/
java.lang.String getAddress();
/**
* string address = 2;
* @return The bytes for address.
*/
com.google.protobuf.ByteString
getAddressBytes();
/**
*
* only for TYPE_IPV4 and TYPE_IPV6
*
*
* uint32 ip_port = 3;
* @return The ipPort.
*/
int getIpPort();
}