Interface TestConductorProtocol.AddressRequestOrBuilder

All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
All Known Implementing Classes:
TestConductorProtocol.AddressRequest, TestConductorProtocol.AddressRequest.Builder
Enclosing class:
TestConductorProtocol

public static interface TestConductorProtocol.AddressRequestOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional .Address addr = 2;
    optional .Address addr = 2;
    required string node = 1;
    org.apache.pekko.protobufv3.internal.ByteString
    required string node = 1;
    boolean
    optional .Address addr = 2;
    boolean
    required string node = 1;

    Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasNode

      boolean hasNode()
      required string node = 1;
      Returns:
      Whether the node field is set.
    • getNode

      String getNode()
      required string node = 1;
      Returns:
      The node.
    • getNodeBytes

      org.apache.pekko.protobufv3.internal.ByteString getNodeBytes()
      required string node = 1;
      Returns:
      The bytes for node.
    • hasAddr

      boolean hasAddr()
      optional .Address addr = 2;
      Returns:
      Whether the addr field is set.
    • getAddr

      optional .Address addr = 2;
      Returns:
      The addr.
    • getAddrOrBuilder

      optional .Address addr = 2;