Interface WorkflowAttributesOuterClass.WorkflowAttributesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDomain()
      Unique domain id for which this set of attributes will be applied.
      com.google.protobuf.ByteString getDomainBytes()
      Unique domain id for which this set of attributes will be applied.
      MatchableResourceOuterClass.MatchingAttributes getMatchingAttributes()
      .flyteidl.admin.MatchingAttributes matching_attributes = 4;
      MatchableResourceOuterClass.MatchingAttributesOrBuilder getMatchingAttributesOrBuilder()
      .flyteidl.admin.MatchingAttributes matching_attributes = 4;
      java.lang.String getProject()
      Unique project id for which this set of attributes will be applied.
      com.google.protobuf.ByteString getProjectBytes()
      Unique project id for which this set of attributes will be applied.
      java.lang.String getWorkflow()
      Workflow name for which this set of attributes will be applied.
      com.google.protobuf.ByteString getWorkflowBytes()
      Workflow name for which this set of attributes will be applied.
      boolean hasMatchingAttributes()
      .flyteidl.admin.MatchingAttributes matching_attributes = 4;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getProject

        java.lang.String getProject()
         Unique project id for which this set of attributes will be applied.
         
        string project = 1;
        Returns:
        The project.
      • getProjectBytes

        com.google.protobuf.ByteString getProjectBytes()
         Unique project id for which this set of attributes will be applied.
         
        string project = 1;
        Returns:
        The bytes for project.
      • getDomain

        java.lang.String getDomain()
         Unique domain id for which this set of attributes will be applied.
         
        string domain = 2;
        Returns:
        The domain.
      • getDomainBytes

        com.google.protobuf.ByteString getDomainBytes()
         Unique domain id for which this set of attributes will be applied.
         
        string domain = 2;
        Returns:
        The bytes for domain.
      • getWorkflow

        java.lang.String getWorkflow()
         Workflow name for which this set of attributes will be applied.
         
        string workflow = 3;
        Returns:
        The workflow.
      • getWorkflowBytes

        com.google.protobuf.ByteString getWorkflowBytes()
         Workflow name for which this set of attributes will be applied.
         
        string workflow = 3;
        Returns:
        The bytes for workflow.
      • hasMatchingAttributes

        boolean hasMatchingAttributes()
        .flyteidl.admin.MatchingAttributes matching_attributes = 4;
        Returns:
        Whether the matchingAttributes field is set.