Interface JiraSource.JiraQueriesOrBuilder

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

public static interface JiraSource.JiraQueriesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getProjectsList

      List<String> getProjectsList()
       A list of Jira projects to import in their entirety.
       
      repeated string projects = 3;
      Returns:
      A list containing the projects.
    • getProjectsCount

      int getProjectsCount()
       A list of Jira projects to import in their entirety.
       
      repeated string projects = 3;
      Returns:
      The count of projects.
    • getProjects

      String getProjects(int index)
       A list of Jira projects to import in their entirety.
       
      repeated string projects = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The projects at the given index.
    • getProjectsBytes

      com.google.protobuf.ByteString getProjectsBytes(int index)
       A list of Jira projects to import in their entirety.
       
      repeated string projects = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the projects at the given index.
    • getCustomQueriesList

      List<String> getCustomQueriesList()
       A list of custom Jira queries to import. For information about JQL (Jira
       Query Language), see
       https://support.atlassian.com/jira-service-management-cloud/docs/use-advanced-search-with-jira-query-language-jql/
       
      repeated string custom_queries = 4;
      Returns:
      A list containing the customQueries.
    • getCustomQueriesCount

      int getCustomQueriesCount()
       A list of custom Jira queries to import. For information about JQL (Jira
       Query Language), see
       https://support.atlassian.com/jira-service-management-cloud/docs/use-advanced-search-with-jira-query-language-jql/
       
      repeated string custom_queries = 4;
      Returns:
      The count of customQueries.
    • getCustomQueries

      String getCustomQueries(int index)
       A list of custom Jira queries to import. For information about JQL (Jira
       Query Language), see
       https://support.atlassian.com/jira-service-management-cloud/docs/use-advanced-search-with-jira-query-language-jql/
       
      repeated string custom_queries = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The customQueries at the given index.
    • getCustomQueriesBytes

      com.google.protobuf.ByteString getCustomQueriesBytes(int index)
       A list of custom Jira queries to import. For information about JQL (Jira
       Query Language), see
       https://support.atlassian.com/jira-service-management-cloud/docs/use-advanced-search-with-jira-query-language-jql/
       
      repeated string custom_queries = 4;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the customQueries at the given index.
    • getEmail

      String getEmail()
       Required. The Jira email address.
       
      string email = 5 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The email.
    • getEmailBytes

      com.google.protobuf.ByteString getEmailBytes()
       Required. The Jira email address.
       
      string email = 5 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for email.
    • getServerUri

      String getServerUri()
       Required. The Jira server URI.
       
      string server_uri = 6 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The serverUri.
    • getServerUriBytes

      com.google.protobuf.ByteString getServerUriBytes()
       Required. The Jira server URI.
       
      string server_uri = 6 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for serverUri.
    • hasApiKeyConfig

      boolean hasApiKeyConfig()
       Required. The SecretManager secret version resource name (e.g.
       projects/{project}/secrets/{secret}/versions/{version}) storing the
       Jira API key. See [Manage API tokens for your Atlassian
       account](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/).
       
      .google.cloud.aiplatform.v1.ApiAuth.ApiKeyConfig api_key_config = 7 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the apiKeyConfig field is set.
    • getApiKeyConfig

      ApiAuth.ApiKeyConfig getApiKeyConfig()
       Required. The SecretManager secret version resource name (e.g.
       projects/{project}/secrets/{secret}/versions/{version}) storing the
       Jira API key. See [Manage API tokens for your Atlassian
       account](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/).
       
      .google.cloud.aiplatform.v1.ApiAuth.ApiKeyConfig api_key_config = 7 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The apiKeyConfig.
    • getApiKeyConfigOrBuilder

      ApiAuth.ApiKeyConfigOrBuilder getApiKeyConfigOrBuilder()
       Required. The SecretManager secret version resource name (e.g.
       projects/{project}/secrets/{secret}/versions/{version}) storing the
       Jira API key. See [Manage API tokens for your Atlassian
       account](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/).
       
      .google.cloud.aiplatform.v1.ApiAuth.ApiKeyConfig api_key_config = 7 [(.google.api.field_behavior) = REQUIRED];