Class: Google::Cloud::AIPlatform::V1::JiraSource::JiraQueries

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/io.rb

Overview

JiraQueries contains the Jira queries and corresponding authentication.

Instance Attribute Summary collapse

Instance Attribute Details

#api_key_config::Google::Cloud::AIPlatform::V1::ApiAuth::ApiKeyConfig

Returns 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.

Returns:



240
241
242
243
# File 'proto_docs/google/cloud/aiplatform/v1/io.rb', line 240

class JiraQueries
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#custom_queries::Array<::String>

Returns 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/.

Returns:



240
241
242
243
# File 'proto_docs/google/cloud/aiplatform/v1/io.rb', line 240

class JiraQueries
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#email::String

Returns Required. The Jira email address.

Returns:

  • (::String)

    Required. The Jira email address.



240
241
242
243
# File 'proto_docs/google/cloud/aiplatform/v1/io.rb', line 240

class JiraQueries
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#projects::Array<::String>

Returns A list of Jira projects to import in their entirety.

Returns:

  • (::Array<::String>)

    A list of Jira projects to import in their entirety.



240
241
242
243
# File 'proto_docs/google/cloud/aiplatform/v1/io.rb', line 240

class JiraQueries
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#server_uri::String

Returns Required. The Jira server URI.

Returns:

  • (::String)

    Required. The Jira server URI.



240
241
242
243
# File 'proto_docs/google/cloud/aiplatform/v1/io.rb', line 240

class JiraQueries
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end