java-docs-samples icon indicating copy to clipboard operation
java-docs-samples copied to clipboard

Java and Kotlin Code samples used on cloud.google.com

Results 246 java-docs-samples issues
Sort by recently updated
recently updated
newest added

[GoogleCloudPlatform/cloud-asset-platform-team](https://github.com/orgs/GoogleCloudPlatform/teams/cloud-asset-platform-team) has no members. In Codeowners and blunderbuss it is double listed with team [cloud-asset-analysis-team](https://github.com/orgs/GoogleCloudPlatform/teams/cloud-asset-analysis-team). We should confirm if both are needed or if we should clean up the config...

type: cleanup
priority: p3
samples

This sample is missing a test: [speech/src/main/java/com/example/speech/InfiniteStreamRecognize.java](https://github.com/GoogleCloudPlatform/java-docs-samples/blob/main/speech/src/main/java/com/example/speech/InfiniteStreamRecognize.java) The initial PR from years ago had no such requirement, which is no longer the case now.

type: process
priority: p3
samples

1. Jar files as following: com.google.cloud google-cloud-vertexai 0.1.0 libraries-bom com.google.cloud import pom 26.29.0 Check the dependency: com.google.cloud:google-cloud-vertexai:0.1.0: com.google.api.grpc:proto-google-iam-v1:1.24.0 2. Code segment: @RestController @RequestMapping("/api/gemini") @Slf4j public class GeminiChatController { @Value("${google.credentials}") private...

type: question
priority: p3
samples

#### Description After the dependency upgrades in #8919 one or more tests under [asset][1] fail in Java 11 ([sponge][s11]). Based on the errors: ``` [ERROR] Tests run: 1, Failures: 0,...

type: process
priority: p1
triage me
samples

#### Description The following test(s) fail inconsistently: * com.example.contactcenterinsights.CreateAnalysisIT.testCreateAnalysis See [sponge] for the error. The test is temporary ignored [commit 3cb6777][1]. [sponge]: https://fusion2.corp.google.com/invocations/8cd8ea69-8a4f-475a-bea4-b56cf27f903c/targets/cloud-devrel%2Fjava%2Fjava-docs-samples%2Fjava17%2Fpresubmit;config=default/log [1]: [chrome:about](https://github.com/GoogleCloudPlatform/java-docs-samples/pull/8919/commits/3cb67771b635d9e73b8b1d10ca293c7c470c859f)

type: process
samples
api: contactcenterinsights

#### Description After the dependency upgrades in #8919 one or more tests under [video][1] fail in Java 11 ([sponge][s11] or [sponge][s11_2]) and Java 17 ([sponge][s17]). Based on the errors it...

type: process
priority: p1
triage me
samples

#### Description After the dependency upgrades in #8919 one or more tests under [privateca/snippets][1] fail in Java 11 ([sponge][s11]) and Java 17 ([sponge][s17]). Based on the errors it is hard...

type: process
priority: p1
triage me
samples

#### Description After the dependency upgrades in #8919 one or more tests under [compute/cloud-client][1] fail in Java 11 ([sponge][s11]) and Java 17 ([sponge][s17]). Failures are different in Java 11 and...

type: process
priority: p1
triage me
api: compute
samples

#### Description After the dependency upgrades in #8919 one or more tests under [bigtable/use-cases/fraudDetection][1] fail in Java 11 ([sponge][s11]) and Java 17 ([sponge][s17]). Based on the errors: ``` WARNING: An...

type: process
priority: p1
triage me
api: bigtable
samples

## In which file did you encounter the issue? https://github.com/GoogleCloudPlatform/java-docs-samples/blob/main/speech/src/main/java/com/example/speech/InfiniteStreamRecognize.java ## Did you change the file? If so, how? Added enable voice activity event option and set audio channel count...

type: question
priority: p2
samples