Interface JiraSource.JiraQueriesOrBuilder (3.50.0)

public static interface JiraSource.JiraQueriesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.