All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.grpc.binarylog.v1.AddressOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.68.1
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy