/aosp_15_r20/external/google-cloud-java/java-errorreporting/proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ |
H A D | ListGroupStatsResponse.java | 74 private java.util.List<com.google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats> 84 * repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1; 88 public java.util.List<com.google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats> 100 * repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1; 117 * repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1; 132 * repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1; 136 public com.google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats getErrorGroupStats( in getErrorGroupStats() 148 * repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1; 685 com.google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats m = in mergeFrom() 687 com.google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats.parser(), in mergeFrom() [all …]
|
H A D | ErrorGroupStats.java | 29 * Protobuf type {@code google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats} 31 public final class ErrorGroupStats extends com.google.protobuf.GeneratedMessageV3 class 33 …toc_insertion_point(message_implements:google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats) 36 // Use ErrorGroupStats.newBuilder() to construct. 37 private ErrorGroupStats(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in ErrorGroupStats() method in ErrorGroupStats 41 private ErrorGroupStats() { in ErrorGroupStats() method in ErrorGroupStats 49 return new ErrorGroupStats(); in newInstance() 68 com.google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats.class, in internalGetFieldAccessorTable() 69 com.google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats.Builder.class); in internalGetFieldAccessorTable() 641 if (!(obj instanceof com.google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats)) { in equals() [all …]
|
H A D | ListGroupStatsRequest.java | 25 * Specifies a set of `ErrorGroupStats` to return. 145 * Optional. List all <code>ErrorGroupStats</code> with these IDs. 159 * Optional. List all <code>ErrorGroupStats</code> with these IDs. 173 * Optional. List all <code>ErrorGroupStats</code> with these IDs. 188 * Optional. List all <code>ErrorGroupStats</code> with these IDs. 206 * Optional. List only <code>ErrorGroupStats</code> which belong to a service 225 * Optional. List only <code>ErrorGroupStats</code> which belong to a service 246 * Optional. List only <code>ErrorGroupStats</code> which belong to a service 273 * Only <code>ErrorGroupStats</code> with a non-zero count in the given time 276 * <code>ErrorGroupStats</code> with zero occurrences are returned. [all …]
|
H A D | ListGroupStatsRequestOrBuilder.java | 67 * Optional. List all <code>ErrorGroupStats</code> with these IDs. 79 * Optional. List all <code>ErrorGroupStats</code> with these IDs. 91 * Optional. List all <code>ErrorGroupStats</code> with these IDs. 104 * Optional. List all <code>ErrorGroupStats</code> with these IDs. 118 * Optional. List only <code>ErrorGroupStats</code> which belong to a service 134 * Optional. List only <code>ErrorGroupStats</code> which belong to a service 150 * Optional. List only <code>ErrorGroupStats</code> which belong to a service 170 * Only <code>ErrorGroupStats</code> with a non-zero count in the given time 173 * <code>ErrorGroupStats</code> with zero occurrences are returned. 191 * Only <code>ErrorGroupStats</code> with a non-zero count in the given time [all …]
|
H A D | ListGroupStatsResponseOrBuilder.java | 34 * repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1; 37 java.util.List<com.google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats> 47 * repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1; 50 com.google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats getErrorGroupStats(int index); in getErrorGroupStats() 59 * repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1; 71 * repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1; 84 * repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
|
H A D | ErrorContext.java | 142 * `ErrorGroupStats`. 172 * `ErrorGroupStats`. 891 * `ErrorGroupStats`. 920 * `ErrorGroupStats`. 949 * `ErrorGroupStats`. 977 * `ErrorGroupStats`. 1001 * `ErrorGroupStats`.
|
H A D | ErrorStatsServiceProto.java | 106 + "rorreporting.v1beta1.ErrorGroupStats\022\027\n\017" 109 + "ErrorGroupStats\022F\n\005group\030\001 \001(\01327.google." 219 "ErrorGroupStats", "NextPageToken", "TimeRangeBegin",
|
H A D | ErrorContextOrBuilder.java | 76 * `ErrorGroupStats`. 95 * `ErrorGroupStats`.
|
/aosp_15_r20/external/google-cloud-java/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/ |
H A D | ITSystemTest.java | 58 List<ErrorGroupStats> errorGroupStats = Lists.newArrayList(pagedListResponse.iterateAll()); in listGroupStatsTest() local 59 if (errorGroupStats.size() > 0) { in listGroupStatsTest() 61 errorGroupServiceClient.getGroup(errorGroupStats.get(0).getGroup().getName()); in listGroupStatsTest() 63 assertEquals(errorGroupStats.get(0).getGroup(), group); in listGroupStatsTest() 64 assertEquals(errorGroupStats.get(0).getGroup().getGroupId(), group.getGroupId()); in listGroupStatsTest() 65 assertEquals(errorGroupStats.get(0).getGroup().getName(), group.getName()); in listGroupStatsTest() 73 List<ErrorGroupStats> errorGroupStats = Lists.newArrayList(pagedListResponse.iterateAll()); in listEventsTest() local 74 if (errorGroupStats.size() > 0) { in listEventsTest() 77 .listEvents(PROJECT_NAME, errorGroupStats.get(0).getGroup().getGroupId()) in listEventsTest() 89 List<ErrorGroupStats> errorGroupStats = Lists.newArrayList(pagedListResponse.iterateAll()); in getGroupTest() local [all …]
|
H A D | ErrorStatsServiceClientTest.java | 84 ErrorGroupStats responsesElement = ErrorGroupStats.newBuilder().build(); in listGroupStatsTest() 97 List<ErrorGroupStats> resources = Lists.newArrayList(pagedListResponse.iterateAll()); in listGroupStatsTest() 131 ErrorGroupStats responsesElement = ErrorGroupStats.newBuilder().build(); in listGroupStatsTest2() 144 List<ErrorGroupStats> resources = Lists.newArrayList(pagedListResponse.iterateAll()); in listGroupStatsTest2()
|
H A D | ErrorStatsServiceClientHttpJsonTest.java | 81 ErrorGroupStats responsesElement = ErrorGroupStats.newBuilder().build(); in listGroupStatsTest() 94 List<ErrorGroupStats> resources = Lists.newArrayList(pagedListResponse.iterateAll()); in listGroupStatsTest() 133 ErrorGroupStats responsesElement = ErrorGroupStats.newBuilder().build(); in listGroupStatsTest2() 146 List<ErrorGroupStats> resources = Lists.newArrayList(pagedListResponse.iterateAll()); in listGroupStatsTest2()
|
/aosp_15_r20/external/google-cloud-java/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ |
H A D | ErrorStatsServiceClient.java | 196 * for (ErrorGroupStats element : 210 * the beginning of this time range. Only <code>ErrorGroupStats</code> with a 213 * list is given, also <code>ErrorGroupStats</code> with zero occurrences are 242 * for (ErrorGroupStats element : 256 * the beginning of this time range. Only <code>ErrorGroupStats</code> with a 259 * list is given, also <code>ErrorGroupStats</code> with zero occurrences are 299 … * for (ErrorGroupStats element : errorStatsServiceClient.listGroupStats(request).iterateAll()) { 338 * ApiFuture<ErrorGroupStats> future = 341 * for (ErrorGroupStats element : future.get().iterateAll()) { 381 * for (ErrorGroupStats element : response.getErrorGroupStatsList()) { [all …]
|
/aosp_15_r20/external/google-cloud-java/java-errorreporting/proto-google-cloud-error-reporting-v1beta1/src/main/proto/google/devtools/clouderrorreporting/v1beta1/ |
H A D | error_stats_service.proto | 67 // Specifies a set of `ErrorGroupStats` to return. 82 // Optional. List all <code>ErrorGroupStats</code> with these IDs. 85 // Optional. List only <code>ErrorGroupStats</code> which belong to a service 94 // Only <code>ErrorGroupStats</code> with a non-zero count in the given time 97 // <code>ErrorGroupStats</code> with zero occurrences are returned. 129 repeated ErrorGroupStats error_group_stats = 1; 145 message ErrorGroupStats { message
|
/aosp_15_r20/external/googleapis/google/devtools/clouderrorreporting/v1beta1/ |
H A D | error_stats_service.proto | 67 // Specifies a set of `ErrorGroupStats` to return. 82 // Optional. List all <code>ErrorGroupStats</code> with these IDs. 85 // Optional. List only <code>ErrorGroupStats</code> which belong to a service 94 // Only <code>ErrorGroupStats</code> with a non-zero count in the given time 97 // <code>ErrorGroupStats</code> with zero occurrences are returned. 129 repeated ErrorGroupStats error_group_stats = 1; 145 message ErrorGroupStats { message
|
H A D | clouderrorreporting_v1beta1.yaml | 83 …[`ErrorGroupStats`](/error-reporting/reference/rest/v1beta1/projects.groupStats/list#ErrorGroupSta…
|
H A D | common.proto | 120 // `ErrorGroupStats`.
|
/aosp_15_r20/external/google-cloud-java/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/ |
H A D | ErrorStatsServiceStubSettings.java | 54 import com.google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats; 118 ListGroupStatsRequest, ListGroupStatsResponse, ErrorGroupStats> 121 ListGroupStatsRequest, ListGroupStatsResponse, ErrorGroupStats>() { 149 public Iterable<ErrorGroupStats> extractResources(ListGroupStatsResponse payload) { 151 ? ImmutableList.<ErrorGroupStats>of() 203 PageContext<ListGroupStatsRequest, ListGroupStatsResponse, ErrorGroupStats>
|
/aosp_15_r20/external/google-cloud-java/java-errorreporting/samples/snippets/generated/com/google/devtools/clouderrorreporting/v1beta1/errorstatsservice/listgroupstats/ |
H A D | AsyncListGroupStats.java | 22 import com.google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats; 59 ApiFuture<ErrorGroupStats> future = in asyncListGroupStats() 62 for (ErrorGroupStats element : future.get().iterateAll()) { in asyncListGroupStats()
|
H A D | SyncListGroupStatsProjectnameQuerytimerange.java | 20 import com.google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats; 40 for (ErrorGroupStats element : in syncListGroupStatsProjectnameQuerytimerange()
|
H A D | SyncListGroupStatsStringQuerytimerange.java | 20 import com.google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats; 40 for (ErrorGroupStats element : in syncListGroupStatsStringQuerytimerange()
|
H A D | SyncListGroupStats.java | 21 import com.google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats; 58 for (ErrorGroupStats element : errorStatsServiceClient.listGroupStats(request).iterateAll()) { in syncListGroupStats()
|
H A D | AsyncListGroupStatsPaged.java | 22 import com.google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats; 63 for (ErrorGroupStats element : response.getErrorGroupStatsList()) { in asyncListGroupStatsPaged()
|
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | clouderrorreporting.v1beta1.json | 278 "description": "Optional. List all ErrorGroupStats with these IDs.", 462 …emote IP address, to distinguish affected users. See `affected_users_count` in `ErrorGroupStats`.", 532 "ErrorGroupStats": { object 534 "id": "ErrorGroupStats", 645 "errorGroupStats": { object 648 "$ref": "ErrorGroupStats"
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | clouderrorreporting_v1beta1.projects.groupStats.html | 104 groupId: string, Optional. List all ErrorGroupStats with these IDs. (repeated) 135 "errorGroupStats": [ # The error group stats which match the given request. 180 … remote IP address, to distinguish affected users. See `affected_users_count` in `ErrorGroupStats`.
|
D | clouderrorreporting_v1beta1.projects.events.html | 146 … remote IP address, to distinguish affected users. See `affected_users_count` in `ErrorGroupStats`. 206 … remote IP address, to distinguish affected users. See `affected_users_count` in `ErrorGroupStats`.
|