Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
feat: new feature flag disable_issue_modeling (#139)
Browse files Browse the repository at this point in the history
* feat: new feature flag disable_issue_modeling docs: fixed formatting issues in the reference documentation

PiperOrigin-RevId: 411102531

Source-Link: googleapis/googleapis@68b0c8a

Source-Link: googleapis/googleapis-gen@fcd3d9a
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZmNkM2Q5YWZhMzMyM2MxZjRjYWEyNjUzYWNkODBlMDkzNmM4NjBhMiJ9

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Nov 19, 2021
1 parent b99e521 commit 446dd2c
Show file tree
Hide file tree
Showing 12 changed files with 366 additions and 286 deletions.
Expand Up @@ -192,8 +192,8 @@ public final OperationsClient getOperationsClient() {
* @param conversationId A unique ID for the new conversation. This ID will become the final
* component of the conversation's resource name. If no ID is specified, a server-generated ID
* will be used.
* <p>This value should be 4-32 characters and must match the regular expression
* /^[a-z0-9-]{4,32}$/. Valid characters are /[a-z][0-9]-/
* <p>This value should be 4-64 characters and must match the regular expression
* `^[a-z0-9-]{4,64}$`. Valid characters are `[a-z][0-9]-`
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final Conversation createConversation(
Expand Down Expand Up @@ -229,8 +229,8 @@ public final Conversation createConversation(
* @param conversationId A unique ID for the new conversation. This ID will become the final
* component of the conversation's resource name. If no ID is specified, a server-generated ID
* will be used.
* <p>This value should be 4-32 characters and must match the regular expression
* /^[a-z0-9-]{4,32}$/. Valid characters are /[a-z][0-9]-/
* <p>This value should be 4-64 characters and must match the regular expression
* `^[a-z0-9-]{4,64}$`. Valid characters are `[a-z][0-9]-`
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final Conversation createConversation(
Expand Down
Expand Up @@ -3006,8 +3006,7 @@ public int getIssueMatchesCount() {
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
* ID&gt;/issues/&lt;Issue ID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* Deprecated, use `issue_matches_stats` field instead.
* </pre>
*
Expand All @@ -3033,8 +3032,7 @@ public java.util.Map<java.lang.String, java.lang.Integer> getIssueMatches() {
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
* ID&gt;/issues/&lt;Issue ID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* Deprecated, use `issue_matches_stats` field instead.
* </pre>
*
Expand All @@ -3051,8 +3049,7 @@ public java.util.Map<java.lang.String, java.lang.Integer> getIssueMatchesMap() {
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
* ID&gt;/issues/&lt;Issue ID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* Deprecated, use `issue_matches_stats` field instead.
* </pre>
*
Expand All @@ -3073,8 +3070,7 @@ public int getIssueMatchesOrDefault(java.lang.String key, int defaultValue) {
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
* ID&gt;/issues/&lt;Issue ID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* Deprecated, use `issue_matches_stats` field instead.
* </pre>
*
Expand Down Expand Up @@ -3138,7 +3134,7 @@ public int getIssueMatchesStatsCount() {
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* </pre>
*
* <code>
Expand Down Expand Up @@ -3167,7 +3163,7 @@ public boolean containsIssueMatchesStats(java.lang.String key) {
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* </pre>
*
* <code>
Expand All @@ -3187,7 +3183,7 @@ public boolean containsIssueMatchesStats(java.lang.String key) {
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* </pre>
*
* <code>
Expand All @@ -3214,7 +3210,7 @@ public boolean containsIssueMatchesStats(java.lang.String key) {
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* </pre>
*
* <code>
Expand Down Expand Up @@ -4504,8 +4500,7 @@ public int getIssueMatchesCount() {
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
* ID&gt;/issues/&lt;Issue ID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* Deprecated, use `issue_matches_stats` field instead.
* </pre>
*
Expand All @@ -4531,8 +4526,7 @@ public java.util.Map<java.lang.String, java.lang.Integer> getIssueMatches() {
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
* ID&gt;/issues/&lt;Issue ID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* Deprecated, use `issue_matches_stats` field instead.
* </pre>
*
Expand All @@ -4549,8 +4543,7 @@ public java.util.Map<java.lang.String, java.lang.Integer> getIssueMatchesMap() {
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
* ID&gt;/issues/&lt;Issue ID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* Deprecated, use `issue_matches_stats` field instead.
* </pre>
*
Expand All @@ -4571,8 +4564,7 @@ public int getIssueMatchesOrDefault(java.lang.String key, int defaultValue) {
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
* ID&gt;/issues/&lt;Issue ID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* Deprecated, use `issue_matches_stats` field instead.
* </pre>
*
Expand Down Expand Up @@ -4602,8 +4594,7 @@ public Builder clearIssueMatches() {
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
* ID&gt;/issues/&lt;Issue ID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* Deprecated, use `issue_matches_stats` field instead.
* </pre>
*
Expand All @@ -4628,8 +4619,7 @@ public java.util.Map<java.lang.String, java.lang.Integer> getMutableIssueMatches
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
* ID&gt;/issues/&lt;Issue ID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* Deprecated, use `issue_matches_stats` field instead.
* </pre>
*
Expand All @@ -4650,8 +4640,7 @@ public Builder putIssueMatches(java.lang.String key, int value) {
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
* ID&gt;/issues/&lt;Issue ID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* Deprecated, use `issue_matches_stats` field instead.
* </pre>
*
Expand Down Expand Up @@ -4705,7 +4694,7 @@ public int getIssueMatchesStatsCount() {
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* </pre>
*
* <code>
Expand Down Expand Up @@ -4734,7 +4723,7 @@ public boolean containsIssueMatchesStats(java.lang.String key) {
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* </pre>
*
* <code>
Expand All @@ -4754,7 +4743,7 @@ public boolean containsIssueMatchesStats(java.lang.String key) {
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* </pre>
*
* <code>
Expand Down Expand Up @@ -4782,7 +4771,7 @@ public boolean containsIssueMatchesStats(java.lang.String key) {
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* </pre>
*
* <code>
Expand Down Expand Up @@ -4815,7 +4804,7 @@ public Builder clearIssueMatchesStats() {
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* </pre>
*
* <code>
Expand Down Expand Up @@ -4843,7 +4832,7 @@ public Builder removeIssueMatchesStats(java.lang.String key) {
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* </pre>
*
* <code>
Expand All @@ -4868,7 +4857,7 @@ public Builder putIssueMatchesStats(
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* </pre>
*
* <code>
Expand Down
Expand Up @@ -211,8 +211,7 @@ public interface CalculateStatsResponseOrBuilder
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
* ID&gt;/issues/&lt;Issue ID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* Deprecated, use `issue_matches_stats` field instead.
* </pre>
*
Expand All @@ -226,8 +225,7 @@ public interface CalculateStatsResponseOrBuilder
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
* ID&gt;/issues/&lt;Issue ID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* Deprecated, use `issue_matches_stats` field instead.
* </pre>
*
Expand All @@ -244,8 +242,7 @@ public interface CalculateStatsResponseOrBuilder
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
* ID&gt;/issues/&lt;Issue ID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* Deprecated, use `issue_matches_stats` field instead.
* </pre>
*
Expand All @@ -259,8 +256,7 @@ public interface CalculateStatsResponseOrBuilder
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
* ID&gt;/issues/&lt;Issue ID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* Deprecated, use `issue_matches_stats` field instead.
* </pre>
*
Expand All @@ -274,8 +270,7 @@ public interface CalculateStatsResponseOrBuilder
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
* ID&gt;/issues/&lt;Issue ID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* Deprecated, use `issue_matches_stats` field instead.
* </pre>
*
Expand All @@ -290,7 +285,7 @@ public interface CalculateStatsResponseOrBuilder
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* </pre>
*
* <code>
Expand All @@ -304,7 +299,7 @@ public interface CalculateStatsResponseOrBuilder
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* </pre>
*
* <code>
Expand All @@ -324,7 +319,7 @@ public interface CalculateStatsResponseOrBuilder
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* </pre>
*
* <code>
Expand All @@ -341,7 +336,7 @@ public interface CalculateStatsResponseOrBuilder
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* </pre>
*
* <code>
Expand All @@ -358,7 +353,7 @@ public interface CalculateStatsResponseOrBuilder
* <pre>
* A map associating each issue resource name with its respective number of
* matches in the set of conversations. Key has the format:
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
* </pre>
*
* <code>
Expand Down

0 comments on commit 446dd2c

Please sign in to comment.