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

com.trasier.api.client.protobuf.EndpointOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: WriteService.proto

package com.trasier.api.client.protobuf;

public interface EndpointOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.trasier.api.client.protobuf.Endpoint)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string name = 1;
   * @return The name.
   */
  String getName();
  /**
   * string name = 1;
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * string ipAddress = 2;
   * @return The ipAddress.
   */
  String getIpAddress();
  /**
   * string ipAddress = 2;
   * @return The bytes for ipAddress.
   */
  com.google.protobuf.ByteString
      getIpAddressBytes();

  /**
   * string port = 3;
   * @return The port.
   */
  String getPort();
  /**
   * string port = 3;
   * @return The bytes for port.
   */
  com.google.protobuf.ByteString
      getPortBytes();

  /**
   * string hostname = 4;
   * @return The hostname.
   */
  String getHostname();
  /**
   * string hostname = 4;
   * @return The bytes for hostname.
   */
  com.google.protobuf.ByteString
      getHostnameBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy