@@ -138,9 +138,9 @@ message CreateSourceConnectorResponse {
138138 SourceConnector source_connector = 1 ;
139139}
140140
141- // ListSourceConnectorRequest represents a request to list
141+ // ListSourceConnectorsRequest represents a request to list
142142// SourceConnector resources
143- message ListSourceConnectorRequest {
143+ message ListSourceConnectorsRequest {
144144 // The maximum number of connectors to return. The service may return fewer
145145 // than this value. If unspecified, at most 10 connectors will be returned.
146146 // The maximum value is 100; values above 100 will be coerced to 100.
@@ -151,9 +151,9 @@ message ListSourceConnectorRequest {
151151 optional View view = 3 [ (google.api.field_behavior ) = OPTIONAL ];
152152}
153153
154- // ListSourceConnectorResponse represents a response for a list of
154+ // ListSourceConnectorsResponse represents a response for a list of
155155// SourceConnector resources
156- message ListSourceConnectorResponse {
156+ message ListSourceConnectorsResponse {
157157 // A list of SourceConnector resources
158158 repeated SourceConnector source_connectors = 1 ;
159159 // Next page token
@@ -338,9 +338,9 @@ message CreateDestinationConnectorResponse {
338338 DestinationConnector destination_connector = 1 ;
339339}
340340
341- // ListDestinationConnectorRequest represents a request to list
341+ // ListDestinationConnectorsRequest represents a request to list
342342// DestinationConnector resources
343- message ListDestinationConnectorRequest {
343+ message ListDestinationConnectorsRequest {
344344 // The maximum number of connectors to return. The service may return fewer
345345 // than this value. If unspecified, at most 10 connectors will be returned.
346346 // The maximum value is 100; values above 100 will be coerced to 100.
@@ -351,9 +351,9 @@ message ListDestinationConnectorRequest {
351351 optional View view = 3 [ (google.api.field_behavior ) = OPTIONAL ];
352352}
353353
354- // ListDestinationConnectorResponse represents a response for a list of
354+ // ListDestinationConnectorsResponse represents a response for a list of
355355// DestinationConnector resources
356- message ListDestinationConnectorResponse {
356+ message ListDestinationConnectorsResponse {
357357 // A list of DestinationConnector resources
358358 repeated DestinationConnector destination_connectors = 1 ;
359359 // Next page token
@@ -545,9 +545,9 @@ message WriteDestinationConnectorResponse {}
545545
546546// ========== Admin endpoints
547547
548- // ListSourceConnectorAdminRequest represents a request to list
548+ // ListSourceConnectorsAdminRequest represents a request to list
549549// SourceConnector resources from all users by admin
550- message ListSourceConnectorAdminRequest {
550+ message ListSourceConnectorsAdminRequest {
551551 // The maximum number of connectors to return. The service may return fewer
552552 // than this value. If unspecified, at most 10 connectors will be returned.
553553 // The maximum value is 100; values above 100 will be coerced to 100.
@@ -558,9 +558,9 @@ message ListSourceConnectorAdminRequest {
558558 optional View view = 3 [ (google.api.field_behavior ) = OPTIONAL ];
559559}
560560
561- // ListSourceConnectorAdminResponse represents a response for a list of
561+ // ListSourceConnectorsAdminResponse represents a response for a list of
562562// SourceConnector resources
563- message ListSourceConnectorAdminResponse {
563+ message ListSourceConnectorsAdminResponse {
564564 // A list of SourceConnector resources
565565 repeated SourceConnector source_connectors = 1 ;
566566 // Next page token
@@ -610,9 +610,9 @@ message LookUpSourceConnectorAdminResponse {
610610 SourceConnector source_connector = 1 ;
611611}
612612
613- // ListDestinationConnectorAdminRequest represents a request to list
613+ // ListDestinationConnectorsAdminRequest represents a request to list
614614// DestinationConnector resources from all users by admin
615- message ListDestinationConnectorAdminRequest {
615+ message ListDestinationConnectorsAdminRequest {
616616 // The maximum number of connectors to return. The service may return fewer
617617 // than this value. If unspecified, at most 10 connectors will be returned.
618618 // The maximum value is 100; values above 100 will be coerced to 100.
@@ -623,9 +623,9 @@ message ListDestinationConnectorAdminRequest {
623623 optional View view = 3 [ (google.api.field_behavior ) = OPTIONAL ];
624624}
625625
626- // ListDestinationConnectorAdminResponse represents a response for a list of
626+ // ListDestinationConnectorsAdminResponse represents a response for a list of
627627// DestinationConnector resources
628- message ListDestinationConnectorAdminResponse {
628+ message ListDestinationConnectorsAdminResponse {
629629 // A list of DestinationConnector resources
630630 repeated DestinationConnector destination_connectors = 1 ;
631631 // Next page token
0 commit comments