Skip to content

Commit e11ebb5

Browse files
yoshi-automationsduskis
authored andcommitted
---
yaml --- r: 19355 b: refs/heads/autosynth-bigtable c: 54e68c7 h: refs/heads/master i: 19353: 9d048b1 19351: e36b0a1
1 parent 8357731 commit e11ebb5

10 files changed

Lines changed: 102 additions & 148 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ refs/heads/autosynth-asset: cd8251de8c40e239ad24dcf9ed93ea2708a3eed5
125125
refs/heads/autosynth-automl: 2a8b018cf05811fd472e5d1053e67a12ceec0b64
126126
refs/heads/autosynth-bigquerydatatransfer: 564833a85642d4194adc025f021e10e723154246
127127
refs/heads/autosynth-bigquerystorage: a75c34ed7a11741669121be69a7021a00f1133ce
128-
refs/heads/autosynth-bigtable: bccc221aea300dff4b73c068dd48f35c808e1c1d
128+
refs/heads/autosynth-bigtable: 54e68c7aba88cc44677aa9fca2a94e6e7896dafd
129129
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
130130
refs/heads/autosynth-containeranalysis: 039ca5b8db725c76c16a965ff26b2774322b8ef8
131131
refs/heads/autosynth-datastore: 9acd400b484d6691a080c9152a331d88d24fefc1

branches/autosynth-bigtable/google-api-grpc/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/CreateSinkRequest.java

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

branches/autosynth-bigtable/google-api-grpc/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/CreateSinkRequestOrBuilder.java

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

branches/autosynth-bigtable/google-api-grpc/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/UpdateExclusionRequest.java

Lines changed: 36 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

branches/autosynth-bigtable/google-api-grpc/proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/UpdateExclusionRequestOrBuilder.java

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

branches/autosynth-bigtable/google-api-grpc/proto-google-cloud-logging-v2/src/main/proto/google/logging/v2/log_entry.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ option java_outer_classname = "LogEntryProto";
3333
option java_package = "com.google.logging.v2";
3434
option php_namespace = "Google\\Cloud\\Logging\\V2";
3535

36-
3736
// An individual entry in a log.
3837
message LogEntry {
3938
// Required. The resource name of the log to which this log entry belongs:

branches/autosynth-bigtable/google-api-grpc/proto-google-cloud-logging-v2/src/main/proto/google/logging/v2/logging.proto

Lines changed: 12 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ option java_outer_classname = "LoggingProto";
3333
option java_package = "com.google.logging.v2";
3434
option php_namespace = "Google\\Cloud\\Logging\\V2";
3535

36-
3736
// Service for ingesting and querying logs.
3837
service LoggingServiceV2 {
3938
// Deletes all the log entries in a log.
@@ -43,15 +42,9 @@ service LoggingServiceV2 {
4342
rpc DeleteLog(DeleteLogRequest) returns (google.protobuf.Empty) {
4443
option (google.api.http) = {
4544
delete: "/v2/{log_name=projects/*/logs/*}"
46-
additional_bindings {
47-
delete: "/v2/{log_name=organizations/*/logs/*}"
48-
}
49-
additional_bindings {
50-
delete: "/v2/{log_name=folders/*/logs/*}"
51-
}
52-
additional_bindings {
53-
delete: "/v2/{log_name=billingAccounts/*/logs/*}"
54-
}
45+
additional_bindings { delete: "/v2/{log_name=organizations/*/logs/*}" }
46+
additional_bindings { delete: "/v2/{log_name=folders/*/logs/*}" }
47+
additional_bindings { delete: "/v2/{log_name=billingAccounts/*/logs/*}" }
5548
};
5649
}
5750

@@ -62,7 +55,8 @@ service LoggingServiceV2 {
6255
// A single request may contain log entries for a maximum of 1000
6356
// different resources (projects, organizations, billing accounts or
6457
// folders)
65-
rpc WriteLogEntries(WriteLogEntriesRequest) returns (WriteLogEntriesResponse) {
58+
rpc WriteLogEntries(WriteLogEntriesRequest)
59+
returns (WriteLogEntriesResponse) {
6660
option (google.api.http) = {
6761
post: "/v2/entries:write"
6862
body: "*"
@@ -80,7 +74,8 @@ service LoggingServiceV2 {
8074
}
8175

8276
// Lists the descriptors for monitored resource types used by Logging.
83-
rpc ListMonitoredResourceDescriptors(ListMonitoredResourceDescriptorsRequest) returns (ListMonitoredResourceDescriptorsResponse) {
77+
rpc ListMonitoredResourceDescriptors(ListMonitoredResourceDescriptorsRequest)
78+
returns (ListMonitoredResourceDescriptorsResponse) {
8479
option (google.api.http) = {
8580
get: "/v2/monitoredResourceDescriptors"
8681
};
@@ -91,18 +86,10 @@ service LoggingServiceV2 {
9186
rpc ListLogs(ListLogsRequest) returns (ListLogsResponse) {
9287
option (google.api.http) = {
9388
get: "/v2/{parent=*/*}/logs"
94-
additional_bindings {
95-
get: "/v2/{parent=projects/*}/logs"
96-
}
97-
additional_bindings {
98-
get: "/v2/{parent=organizations/*}/logs"
99-
}
100-
additional_bindings {
101-
get: "/v2/{parent=folders/*}/logs"
102-
}
103-
additional_bindings {
104-
get: "/v2/{parent=billingAccounts/*}/logs"
105-
}
89+
additional_bindings { get: "/v2/{parent=projects/*}/logs" }
90+
additional_bindings { get: "/v2/{parent=organizations/*}/logs" }
91+
additional_bindings { get: "/v2/{parent=folders/*}/logs" }
92+
additional_bindings { get: "/v2/{parent=billingAccounts/*}/logs" }
10693
};
10794
}
10895
}
@@ -201,9 +188,7 @@ message WriteLogEntriesRequest {
201188

202189
// Result returned from WriteLogEntries.
203190
// empty
204-
message WriteLogEntriesResponse {
205-
206-
}
191+
message WriteLogEntriesResponse {}
207192

208193
// Error details for WriteLogEntries with partial success.
209194
message WriteLogEntriesPartialErrors {

0 commit comments

Comments
 (0)