Package com.google.cloud.aiplatform.v1
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 Summary
Modifier and TypeMethodDescriptionRequired.Required.getCustomQueries(int index) A list of custom Jira queries to import.com.google.protobuf.ByteStringgetCustomQueriesBytes(int index) A list of custom Jira queries to import.intA list of custom Jira queries to import.A list of custom Jira queries to import.getEmail()Required.com.google.protobuf.ByteStringRequired.getProjects(int index) A list of Jira projects to import in their entirety.com.google.protobuf.ByteStringgetProjectsBytes(int index) A list of Jira projects to import in their entirety.intA list of Jira projects to import in their entirety.A list of Jira projects to import in their entirety.Required.com.google.protobuf.ByteStringRequired.booleanRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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
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
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];
-