Home
last modified time | relevance | path

Searched refs:cloudProjectId (Results 1 – 4 of 4) sorted by relevance

/external/opencensus-java/examples/
DREADME.md89 * cloudProjectId will be null (which means no stats/spans will be exported to Stackdriver)
99 $ ./build/install/opencensus-examples/bin/HelloWorldServer serverPort cloudProjectId zPagePort prom…
100 $ ./build/install/opencensus-examples/bin/HelloWorldClient user host serverPort cloudProjectId zPag…
105 $ ./target/appassembler/bin/HelloWorldServer serverPort cloudProjectId zPagePort prometheusPort
106 $ ./target/appassembler/bin/HelloWorldClient user host serverPort cloudProjectId zPagePort
111 $ ./bazel-bin/HelloWorldServer serverPort cloudProjectId zPagePort prometheusPort
112 $ ./bazel-bin/HelloWorldClient user host serverPort cloudProjectId zPagePort
/external/opencensus-java/examples/src/main/java/io/opencensus/examples/grpc/helloworld/
DHelloWorldClient.java108 final String cloudProjectId = getStringOrDefaultFromArgs(args, 3, null); in main() local
122 if (cloudProjectId != null) { in main()
124 StackdriverTraceConfiguration.builder().setProjectId(cloudProjectId).build()); in main()
127 .setProjectId(cloudProjectId) in main()
DHelloWorldServer.java119 final String cloudProjectId = getStringOrDefaultFromArgs(args, 1, null); in main() local
134 if (cloudProjectId != null) { in main()
136 StackdriverTraceConfiguration.builder().setProjectId(cloudProjectId).build()); in main()
139 .setProjectId(cloudProjectId) in main()
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/ProjectSettings/
DProjectSettings.asset636 cloudProjectId: