Interface WireFormats.RemoteScopeOrBuilder

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

public static interface WireFormats.RemoteScopeOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    required .AddressData node = 1;
    required .AddressData node = 1;
    boolean
    required .AddressData 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 .AddressData node = 1;
      Returns:
      Whether the node field is set.
    • getNode

      required .AddressData node = 1;
      Returns:
      The node.
    • getNodeOrBuilder

      required .AddressData node = 1;