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

docs: fix docstring formatting #665

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -4900,7 +4900,7 @@ public int getCustomAttributesCount() {
* A map of fields to hold both filterable and non-filterable custom job
* attributes that are not covered by the provided structured fields.
* The keys of the map are strings up to 64 bytes and must match the
* pattern: [a-zA-Z][a-zA-Z0-9_]*. For example, key0LikeThis or
* pattern: `[a-zA-Z][a-zA-Z0-9_]*`. For example, key0LikeThis or
* KEY_1_LIKE_THIS.
* At most 100 filterable and at most 100 unfilterable keys are supported.
* For filterable `string_values`, across all keys at most 200 values are
Expand Down Expand Up @@ -4932,7 +4932,7 @@ public boolean containsCustomAttributes(java.lang.String key) {
* A map of fields to hold both filterable and non-filterable custom job
* attributes that are not covered by the provided structured fields.
* The keys of the map are strings up to 64 bytes and must match the
* pattern: [a-zA-Z][a-zA-Z0-9_]*. For example, key0LikeThis or
* pattern: `[a-zA-Z][a-zA-Z0-9_]*`. For example, key0LikeThis or
* KEY_1_LIKE_THIS.
* At most 100 filterable and at most 100 unfilterable keys are supported.
* For filterable `string_values`, across all keys at most 200 values are
Expand All @@ -4955,7 +4955,7 @@ public boolean containsCustomAttributes(java.lang.String key) {
* A map of fields to hold both filterable and non-filterable custom job
* attributes that are not covered by the provided structured fields.
* The keys of the map are strings up to 64 bytes and must match the
* pattern: [a-zA-Z][a-zA-Z0-9_]*. For example, key0LikeThis or
* pattern: `[a-zA-Z][a-zA-Z0-9_]*`. For example, key0LikeThis or
* KEY_1_LIKE_THIS.
* At most 100 filterable and at most 100 unfilterable keys are supported.
* For filterable `string_values`, across all keys at most 200 values are
Expand Down Expand Up @@ -4983,7 +4983,7 @@ public com.google.cloud.talent.v4.CustomAttribute getCustomAttributesOrDefault(
* A map of fields to hold both filterable and non-filterable custom job
* attributes that are not covered by the provided structured fields.
* The keys of the map are strings up to 64 bytes and must match the
* pattern: [a-zA-Z][a-zA-Z0-9_]*. For example, key0LikeThis or
* pattern: `[a-zA-Z][a-zA-Z0-9_]*`. For example, key0LikeThis or
* KEY_1_LIKE_THIS.
* At most 100 filterable and at most 100 unfilterable keys are supported.
* For filterable `string_values`, across all keys at most 200 values are
Expand Down Expand Up @@ -8877,7 +8877,7 @@ public int getCustomAttributesCount() {
* A map of fields to hold both filterable and non-filterable custom job
* attributes that are not covered by the provided structured fields.
* The keys of the map are strings up to 64 bytes and must match the
* pattern: [a-zA-Z][a-zA-Z0-9_]*. For example, key0LikeThis or
* pattern: `[a-zA-Z][a-zA-Z0-9_]*`. For example, key0LikeThis or
* KEY_1_LIKE_THIS.
* At most 100 filterable and at most 100 unfilterable keys are supported.
* For filterable `string_values`, across all keys at most 200 values are
Expand Down Expand Up @@ -8910,7 +8910,7 @@ public boolean containsCustomAttributes(java.lang.String key) {
* A map of fields to hold both filterable and non-filterable custom job
* attributes that are not covered by the provided structured fields.
* The keys of the map are strings up to 64 bytes and must match the
* pattern: [a-zA-Z][a-zA-Z0-9_]*. For example, key0LikeThis or
* pattern: `[a-zA-Z][a-zA-Z0-9_]*`. For example, key0LikeThis or
* KEY_1_LIKE_THIS.
* At most 100 filterable and at most 100 unfilterable keys are supported.
* For filterable `string_values`, across all keys at most 200 values are
Expand All @@ -8934,7 +8934,7 @@ public boolean containsCustomAttributes(java.lang.String key) {
* A map of fields to hold both filterable and non-filterable custom job
* attributes that are not covered by the provided structured fields.
* The keys of the map are strings up to 64 bytes and must match the
* pattern: [a-zA-Z][a-zA-Z0-9_]*. For example, key0LikeThis or
* pattern: `[a-zA-Z][a-zA-Z0-9_]*`. For example, key0LikeThis or
* KEY_1_LIKE_THIS.
* At most 100 filterable and at most 100 unfilterable keys are supported.
* For filterable `string_values`, across all keys at most 200 values are
Expand Down Expand Up @@ -8963,7 +8963,7 @@ public com.google.cloud.talent.v4.CustomAttribute getCustomAttributesOrDefault(
* A map of fields to hold both filterable and non-filterable custom job
* attributes that are not covered by the provided structured fields.
* The keys of the map are strings up to 64 bytes and must match the
* pattern: [a-zA-Z][a-zA-Z0-9_]*. For example, key0LikeThis or
* pattern: `[a-zA-Z][a-zA-Z0-9_]*`. For example, key0LikeThis or
* KEY_1_LIKE_THIS.
* At most 100 filterable and at most 100 unfilterable keys are supported.
* For filterable `string_values`, across all keys at most 200 values are
Expand Down Expand Up @@ -9000,7 +9000,7 @@ public Builder clearCustomAttributes() {
* A map of fields to hold both filterable and non-filterable custom job
* attributes that are not covered by the provided structured fields.
* The keys of the map are strings up to 64 bytes and must match the
* pattern: [a-zA-Z][a-zA-Z0-9_]*. For example, key0LikeThis or
* pattern: `[a-zA-Z][a-zA-Z0-9_]*`. For example, key0LikeThis or
* KEY_1_LIKE_THIS.
* At most 100 filterable and at most 100 unfilterable keys are supported.
* For filterable `string_values`, across all keys at most 200 values are
Expand Down Expand Up @@ -9032,7 +9032,7 @@ public Builder removeCustomAttributes(java.lang.String key) {
* A map of fields to hold both filterable and non-filterable custom job
* attributes that are not covered by the provided structured fields.
* The keys of the map are strings up to 64 bytes and must match the
* pattern: [a-zA-Z][a-zA-Z0-9_]*. For example, key0LikeThis or
* pattern: `[a-zA-Z][a-zA-Z0-9_]*`. For example, key0LikeThis or
* KEY_1_LIKE_THIS.
* At most 100 filterable and at most 100 unfilterable keys are supported.
* For filterable `string_values`, across all keys at most 200 values are
Expand Down Expand Up @@ -9062,7 +9062,7 @@ public Builder putCustomAttributes(
* A map of fields to hold both filterable and non-filterable custom job
* attributes that are not covered by the provided structured fields.
* The keys of the map are strings up to 64 bytes and must match the
* pattern: [a-zA-Z][a-zA-Z0-9_]*. For example, key0LikeThis or
* pattern: `[a-zA-Z][a-zA-Z0-9_]*`. For example, key0LikeThis or
* KEY_1_LIKE_THIS.
* At most 100 filterable and at most 100 unfilterable keys are supported.
* For filterable `string_values`, across all keys at most 200 values are
Expand Down
Expand Up @@ -472,7 +472,7 @@ public interface JobOrBuilder
* A map of fields to hold both filterable and non-filterable custom job
* attributes that are not covered by the provided structured fields.
* The keys of the map are strings up to 64 bytes and must match the
* pattern: [a-zA-Z][a-zA-Z0-9_]*. For example, key0LikeThis or
* pattern: `[a-zA-Z][a-zA-Z0-9_]*`. For example, key0LikeThis or
* KEY_1_LIKE_THIS.
* At most 100 filterable and at most 100 unfilterable keys are supported.
* For filterable `string_values`, across all keys at most 200 values are
Expand All @@ -491,7 +491,7 @@ public interface JobOrBuilder
* A map of fields to hold both filterable and non-filterable custom job
* attributes that are not covered by the provided structured fields.
* The keys of the map are strings up to 64 bytes and must match the
* pattern: [a-zA-Z][a-zA-Z0-9_]*. For example, key0LikeThis or
* pattern: `[a-zA-Z][a-zA-Z0-9_]*`. For example, key0LikeThis or
* KEY_1_LIKE_THIS.
* At most 100 filterable and at most 100 unfilterable keys are supported.
* For filterable `string_values`, across all keys at most 200 values are
Expand All @@ -513,7 +513,7 @@ public interface JobOrBuilder
* A map of fields to hold both filterable and non-filterable custom job
* attributes that are not covered by the provided structured fields.
* The keys of the map are strings up to 64 bytes and must match the
* pattern: [a-zA-Z][a-zA-Z0-9_]*. For example, key0LikeThis or
* pattern: `[a-zA-Z][a-zA-Z0-9_]*`. For example, key0LikeThis or
* KEY_1_LIKE_THIS.
* At most 100 filterable and at most 100 unfilterable keys are supported.
* For filterable `string_values`, across all keys at most 200 values are
Expand All @@ -533,7 +533,7 @@ public interface JobOrBuilder
* A map of fields to hold both filterable and non-filterable custom job
* attributes that are not covered by the provided structured fields.
* The keys of the map are strings up to 64 bytes and must match the
* pattern: [a-zA-Z][a-zA-Z0-9_]*. For example, key0LikeThis or
* pattern: `[a-zA-Z][a-zA-Z0-9_]*`. For example, key0LikeThis or
* KEY_1_LIKE_THIS.
* At most 100 filterable and at most 100 unfilterable keys are supported.
* For filterable `string_values`, across all keys at most 200 values are
Expand All @@ -553,7 +553,7 @@ com.google.cloud.talent.v4.CustomAttribute getCustomAttributesOrDefault(
* A map of fields to hold both filterable and non-filterable custom job
* attributes that are not covered by the provided structured fields.
* The keys of the map are strings up to 64 bytes and must match the
* pattern: [a-zA-Z][a-zA-Z0-9_]*. For example, key0LikeThis or
* pattern: `[a-zA-Z][a-zA-Z0-9_]*`. For example, key0LikeThis or
* KEY_1_LIKE_THIS.
* At most 100 filterable and at most 100 unfilterable keys are supported.
* For filterable `string_values`, across all keys at most 200 values are
Expand Down