We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18cb30d commit 0cac79bCopy full SHA for 0cac79b
1 file changed
google/home/graph/v1/homegraph.proto
@@ -28,10 +28,9 @@ option go_package = "google.golang.org/genproto/googleapis/home/graph/v1;graph";
28
option java_outer_classname = "HomeGraphApiServiceProto";
29
option java_package = "com.google.home.graph.v1";
30
option php_namespace = "Google\\Home\\Graph\\V1";
31
-
32
option (google.api.resource_definition) = {
33
type: "homegraph.googleapis.com/AgentUserPath"
34
- pattern: "agentUsers/{agent_user_path=**}"
+ pattern: "agentUsers/{agent_user_path}"
35
};
36
37
// Google Home Graph API service. The Home Graph service provides support for
0 commit comments