- 3.52.0 (latest)
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.2
- 3.3.0
- 3.2.0
- 3.0.0
- 2.9.8
- 2.8.9
- 2.7.4
- 2.5.3
- 2.4.0
public static interface JiraSource.JiraQueriesOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getApiKeyConfig()
public abstract ApiAuth.ApiKeyConfig getApiKeyConfig()
Required. The SecretManager secret version resource name (e.g. projects/{project}/secrets/{secret}/versions/{version}) storing the Jira API key (https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/).
.google.cloud.aiplatform.v1beta1.ApiAuth.ApiKeyConfig api_key_config = 7 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ApiAuth.ApiKeyConfig |
The apiKeyConfig. |
getApiKeyConfigOrBuilder()
public abstract ApiAuth.ApiKeyConfigOrBuilder getApiKeyConfigOrBuilder()
Required. The SecretManager secret version resource name (e.g. projects/{project}/secrets/{secret}/versions/{version}) storing the Jira API key (https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/).
.google.cloud.aiplatform.v1beta1.ApiAuth.ApiKeyConfig api_key_config = 7 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ApiAuth.ApiKeyConfigOrBuilder |
getCustomQueries(int index)
public abstract 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;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The customQueries at the given index. |
getCustomQueriesBytes(int index)
public abstract 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;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the customQueries at the given index. |
getCustomQueriesCount()
public abstract 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 | |
---|---|
Type | Description |
int |
The count of customQueries. |
getCustomQueriesList()
public abstract 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 | |
---|---|
Type | Description |
List<String> |
A list containing the customQueries. |
getEmail()
public abstract String getEmail()
Required. The Jira email address.
string email = 5 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The email. |
getEmailBytes()
public abstract ByteString getEmailBytes()
Required. The Jira email address.
string email = 5 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for email. |
getProjects(int index)
public abstract String getProjects(int index)
A list of Jira projects to import in their entirety.
repeated string projects = 3;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The projects at the given index. |
getProjectsBytes(int index)
public abstract ByteString getProjectsBytes(int index)
A list of Jira projects to import in their entirety.
repeated string projects = 3;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the projects at the given index. |
getProjectsCount()
public abstract int getProjectsCount()
A list of Jira projects to import in their entirety.
repeated string projects = 3;
Returns | |
---|---|
Type | Description |
int |
The count of projects. |
getProjectsList()
public abstract List<String> getProjectsList()
A list of Jira projects to import in their entirety.
repeated string projects = 3;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the projects. |
getServerUri()
public abstract String getServerUri()
Required. The Jira server URI.
string server_uri = 6 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The serverUri. |
getServerUriBytes()
public abstract ByteString getServerUriBytes()
Required. The Jira server URI.
string server_uri = 6 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for serverUri. |
hasApiKeyConfig()
public abstract boolean hasApiKeyConfig()
Required. The SecretManager secret version resource name (e.g. projects/{project}/secrets/{secret}/versions/{version}) storing the Jira API key (https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/).
.google.cloud.aiplatform.v1beta1.ApiAuth.ApiKeyConfig api_key_config = 7 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the apiKeyConfig field is set. |