/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/resources/ |
H A D | logging_grpc_service_config.json | 15 "service": "google.logging.v2.LoggingServiceV2", 19 "service": "google.logging.v2.LoggingServiceV2", 23 "service": "google.logging.v2.LoggingServiceV2", 27 "service": "google.logging.v2.LoggingServiceV2", 31 "service": "google.logging.v2.LoggingServiceV2", 51 "service": "google.logging.v2.LoggingServiceV2",
|
H A D | logging.yaml | 8 - name: google.logging.v2.LoggingServiceV2 25 - selector: 'google.logging.v2.LoggingServiceV2.*' 27 - selector: google.logging.v2.LoggingServiceV2.ListLogEntries 88 - selector: 'google.logging.v2.LoggingServiceV2.*' 95 - selector: google.logging.v2.LoggingServiceV2.DeleteLog 100 - selector: google.logging.v2.LoggingServiceV2.WriteLogEntries
|
H A D | logging_gapic.yaml | 8 google.logging.v2.LoggingServiceV2: Logging 52 - name: google.logging.v2.LoggingServiceV2
|
/aosp_15_r20/external/googleapis/google/logging/v2/ |
H A D | logging_grpc_service_config.json | 15 "service": "google.logging.v2.LoggingServiceV2", 19 "service": "google.logging.v2.LoggingServiceV2", 23 "service": "google.logging.v2.LoggingServiceV2", 27 "service": "google.logging.v2.LoggingServiceV2", 31 "service": "google.logging.v2.LoggingServiceV2", 51 "service": "google.logging.v2.LoggingServiceV2",
|
H A D | logging_v2.yaml | 8 - name: google.logging.v2.LoggingServiceV2 34 - selector: 'google.logging.v2.LoggingServiceV2.*' 36 - selector: google.logging.v2.LoggingServiceV2.ListLogEntries 38 - selector: google.logging.v2.LoggingServiceV2.TailLogEntries 165 - selector: 'google.logging.v2.LoggingServiceV2.*' 172 - selector: google.logging.v2.LoggingServiceV2.DeleteLog 177 - selector: google.logging.v2.LoggingServiceV2.WriteLogEntries
|
H A D | logging_gapic.yaml | 8 google.logging.v2.LoggingServiceV2: Logging 11 - name: google.logging.v2.LoggingServiceV2
|
H A D | BUILD.bazel | 324 …"ruby-cloud-service-override=ConfigServiceV2=ConfigService;LoggingServiceV2=LoggingService;Metrics…
|
H A D | logging.proto | 39 service LoggingServiceV2 { service
|
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/gapic/composer/grpc/goldens/ |
H A D | GrpcLoggingStub.golden | 37 * gRPC stub implementation for the LoggingServiceV2 service API. 46 .setFullMethodName("google.logging.v2.LoggingServiceV2/DeleteLog") 55 .setFullMethodName("google.logging.v2.LoggingServiceV2/WriteLogEntries") 66 .setFullMethodName("google.logging.v2.LoggingServiceV2/ListLogEntries") 81 "google.logging.v2.LoggingServiceV2/ListMonitoredResourceDescriptors") 94 .setFullMethodName("google.logging.v2.LoggingServiceV2/ListLogs") 103 .setFullMethodName("google.logging.v2.LoggingServiceV2/TailLogEntries")
|
/aosp_15_r20/external/sdk-platform-java/test/integration/goldens/logging/src/com/google/cloud/logging/v2/stub/ |
H A D | GrpcLoggingServiceV2Stub.java | 53 * gRPC stub implementation for the LoggingServiceV2 service API. 62 .setFullMethodName("google.logging.v2.LoggingServiceV2/DeleteLog") 71 .setFullMethodName("google.logging.v2.LoggingServiceV2/WriteLogEntries") 82 .setFullMethodName("google.logging.v2.LoggingServiceV2/ListLogEntries") 97 "google.logging.v2.LoggingServiceV2/ListMonitoredResourceDescriptors") 110 .setFullMethodName("google.logging.v2.LoggingServiceV2/ListLogs") 119 .setFullMethodName("google.logging.v2.LoggingServiceV2/TailLogEntries")
|
H A D | LoggingServiceV2Stub.java | 42 * Base stub class for the LoggingServiceV2 service API.
|
H A D | GrpcLoggingServiceV2CallableFactory.java | 40 * gRPC callable factory implementation for the LoggingServiceV2 service API.
|
/aosp_15_r20/external/grpc-grpc/src/cpp/ext/gcp/ |
H A D | observability_logging_sink.h | 86 google::logging::v2::LoggingServiceV2::StubInterface* stub, 102 std::unique_ptr<google::logging::v2::LoggingServiceV2::StubInterface> stub_
|
H A D | observability_logging_sink.cc | 282 google::logging::v2::LoggingServiceV2::StubInterface* stub = nullptr; in Flush() 309 stub_ = google::logging::v2::LoggingServiceV2::NewStub( in Flush() 321 google::logging::v2::LoggingServiceV2::StubInterface* stub, in FlushEntriesHelper()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/ext/gcp/ |
D | observability_logging_sink.h | 88 google::logging::v2::LoggingServiceV2::StubInterface* stub, 104 std::unique_ptr<google::logging::v2::LoggingServiceV2::StubInterface> stub_
|
D | observability_logging_sink.cc | 282 google::logging::v2::LoggingServiceV2::StubInterface* stub = nullptr; in Flush() 309 stub_ = google::logging::v2::LoggingServiceV2::NewStub( in Flush() 321 google::logging::v2::LoggingServiceV2::StubInterface* stub, in FlushEntriesHelper()
|
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/gapic/composer/common/ |
H A D | BatchingDescriptorComposerTest.java | 120 assertEquals(serviceDescriptor.getName(), "LoggingServiceV2"); in batchingDescriptor_noSubresponseField() 159 assertEquals("LoggingServiceV2", service.name()); in batchingDescriptor_noSubresponseField()
|
H A D | RetrySettingsComposerTest.java | 422 assertEquals("LoggingServiceV2", service.name()); in batchingSettings_fullFlowControlSettings() 429 .setServiceName("LoggingServiceV2") in batchingSettings_fullFlowControlSettings()
|
H A D | TestProtoLoader.java | 308 assertEquals(serviceDescriptor.getName(), "LoggingServiceV2"); in parseLogging()
|
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/gapic/protoparser/ |
H A D | GapicLanguageSettingsParserTest.java | 51 assertEquals("Logging", settings.getJavaServiceName("google.logging.v2", "LoggingServiceV2")); in parseLanguageSettings_methodNameOverridesPresent()
|
H A D | BatchingSettingsConfigParserTest.java | 64 assertEquals("LoggingServiceV2", setting.serviceName()); in parseBatchingSettings_logging()
|
/aosp_15_r20/external/sdk-platform-java/test/integration/goldens/logging/src/com/google/cloud/logging/v2/ |
H A D | gapic_metadata.json | 8 "LoggingServiceV2": { object
|
/aosp_15_r20/external/grpc-grpc-java/gcp-observability/src/main/java/io/grpc/gcp/observability/ |
H A D | GcpObservability.java | 74 "google.logging.v2.LoggingServiceV2", "google.monitoring.v3.MetricService",
|
/aosp_15_r20/external/grpc-grpc-java/gcp-observability/src/test/java/io/grpc/gcp/observability/ |
H A D | GcpObservabilityTest.java | 97 .setFullMethodName("google.logging.v2.LoggingServiceV2/method") in conditionalInterceptor()
|
/aosp_15_r20/external/googleapis/ |
H A D | api-index-v1.json | 115014 "shortName": "LoggingServiceV2", 115015 "fullName": "google.logging.v2.LoggingServiceV2", 115019 "fullName": "google.logging.v2.LoggingServiceV2.DeleteLog", 115046 "fullName": "google.logging.v2.LoggingServiceV2.ListLogEntries", 115057 "fullName": "google.logging.v2.LoggingServiceV2.ListLogs", 115100 "fullName": "google.logging.v2.LoggingServiceV2.ListMonitoredResourceDescriptors", 115111 "fullName": "google.logging.v2.LoggingServiceV2.TailLogEntries", 115122 "fullName": "google.logging.v2.LoggingServiceV2.WriteLogEntries", 115198 "google.logging.v2.LoggingServiceV2",
|