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 Detail

      • getTenant

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

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

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

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

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

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

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

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

        java.lang.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

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

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

        java.lang.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.
      • getAutoAck

        boolean getAutoAck()
        bool autoAck = 9;
        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.
      • hasSink

        boolean hasSink()
        .proto.SinkSpec sink = 12;
        Returns:
        Whether the sink field is set.
      • 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.
      • getPackageUrl

        java.lang.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.
      • getRuntimeFlags

        java.lang.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.
      • getCustomRuntimeOptions

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

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

        java.lang.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.