Interface TestConductorProtocol.HelloOrBuilder

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

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

    Modifier and Type
    Method
    Description
    required .Address address = 2;
    required .Address address = 2;
    required string name = 1;
    org.apache.pekko.protobufv3.internal.ByteString
    required string name = 1;
    boolean
    required .Address address = 2;
    boolean
    required string name = 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

    • hasName

      boolean hasName()
      required string name = 1;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
      required string name = 1;
      Returns:
      The name.
    • getNameBytes

      org.apache.pekko.protobufv3.internal.ByteString getNameBytes()
      required string name = 1;
      Returns:
      The bytes for name.
    • hasAddress

      boolean hasAddress()
      required .Address address = 2;
      Returns:
      Whether the address field is set.
    • getAddress

      required .Address address = 2;
      Returns:
      The address.
    • getAddressOrBuilder

      required .Address address = 2;