Unverified Commit 804ef57f authored by Fernando Takagi's avatar Fernando Takagi Committed by GitHub
Browse files

Developer console Groups page and associated console API endpoints. (#716)

parent 265455e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// 	protoc-gen-go v1.26.0
// 	protoc        v3.17.3
// 	protoc-gen-go v1.27.1
// 	protoc        v3.19.1
// source: apigrpc.proto

package apigrpc
+154 −154

File changed.

Preview size limit exceeded, changes collapsed.

+3 −6
Original line number Diff line number Diff line
@@ -4769,15 +4769,12 @@
    "protobufAny": {
      "type": "object",
      "properties": {
        "typeUrl": {
        "@type": {
          "type": "string"
        },
        "value": {
          "type": "string",
          "format": "byte"
        }
        }
      },
      "additionalProperties": {}
    },
    "rpcStatus": {
      "type": "object",
      "properties": {
+1755 −1064

File changed.

Preview size limit exceeded, changes collapsed.

+1019 −122

File changed.

Preview size limit exceeded, changes collapsed.

Loading