Interface V1.DaemonEndpointOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1.DaemonEndpoint, V1.DaemonEndpoint.Builder
Enclosing class:
V1

public static interface V1.DaemonEndpointOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Port number of the given endpoint.
    boolean
    Port number of the given endpoint.

    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

    • hasPort

      boolean hasPort()
       Port number of the given endpoint.
       
      optional int32 Port = 1;
    • getPort

      int getPort()
       Port number of the given endpoint.
       
      optional int32 Port = 1;