public sealed class JiraSource.Types.JiraQueries : IMessage<JiraSource.Types.JiraQueries>, IEquatable<JiraSource.Types.JiraQueries>, IDeepCloneable<JiraSource.Types.JiraQueries>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class JiraSource.Types.JiraQueries.
JiraQueries contains the Jira queries and corresponding authentication.
Implements
IMessageJiraSourceTypesJiraQueries, IEquatableJiraSourceTypesJiraQueries, IDeepCloneableJiraSourceTypesJiraQueries, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
JiraQueries()
public JiraQueries()
JiraQueries(JiraQueries)
public JiraQueries(JiraSource.Types.JiraQueries other)
Parameter | |
---|---|
Name | Description |
other |
JiraSourceTypesJiraQueries |
Properties
ApiKeyConfig
public ApiAuth.Types.ApiKeyConfig ApiKeyConfig { get; set; }
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/).
Property Value | |
---|---|
Type | Description |
ApiAuthTypesApiKeyConfig |
CustomQueries
public RepeatedField<string> CustomQueries { get; }
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/
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
public string Email { get; set; }
Required. The Jira email address.
Property Value | |
---|---|
Type | Description |
string |
Projects
public RepeatedField<string> Projects { get; }
A list of Jira projects to import in their entirety.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
ServerUri
public string ServerUri { get; set; }
Required. The Jira server URI.
Property Value | |
---|---|
Type | Description |
string |