Interface WireFormats.DeployDataOrBuilder

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

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

    Modifier and Type
    Method
    Description
    org.apache.pekko.protobufv3.internal.ByteString
    optional bytes config = 2;
    optional string configManifest = 9;
    org.apache.pekko.protobufv3.internal.ByteString
    optional string configManifest = 9;
    int
    optional int32 configSerializerId = 8;
    optional string dispatcher = 5;
    org.apache.pekko.protobufv3.internal.ByteString
    optional string dispatcher = 5;
    required string path = 1;
    org.apache.pekko.protobufv3.internal.ByteString
    required string path = 1;
    org.apache.pekko.protobufv3.internal.ByteString
    optional bytes routerConfig = 3;
    optional string routerConfigManifest = 11;
    org.apache.pekko.protobufv3.internal.ByteString
    optional string routerConfigManifest = 11;
    int
    optional int32 routerConfigSerializerId = 10;
    org.apache.pekko.protobufv3.internal.ByteString
    optional bytes scope = 4;
    optional string scopeManifest = 7;
    org.apache.pekko.protobufv3.internal.ByteString
    optional string scopeManifest = 7;
    int
    older wire protocol: hardcoded class used to look up serializer newer wire protocol: serializer id and manifest available for each
    getTags(int index)
    repeated string tags = 12;
    org.apache.pekko.protobufv3.internal.ByteString
    getTagsBytes(int index)
    repeated string tags = 12;
    int
    repeated string tags = 12;
    repeated string tags = 12;
    boolean
    optional bytes config = 2;
    boolean
    optional string configManifest = 9;
    boolean
    optional int32 configSerializerId = 8;
    boolean
    optional string dispatcher = 5;
    boolean
    required string path = 1;
    boolean
    optional bytes routerConfig = 3;
    boolean
    optional string routerConfigManifest = 11;
    boolean
    optional int32 routerConfigSerializerId = 10;
    boolean
    optional bytes scope = 4;
    boolean
    optional string scopeManifest = 7;
    boolean
    older wire protocol: hardcoded class used to look up serializer newer wire protocol: serializer id and manifest available for each

    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

    • hasPath

      boolean hasPath()
      required string path = 1;
      Returns:
      Whether the path field is set.
    • getPath

      String getPath()
      required string path = 1;
      Returns:
      The path.
    • getPathBytes

      org.apache.pekko.protobufv3.internal.ByteString getPathBytes()
      required string path = 1;
      Returns:
      The bytes for path.
    • hasConfig

      boolean hasConfig()
      optional bytes config = 2;
      Returns:
      Whether the config field is set.
    • getConfig

      org.apache.pekko.protobufv3.internal.ByteString getConfig()
      optional bytes config = 2;
      Returns:
      The config.
    • hasRouterConfig

      boolean hasRouterConfig()
      optional bytes routerConfig = 3;
      Returns:
      Whether the routerConfig field is set.
    • getRouterConfig

      org.apache.pekko.protobufv3.internal.ByteString getRouterConfig()
      optional bytes routerConfig = 3;
      Returns:
      The routerConfig.
    • hasScope

      boolean hasScope()
      optional bytes scope = 4;
      Returns:
      Whether the scope field is set.
    • getScope

      org.apache.pekko.protobufv3.internal.ByteString getScope()
      optional bytes scope = 4;
      Returns:
      The scope.
    • hasDispatcher

      boolean hasDispatcher()
      optional string dispatcher = 5;
      Returns:
      Whether the dispatcher field is set.
    • getDispatcher

      String getDispatcher()
      optional string dispatcher = 5;
      Returns:
      The dispatcher.
    • getDispatcherBytes

      org.apache.pekko.protobufv3.internal.ByteString getDispatcherBytes()
      optional string dispatcher = 5;
      Returns:
      The bytes for dispatcher.
    • hasScopeSerializerId

      boolean hasScopeSerializerId()
       older wire protocol: hardcoded class used to look up serializer
       newer wire protocol: serializer id and manifest available for each
       
      optional int32 scopeSerializerId = 6;
      Returns:
      Whether the scopeSerializerId field is set.
    • getScopeSerializerId

      int getScopeSerializerId()
       older wire protocol: hardcoded class used to look up serializer
       newer wire protocol: serializer id and manifest available for each
       
      optional int32 scopeSerializerId = 6;
      Returns:
      The scopeSerializerId.
    • hasScopeManifest

      boolean hasScopeManifest()
      optional string scopeManifest = 7;
      Returns:
      Whether the scopeManifest field is set.
    • getScopeManifest

      String getScopeManifest()
      optional string scopeManifest = 7;
      Returns:
      The scopeManifest.
    • getScopeManifestBytes

      org.apache.pekko.protobufv3.internal.ByteString getScopeManifestBytes()
      optional string scopeManifest = 7;
      Returns:
      The bytes for scopeManifest.
    • hasConfigSerializerId

      boolean hasConfigSerializerId()
      optional int32 configSerializerId = 8;
      Returns:
      Whether the configSerializerId field is set.
    • getConfigSerializerId

      int getConfigSerializerId()
      optional int32 configSerializerId = 8;
      Returns:
      The configSerializerId.
    • hasConfigManifest

      boolean hasConfigManifest()
      optional string configManifest = 9;
      Returns:
      Whether the configManifest field is set.
    • getConfigManifest

      String getConfigManifest()
      optional string configManifest = 9;
      Returns:
      The configManifest.
    • getConfigManifestBytes

      org.apache.pekko.protobufv3.internal.ByteString getConfigManifestBytes()
      optional string configManifest = 9;
      Returns:
      The bytes for configManifest.
    • hasRouterConfigSerializerId

      boolean hasRouterConfigSerializerId()
      optional int32 routerConfigSerializerId = 10;
      Returns:
      Whether the routerConfigSerializerId field is set.
    • getRouterConfigSerializerId

      int getRouterConfigSerializerId()
      optional int32 routerConfigSerializerId = 10;
      Returns:
      The routerConfigSerializerId.
    • hasRouterConfigManifest

      boolean hasRouterConfigManifest()
      optional string routerConfigManifest = 11;
      Returns:
      Whether the routerConfigManifest field is set.
    • getRouterConfigManifest

      String getRouterConfigManifest()
      optional string routerConfigManifest = 11;
      Returns:
      The routerConfigManifest.
    • getRouterConfigManifestBytes

      org.apache.pekko.protobufv3.internal.ByteString getRouterConfigManifestBytes()
      optional string routerConfigManifest = 11;
      Returns:
      The bytes for routerConfigManifest.
    • getTagsList

      List<String> getTagsList()
      repeated string tags = 12;
      Returns:
      A list containing the tags.
    • getTagsCount

      int getTagsCount()
      repeated string tags = 12;
      Returns:
      The count of tags.
    • getTags

      String getTags(int index)
      repeated string tags = 12;
      Parameters:
      index - The index of the element to return.
      Returns:
      The tags at the given index.
    • getTagsBytes

      org.apache.pekko.protobufv3.internal.ByteString getTagsBytes(int index)
      repeated string tags = 12;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the tags at the given index.