File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ syntax = "proto3";
1717package google.cloud.channel.v1 ;
1818
1919import "google/api/field_behavior.proto" ;
20+ import "google/api/resource.proto" ;
2021import "google/cloud/channel/v1/common.proto" ;
2122import "google/protobuf/timestamp.proto" ;
2223import "google/api/annotations.proto" ;
@@ -62,6 +63,11 @@ enum ChannelPartnerLinkState {
6263// Entity representing a link between distributors and their indirect
6364// resellers in an n-tier resale channel.
6465message ChannelPartnerLink {
66+ option (google.api.resource ) = {
67+ type : "cloudchannel.googleapis.com/ChannelPartnerLink"
68+ pattern : "accounts/{account}/channelPartnerLinks/{channel_partner_link}"
69+ };
70+
6571 // Output only. Resource name for the channel partner link, in the format
6672 // accounts/{account_id}/channelPartnerLinks/{id}.
6773 string name = 1 [(google.api.field_behavior ) = OUTPUT_ONLY ];
You can’t perform that action at this time.
0 commit comments