public static interface JiraSource.JiraQueriesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ApiAuth.ApiKeyConfig |
getApiKeyConfig()
Required.
|
ApiAuth.ApiKeyConfigOrBuilder |
getApiKeyConfigOrBuilder()
Required.
|
String |
getCustomQueries(int index)
A list of custom Jira queries to import.
|
com.google.protobuf.ByteString |
getCustomQueriesBytes(int index)
A list of custom Jira queries to import.
|
int |
getCustomQueriesCount()
A list of custom Jira queries to import.
|
List<String> |
getCustomQueriesList()
A list of custom Jira queries to import.
|
String |
getEmail()
Required.
|
com.google.protobuf.ByteString |
getEmailBytes()
Required.
|
String |
getProjects(int index)
A list of Jira projects to import in their entirety.
|
com.google.protobuf.ByteString |
getProjectsBytes(int index)
A list of Jira projects to import in their entirety.
|
int |
getProjectsCount()
A list of Jira projects to import in their entirety.
|
List<String> |
getProjectsList()
A list of Jira projects to import in their entirety.
|
String |
getServerUri()
Required.
|
com.google.protobuf.ByteString |
getServerUriBytes()
Required.
|
boolean |
hasApiKeyConfig()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getProjectsList()
A list of Jira projects to import in their entirety.
repeated string projects = 3;int getProjectsCount()
A list of Jira projects to import in their entirety.
repeated string projects = 3;String getProjects(int index)
A list of Jira projects to import in their entirety.
repeated string projects = 3;index - The index of the element to return.com.google.protobuf.ByteString getProjectsBytes(int index)
A list of Jira projects to import in their entirety.
repeated string projects = 3;index - The index of the value to return.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;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;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;index - The index of the element to return.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;index - The index of the value to return.String getEmail()
Required. The Jira email address.
string email = 5 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getEmailBytes()
Required. The Jira email address.
string email = 5 [(.google.api.field_behavior) = REQUIRED];String getServerUri()
Required. The Jira server URI.
string server_uri = 6 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getServerUriBytes()
Required. The Jira server URI.
string server_uri = 6 [(.google.api.field_behavior) = REQUIRED];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];
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];
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];
Copyright © 2025 Google LLC. All rights reserved.