Interface WireFormats.PropsDataOrBuilder

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

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

    Modifier and Type
    Method
    Description
    org.apache.pekko.protobufv3.internal.ByteString
    getArgs(int index)
    repeated bytes args = 4;
    int
    repeated bytes args = 4;
    List<org.apache.pekko.protobufv3.internal.ByteString>
    repeated bytes args = 4;
    required string clazz = 3;
    org.apache.pekko.protobufv3.internal.ByteString
    required string clazz = 3;
    required .DeployData deploy = 2;
    required .DeployData deploy = 2;
    boolean
    getHasManifest(int index)
    additionally a flag per position to indicate if it was serialized with manifest or not
    int
    additionally a flag per position to indicate if it was serialized with manifest or not
    additionally a flag per position to indicate if it was serialized with manifest or not
    getManifests(int index)
    serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each arg
    org.apache.pekko.protobufv3.internal.ByteString
    getManifestsBytes(int index)
    serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each arg
    int
    serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each arg
    serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each arg
    int
    getSerializerIds(int index)
    newer wire protocol: serializer id for each arg
    int
    newer wire protocol: serializer id for each arg
    newer wire protocol: serializer id for each arg
    boolean
    required string clazz = 3;
    boolean
    required .DeployData deploy = 2;

    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

    • hasDeploy

      boolean hasDeploy()
      required .DeployData deploy = 2;
      Returns:
      Whether the deploy field is set.
    • getDeploy

      required .DeployData deploy = 2;
      Returns:
      The deploy.
    • getDeployOrBuilder

      WireFormats.DeployDataOrBuilder getDeployOrBuilder()
      required .DeployData deploy = 2;
    • hasClazz

      boolean hasClazz()
      required string clazz = 3;
      Returns:
      Whether the clazz field is set.
    • getClazz

      String getClazz()
      required string clazz = 3;
      Returns:
      The clazz.
    • getClazzBytes

      org.apache.pekko.protobufv3.internal.ByteString getClazzBytes()
      required string clazz = 3;
      Returns:
      The bytes for clazz.
    • getArgsList

      List<org.apache.pekko.protobufv3.internal.ByteString> getArgsList()
      repeated bytes args = 4;
      Returns:
      A list containing the args.
    • getArgsCount

      int getArgsCount()
      repeated bytes args = 4;
      Returns:
      The count of args.
    • getArgs

      org.apache.pekko.protobufv3.internal.ByteString getArgs(int index)
      repeated bytes args = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The args at the given index.
    • getManifestsList

      List<String> getManifestsList()
       serialized props parameters
       older wire protocol: contains class name for each arg
       newer wire protocol: contains string manifest for each arg
       
      repeated string manifests = 5;
      Returns:
      A list containing the manifests.
    • getManifestsCount

      int getManifestsCount()
       serialized props parameters
       older wire protocol: contains class name for each arg
       newer wire protocol: contains string manifest for each arg
       
      repeated string manifests = 5;
      Returns:
      The count of manifests.
    • getManifests

      String getManifests(int index)
       serialized props parameters
       older wire protocol: contains class name for each arg
       newer wire protocol: contains string manifest for each arg
       
      repeated string manifests = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The manifests at the given index.
    • getManifestsBytes

      org.apache.pekko.protobufv3.internal.ByteString getManifestsBytes(int index)
       serialized props parameters
       older wire protocol: contains class name for each arg
       newer wire protocol: contains string manifest for each arg
       
      repeated string manifests = 5;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the manifests at the given index.
    • getSerializerIdsList

      List<Integer> getSerializerIdsList()
       newer wire protocol: serializer id for each arg
       
      repeated int32 serializerIds = 6;
      Returns:
      A list containing the serializerIds.
    • getSerializerIdsCount

      int getSerializerIdsCount()
       newer wire protocol: serializer id for each arg
       
      repeated int32 serializerIds = 6;
      Returns:
      The count of serializerIds.
    • getSerializerIds

      int getSerializerIds(int index)
       newer wire protocol: serializer id for each arg
       
      repeated int32 serializerIds = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The serializerIds at the given index.
    • getHasManifestList

      List<Boolean> getHasManifestList()
       additionally a flag per position to indicate if it was
       serialized with manifest or not
       
      repeated bool hasManifest = 7;
      Returns:
      A list containing the hasManifest.
    • getHasManifestCount

      int getHasManifestCount()
       additionally a flag per position to indicate if it was
       serialized with manifest or not
       
      repeated bool hasManifest = 7;
      Returns:
      The count of hasManifest.
    • getHasManifest

      boolean getHasManifest(int index)
       additionally a flag per position to indicate if it was
       serialized with manifest or not
       
      repeated bool hasManifest = 7;
      Parameters:
      index - The index of the element to return.
      Returns:
      The hasManifest at the given index.