Interface Function.FunctionDetailsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Function.FunctionDetails, Function.FunctionDetails.Builder
Enclosing class:
Function

public static interface Function.FunctionDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getTenant

      String getTenant()
      string tenant = 1;
      Returns:
      The tenant.
    • getTenantBytes

      com.google.protobuf.ByteString getTenantBytes()
      string tenant = 1;
      Returns:
      The bytes for tenant.
    • getNamespace

      String getNamespace()
      string namespace = 2;
      Returns:
      The namespace.
    • getNamespaceBytes

      com.google.protobuf.ByteString getNamespaceBytes()
      string namespace = 2;
      Returns:
      The bytes for namespace.
    • getName

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

      com.google.protobuf.ByteString getNameBytes()
      string name = 3;
      Returns:
      The bytes for name.
    • getClassName

      String getClassName()
      string className = 4;
      Returns:
      The className.
    • getClassNameBytes

      com.google.protobuf.ByteString getClassNameBytes()
      string className = 4;
      Returns:
      The bytes for className.
    • getLogTopic

      String getLogTopic()
      string logTopic = 5;
      Returns:
      The logTopic.
    • getLogTopicBytes

      com.google.protobuf.ByteString getLogTopicBytes()
      string logTopic = 5;
      Returns:
      The bytes for logTopic.
    • getProcessingGuaranteesValue

      int getProcessingGuaranteesValue()
      .proto.ProcessingGuarantees processingGuarantees = 6;
      Returns:
      The enum numeric value on the wire for processingGuarantees.
    • getProcessingGuarantees

      Function.ProcessingGuarantees getProcessingGuarantees()
      .proto.ProcessingGuarantees processingGuarantees = 6;
      Returns:
      The processingGuarantees.
    • getUserConfig

      String getUserConfig()
      string userConfig = 7;
      Returns:
      The userConfig.
    • getUserConfigBytes

      com.google.protobuf.ByteString getUserConfigBytes()
      string userConfig = 7;
      Returns:
      The bytes for userConfig.
    • getSecretsMap

      String getSecretsMap()
      string secretsMap = 16;
      Returns:
      The secretsMap.
    • getSecretsMapBytes

      com.google.protobuf.ByteString getSecretsMapBytes()
      string secretsMap = 16;
      Returns:
      The bytes for secretsMap.
    • getRuntimeValue

      int getRuntimeValue()
      .proto.FunctionDetails.Runtime runtime = 8;
      Returns:
      The enum numeric value on the wire for runtime.
    • getRuntime

      .proto.FunctionDetails.Runtime runtime = 8;
      Returns:
      The runtime.
    • getAutoAck

      @Deprecated boolean getAutoAck()
      Deprecated.
      proto.FunctionDetails.autoAck is deprecated. See Function.proto;l=84
       Deprecated since, see https://github.com/apache/pulsar/issues/15560
       
      bool autoAck = 9 [deprecated = true];
      Returns:
      The autoAck.
    • getParallelism

      int getParallelism()
      int32 parallelism = 10;
      Returns:
      The parallelism.
    • hasSource

      boolean hasSource()
      .proto.SourceSpec source = 11;
      Returns:
      Whether the source field is set.
    • getSource

      Function.SourceSpec getSource()
      .proto.SourceSpec source = 11;
      Returns:
      The source.
    • getSourceOrBuilder

      Function.SourceSpecOrBuilder getSourceOrBuilder()
      .proto.SourceSpec source = 11;
    • hasSink

      boolean hasSink()
      .proto.SinkSpec sink = 12;
      Returns:
      Whether the sink field is set.
    • getSink

      .proto.SinkSpec sink = 12;
      Returns:
      The sink.
    • getSinkOrBuilder

      Function.SinkSpecOrBuilder getSinkOrBuilder()
      .proto.SinkSpec sink = 12;
    • hasResources

      boolean hasResources()
      .proto.Resources resources = 13;
      Returns:
      Whether the resources field is set.
    • getResources

      Function.Resources getResources()
      .proto.Resources resources = 13;
      Returns:
      The resources.
    • getResourcesOrBuilder

      Function.ResourcesOrBuilder getResourcesOrBuilder()
      .proto.Resources resources = 13;
    • getPackageUrl

      String getPackageUrl()
      present only if function submitted with package-url
       
      string packageUrl = 14;
      Returns:
      The packageUrl.
    • getPackageUrlBytes

      com.google.protobuf.ByteString getPackageUrlBytes()
      present only if function submitted with package-url
       
      string packageUrl = 14;
      Returns:
      The bytes for packageUrl.
    • hasRetryDetails

      boolean hasRetryDetails()
      .proto.RetryDetails retryDetails = 15;
      Returns:
      Whether the retryDetails field is set.
    • getRetryDetails

      Function.RetryDetails getRetryDetails()
      .proto.RetryDetails retryDetails = 15;
      Returns:
      The retryDetails.
    • getRetryDetailsOrBuilder

      Function.RetryDetailsOrBuilder getRetryDetailsOrBuilder()
      .proto.RetryDetails retryDetails = 15;
    • getRuntimeFlags

      String getRuntimeFlags()
      string runtimeFlags = 17;
      Returns:
      The runtimeFlags.
    • getRuntimeFlagsBytes

      com.google.protobuf.ByteString getRuntimeFlagsBytes()
      string runtimeFlags = 17;
      Returns:
      The bytes for runtimeFlags.
    • getComponentTypeValue

      int getComponentTypeValue()
      .proto.FunctionDetails.ComponentType componentType = 18;
      Returns:
      The enum numeric value on the wire for componentType.
    • getComponentType

      .proto.FunctionDetails.ComponentType componentType = 18;
      Returns:
      The componentType.
    • getCustomRuntimeOptions

      String getCustomRuntimeOptions()
      string customRuntimeOptions = 19;
      Returns:
      The customRuntimeOptions.
    • getCustomRuntimeOptionsBytes

      com.google.protobuf.ByteString getCustomRuntimeOptionsBytes()
      string customRuntimeOptions = 19;
      Returns:
      The bytes for customRuntimeOptions.
    • getBuiltin

      String getBuiltin()
       If specified, this will refer to an archive that is
       already present in the server 
       
      string builtin = 20;
      Returns:
      The builtin.
    • getBuiltinBytes

      com.google.protobuf.ByteString getBuiltinBytes()
       If specified, this will refer to an archive that is
       already present in the server 
       
      string builtin = 20;
      Returns:
      The bytes for builtin.
    • getRetainOrdering

      boolean getRetainOrdering()
      bool retainOrdering = 21;
      Returns:
      The retainOrdering.
    • getRetainKeyOrdering

      boolean getRetainKeyOrdering()
      bool retainKeyOrdering = 22;
      Returns:
      The retainKeyOrdering.
    • getSubscriptionPositionValue

      int getSubscriptionPositionValue()
      .proto.SubscriptionPosition subscriptionPosition = 23;
      Returns:
      The enum numeric value on the wire for subscriptionPosition.
    • getSubscriptionPosition

      Function.SubscriptionPosition getSubscriptionPosition()
      .proto.SubscriptionPosition subscriptionPosition = 23;
      Returns:
      The subscriptionPosition.