Skip to content

Commit 0cac79b

Browse files
Google APIscopybara-github
authored andcommitted
fix: Fix resource name configuration for graph API
PiperOrigin-RevId: 473812596
1 parent 18cb30d commit 0cac79b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

google/home/graph/v1/homegraph.proto

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ option go_package = "google.golang.org/genproto/googleapis/home/graph/v1;graph";
2828
option java_outer_classname = "HomeGraphApiServiceProto";
2929
option java_package = "com.google.home.graph.v1";
3030
option php_namespace = "Google\\Home\\Graph\\V1";
31-
3231
option (google.api.resource_definition) = {
3332
type: "homegraph.googleapis.com/AgentUserPath"
34-
pattern: "agentUsers/{agent_user_path=**}"
33+
pattern: "agentUsers/{agent_user_path}"
3534
};
3635

3736
// Google Home Graph API service. The Home Graph service provides support for

0 commit comments

Comments
 (0)