a2a-types 0.2.0

A2A Protocol Types
Documentation
1
2
3
4
5
6
7
8
9
10
syntax = "proto3";

package google.api;

import "google/api/http.proto";
import "google/protobuf/descriptor.proto";

extend google.protobuf.MethodOptions {
  HttpRule http = 72295728;
}