Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.

Commit da0f279

Browse files
feat: added location-aware HTTP path binding for ListIntents (#557)
PiperOrigin-RevId: 373895026 Source-Author: Google APIs <noreply@google.com> Source-Date: Fri May 14 17:14:27 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: 0d68bbb80a7620b69aff5ab0b497c8a396e73558 Source-Link: googleapis/googleapis@0d68bbb Co-authored-by: Neenu Shaji <Neenu1995@users.noreply.github.com>
1 parent bedc483 commit da0f279

File tree

6 files changed

+168
-72
lines changed

6 files changed

+168
-72
lines changed

google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/IntentsClient.java

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,12 @@ public final OperationsClient getOperationsClient() {
178178
* }</pre>
179179
*
180180
* @param parent Required. The agent to list all intents from. Format: `projects/&lt;Project
181-
* ID&gt;/agent`.
181+
* ID&gt;/agent` or `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/agent`.
182+
* <p>Alternatively, you can specify the environment to list intents for. Format:
183+
* `projects/&lt;Project ID&gt;/agent/environments/&lt;Environment ID&gt;` or
184+
* `projects/&lt;Project ID&gt;/locations/&lt;Location
185+
* ID&gt;/agent/environments/&lt;Environment ID&gt;`. Note: training phrases of the intents
186+
* will not be returned for non-draft environment.
182187
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
183188
*/
184189
public final ListIntentsPagedResponse listIntents(AgentName parent) {
@@ -205,7 +210,12 @@ public final ListIntentsPagedResponse listIntents(AgentName parent) {
205210
* }</pre>
206211
*
207212
* @param parent Required. The agent to list all intents from. Format: `projects/&lt;Project
208-
* ID&gt;/agent`.
213+
* ID&gt;/agent` or `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/agent`.
214+
* <p>Alternatively, you can specify the environment to list intents for. Format:
215+
* `projects/&lt;Project ID&gt;/agent/environments/&lt;Environment ID&gt;` or
216+
* `projects/&lt;Project ID&gt;/locations/&lt;Location
217+
* ID&gt;/agent/environments/&lt;Environment ID&gt;`. Note: training phrases of the intents
218+
* will not be returned for non-draft environment.
209219
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
210220
*/
211221
public final ListIntentsPagedResponse listIntents(String parent) {
@@ -230,7 +240,12 @@ public final ListIntentsPagedResponse listIntents(String parent) {
230240
* }</pre>
231241
*
232242
* @param parent Required. The agent to list all intents from. Format: `projects/&lt;Project
233-
* ID&gt;/agent`.
243+
* ID&gt;/agent` or `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/agent`.
244+
* <p>Alternatively, you can specify the environment to list intents for. Format:
245+
* `projects/&lt;Project ID&gt;/agent/environments/&lt;Environment ID&gt;` or
246+
* `projects/&lt;Project ID&gt;/locations/&lt;Location
247+
* ID&gt;/agent/environments/&lt;Environment ID&gt;`. Note: training phrases of the intents
248+
* will not be returned for non-draft environment.
234249
* @param languageCode Optional. The language used to access language-specific data. If not
235250
* specified, the agent's default language is used. For more information, see [Multilingual
236251
* intent and entity
@@ -263,7 +278,12 @@ public final ListIntentsPagedResponse listIntents(AgentName parent, String langu
263278
* }</pre>
264279
*
265280
* @param parent Required. The agent to list all intents from. Format: `projects/&lt;Project
266-
* ID&gt;/agent`.
281+
* ID&gt;/agent` or `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/agent`.
282+
* <p>Alternatively, you can specify the environment to list intents for. Format:
283+
* `projects/&lt;Project ID&gt;/agent/environments/&lt;Environment ID&gt;` or
284+
* `projects/&lt;Project ID&gt;/locations/&lt;Location
285+
* ID&gt;/agent/environments/&lt;Environment ID&gt;`. Note: training phrases of the intents
286+
* will not be returned for non-draft environment.
267287
* @param languageCode Optional. The language used to access language-specific data. If not
268288
* specified, the agent's default language is used. For more information, see [Multilingual
269289
* intent and entity

proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/IntentProto.java

Lines changed: 56 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -443,64 +443,66 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
443443
+ "ogflow.v2.IntentB\003\340A\002\"B\n\013IntentBatch\0223\n\007"
444444
+ "intents\030\001 \003(\0132\".google.cloud.dialogflow."
445445
+ "v2.Intent*?\n\nIntentView\022\033\n\027INTENT_VIEW_U"
446-
+ "NSPECIFIED\020\000\022\024\n\020INTENT_VIEW_FULL\020\0012\257\020\n\007I"
447-
+ "ntents\022\254\002\n\013ListIntents\022..google.cloud.di"
446+
+ "NSPECIFIED\020\000\022\024\n\020INTENT_VIEW_FULL\020\0012\363\020\n\007I"
447+
+ "ntents\022\360\002\n\013ListIntents\022..google.cloud.di"
448448
+ "alogflow.v2.ListIntentsRequest\032/.google."
449449
+ "cloud.dialogflow.v2.ListIntentsResponse\""
450-
+ "\273\001\202\323\344\223\002\224\001\022%/v2/{parent=projects/*/agent}"
450+
+ "\377\001\202\323\344\223\002\330\001\022%/v2/{parent=projects/*/agent}"
451451
+ "/intentsZ3\0221/v2/{parent=projects/*/locat"
452452
+ "ions/*/agent}/intentsZ6\0224/v2/{parent=pro"
453-
+ "jects/*/agent/environments/*}/intents\332A\006"
454-
+ "parent\332A\024parent,language_code\022\335\001\n\tGetInt"
455-
+ "ent\022,.google.cloud.dialogflow.v2.GetInte"
456-
+ "ntRequest\032\".google.cloud.dialogflow.v2.I"
457-
+ "ntent\"~\202\323\344\223\002\\\022%/v2/{name=projects/*/agen"
458-
+ "t/intents/*}Z3\0221/v2/{name=projects/*/loc"
459-
+ "ations/*/agent/intents/*}\332A\004name\332A\022name,"
460-
+ "language_code\022\206\002\n\014CreateIntent\022/.google."
461-
+ "cloud.dialogflow.v2.CreateIntentRequest\032"
462-
+ "\".google.cloud.dialogflow.v2.Intent\"\240\001\202\323"
463-
+ "\344\223\002l\"%/v2/{parent=projects/*/agent}/inte"
464-
+ "nts:\006intentZ;\"1/v2/{parent=projects/*/lo"
465-
+ "cations/*/agent}/intents:\006intent\332A\rparen"
466-
+ "t,intent\332A\033parent,intent,language_code\022\240"
467-
+ "\002\n\014UpdateIntent\022/.google.cloud.dialogflo"
468-
+ "w.v2.UpdateIntentRequest\032\".google.cloud."
469-
+ "dialogflow.v2.Intent\"\272\001\202\323\344\223\002z2,/v2/{inte"
470-
+ "nt.name=projects/*/agent/intents/*}:\006int"
471-
+ "entZB28/v2/{intent.name=projects/*/locat"
472-
+ "ions/*/agent/intents/*}:\006intent\332A\024intent"
473-
+ ",language_code\332A intent,language_code,up"
474-
+ "date_mask\022\302\001\n\014DeleteIntent\022/.google.clou"
475-
+ "d.dialogflow.v2.DeleteIntentRequest\032\026.go"
476-
+ "ogle.protobuf.Empty\"i\202\323\344\223\002\\*%/v2/{name=p"
477-
+ "rojects/*/agent/intents/*}Z3*1/v2/{name="
478-
+ "projects/*/locations/*/agent/intents/*}\332"
479-
+ "A\004name\022\366\002\n\022BatchUpdateIntents\0225.google.c"
480-
+ "loud.dialogflow.v2.BatchUpdateIntentsReq"
481-
+ "uest\032\035.google.longrunning.Operation\"\211\002\202\323"
482-
+ "\344\223\002z\"1/v2/{parent=projects/*/agent}/inte"
483-
+ "nts:batchUpdate:\001*ZB\"=/v2/{parent=projec"
484-
+ "ts/*/locations/*/agent}/intents:batchUpd"
485-
+ "ate:\001*\332A\027parent,intent_batch_uri\332A\032paren"
486-
+ "t,intent_batch_inline\312AO\n5google.cloud.d"
487-
+ "ialogflow.v2.BatchUpdateIntentsResponse\022"
488-
+ "\026google.protobuf.Struct\022\260\002\n\022BatchDeleteI"
489-
+ "ntents\0225.google.cloud.dialogflow.v2.Batc"
490-
+ "hDeleteIntentsRequest\032\035.google.longrunni"
491-
+ "ng.Operation\"\303\001\202\323\344\223\002z\"1/v2/{parent=proje"
492-
+ "cts/*/agent}/intents:batchDelete:\001*ZB\"=/"
493-
+ "v2/{parent=projects/*/locations/*/agent}"
494-
+ "/intents:batchDelete:\001*\332A\016parent,intents"
495-
+ "\312A/\n\025google.protobuf.Empty\022\026google.proto"
496-
+ "buf.Struct\032x\312A\031dialogflow.googleapis.com"
497-
+ "\322AYhttps://www.googleapis.com/auth/cloud"
498-
+ "-platform,https://www.googleapis.com/aut"
499-
+ "h/dialogflowB\232\001\n\036com.google.cloud.dialog"
500-
+ "flow.v2B\013IntentProtoP\001ZDgoogle.golang.or"
501-
+ "g/genproto/googleapis/cloud/dialogflow/v"
502-
+ "2;dialogflow\370\001\001\242\002\002DF\252\002\032Google.Cloud.Dial"
503-
+ "ogflow.V2b\006proto3"
453+
+ "jects/*/agent/environments/*}/intentsZB\022"
454+
+ "@/v2/{parent=projects/*/locations/*/agen"
455+
+ "t/environments/*}/intents\332A\006parent\332A\024par"
456+
+ "ent,language_code\022\335\001\n\tGetIntent\022,.google"
457+
+ ".cloud.dialogflow.v2.GetIntentRequest\032\"."
458+
+ "google.cloud.dialogflow.v2.Intent\"~\202\323\344\223\002"
459+
+ "\\\022%/v2/{name=projects/*/agent/intents/*}"
460+
+ "Z3\0221/v2/{name=projects/*/locations/*/age"
461+
+ "nt/intents/*}\332A\004name\332A\022name,language_cod"
462+
+ "e\022\206\002\n\014CreateIntent\022/.google.cloud.dialog"
463+
+ "flow.v2.CreateIntentRequest\032\".google.clo"
464+
+ "ud.dialogflow.v2.Intent\"\240\001\202\323\344\223\002l\"%/v2/{p"
465+
+ "arent=projects/*/agent}/intents:\006intentZ"
466+
+ ";\"1/v2/{parent=projects/*/locations/*/ag"
467+
+ "ent}/intents:\006intent\332A\rparent,intent\332A\033p"
468+
+ "arent,intent,language_code\022\240\002\n\014UpdateInt"
469+
+ "ent\022/.google.cloud.dialogflow.v2.UpdateI"
470+
+ "ntentRequest\032\".google.cloud.dialogflow.v"
471+
+ "2.Intent\"\272\001\202\323\344\223\002z2,/v2/{intent.name=proj"
472+
+ "ects/*/agent/intents/*}:\006intentZB28/v2/{"
473+
+ "intent.name=projects/*/locations/*/agent"
474+
+ "/intents/*}:\006intent\332A\024intent,language_co"
475+
+ "de\332A intent,language_code,update_mask\022\302\001"
476+
+ "\n\014DeleteIntent\022/.google.cloud.dialogflow"
477+
+ ".v2.DeleteIntentRequest\032\026.google.protobu"
478+
+ "f.Empty\"i\202\323\344\223\002\\*%/v2/{name=projects/*/ag"
479+
+ "ent/intents/*}Z3*1/v2/{name=projects/*/l"
480+
+ "ocations/*/agent/intents/*}\332A\004name\022\366\002\n\022B"
481+
+ "atchUpdateIntents\0225.google.cloud.dialogf"
482+
+ "low.v2.BatchUpdateIntentsRequest\032\035.googl"
483+
+ "e.longrunning.Operation\"\211\002\202\323\344\223\002z\"1/v2/{p"
484+
+ "arent=projects/*/agent}/intents:batchUpd"
485+
+ "ate:\001*ZB\"=/v2/{parent=projects/*/locatio"
486+
+ "ns/*/agent}/intents:batchUpdate:\001*\332A\027par"
487+
+ "ent,intent_batch_uri\332A\032parent,intent_bat"
488+
+ "ch_inline\312AO\n5google.cloud.dialogflow.v2"
489+
+ ".BatchUpdateIntentsResponse\022\026google.prot"
490+
+ "obuf.Struct\022\260\002\n\022BatchDeleteIntents\0225.goo"
491+
+ "gle.cloud.dialogflow.v2.BatchDeleteInten"
492+
+ "tsRequest\032\035.google.longrunning.Operation"
493+
+ "\"\303\001\202\323\344\223\002z\"1/v2/{parent=projects/*/agent}"
494+
+ "/intents:batchDelete:\001*ZB\"=/v2/{parent=p"
495+
+ "rojects/*/locations/*/agent}/intents:bat"
496+
+ "chDelete:\001*\332A\016parent,intents\312A/\n\025google."
497+
+ "protobuf.Empty\022\026google.protobuf.Struct\032x"
498+
+ "\312A\031dialogflow.googleapis.com\322AYhttps://w"
499+
+ "ww.googleapis.com/auth/cloud-platform,ht"
500+
+ "tps://www.googleapis.com/auth/dialogflow"
501+
+ "B\232\001\n\036com.google.cloud.dialogflow.v2B\013Int"
502+
+ "entProtoP\001ZDgoogle.golang.org/genproto/g"
503+
+ "oogleapis/cloud/dialogflow/v2;dialogflow"
504+
+ "\370\001\001\242\002\002DF\252\002\032Google.Cloud.Dialogflow.V2b\006p"
505+
+ "roto3"
504506
};
505507
descriptor =
506508
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(

proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ListIntentsRequest.java

Lines changed: 56 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,14 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
147147
*
148148
* <pre>
149149
* Required. The agent to list all intents from.
150-
* Format: `projects/&lt;Project ID&gt;/agent`.
150+
* Format: `projects/&lt;Project ID&gt;/agent` or `projects/&lt;Project
151+
* ID&gt;/locations/&lt;Location ID&gt;/agent`.
152+
* Alternatively, you can specify the environment to list intents for.
153+
* Format: `projects/&lt;Project ID&gt;/agent/environments/&lt;Environment ID&gt;`
154+
* or `projects/&lt;Project ID&gt;/locations/&lt;Location
155+
* ID&gt;/agent/environments/&lt;Environment ID&gt;`.
156+
* Note: training phrases of the intents will not be returned for non-draft
157+
* environment.
151158
* </pre>
152159
*
153160
* <code>
@@ -173,7 +180,14 @@ public java.lang.String getParent() {
173180
*
174181
* <pre>
175182
* Required. The agent to list all intents from.
176-
* Format: `projects/&lt;Project ID&gt;/agent`.
183+
* Format: `projects/&lt;Project ID&gt;/agent` or `projects/&lt;Project
184+
* ID&gt;/locations/&lt;Location ID&gt;/agent`.
185+
* Alternatively, you can specify the environment to list intents for.
186+
* Format: `projects/&lt;Project ID&gt;/agent/environments/&lt;Environment ID&gt;`
187+
* or `projects/&lt;Project ID&gt;/locations/&lt;Location
188+
* ID&gt;/agent/environments/&lt;Environment ID&gt;`.
189+
* Note: training phrases of the intents will not be returned for non-draft
190+
* environment.
177191
* </pre>
178192
*
179193
* <code>
@@ -748,7 +762,14 @@ public Builder mergeFrom(
748762
*
749763
* <pre>
750764
* Required. The agent to list all intents from.
751-
* Format: `projects/&lt;Project ID&gt;/agent`.
765+
* Format: `projects/&lt;Project ID&gt;/agent` or `projects/&lt;Project
766+
* ID&gt;/locations/&lt;Location ID&gt;/agent`.
767+
* Alternatively, you can specify the environment to list intents for.
768+
* Format: `projects/&lt;Project ID&gt;/agent/environments/&lt;Environment ID&gt;`
769+
* or `projects/&lt;Project ID&gt;/locations/&lt;Location
770+
* ID&gt;/agent/environments/&lt;Environment ID&gt;`.
771+
* Note: training phrases of the intents will not be returned for non-draft
772+
* environment.
752773
* </pre>
753774
*
754775
* <code>
@@ -773,7 +794,14 @@ public java.lang.String getParent() {
773794
*
774795
* <pre>
775796
* Required. The agent to list all intents from.
776-
* Format: `projects/&lt;Project ID&gt;/agent`.
797+
* Format: `projects/&lt;Project ID&gt;/agent` or `projects/&lt;Project
798+
* ID&gt;/locations/&lt;Location ID&gt;/agent`.
799+
* Alternatively, you can specify the environment to list intents for.
800+
* Format: `projects/&lt;Project ID&gt;/agent/environments/&lt;Environment ID&gt;`
801+
* or `projects/&lt;Project ID&gt;/locations/&lt;Location
802+
* ID&gt;/agent/environments/&lt;Environment ID&gt;`.
803+
* Note: training phrases of the intents will not be returned for non-draft
804+
* environment.
777805
* </pre>
778806
*
779807
* <code>
@@ -798,7 +826,14 @@ public com.google.protobuf.ByteString getParentBytes() {
798826
*
799827
* <pre>
800828
* Required. The agent to list all intents from.
801-
* Format: `projects/&lt;Project ID&gt;/agent`.
829+
* Format: `projects/&lt;Project ID&gt;/agent` or `projects/&lt;Project
830+
* ID&gt;/locations/&lt;Location ID&gt;/agent`.
831+
* Alternatively, you can specify the environment to list intents for.
832+
* Format: `projects/&lt;Project ID&gt;/agent/environments/&lt;Environment ID&gt;`
833+
* or `projects/&lt;Project ID&gt;/locations/&lt;Location
834+
* ID&gt;/agent/environments/&lt;Environment ID&gt;`.
835+
* Note: training phrases of the intents will not be returned for non-draft
836+
* environment.
802837
* </pre>
803838
*
804839
* <code>
@@ -822,7 +857,14 @@ public Builder setParent(java.lang.String value) {
822857
*
823858
* <pre>
824859
* Required. The agent to list all intents from.
825-
* Format: `projects/&lt;Project ID&gt;/agent`.
860+
* Format: `projects/&lt;Project ID&gt;/agent` or `projects/&lt;Project
861+
* ID&gt;/locations/&lt;Location ID&gt;/agent`.
862+
* Alternatively, you can specify the environment to list intents for.
863+
* Format: `projects/&lt;Project ID&gt;/agent/environments/&lt;Environment ID&gt;`
864+
* or `projects/&lt;Project ID&gt;/locations/&lt;Location
865+
* ID&gt;/agent/environments/&lt;Environment ID&gt;`.
866+
* Note: training phrases of the intents will not be returned for non-draft
867+
* environment.
826868
* </pre>
827869
*
828870
* <code>
@@ -842,7 +884,14 @@ public Builder clearParent() {
842884
*
843885
* <pre>
844886
* Required. The agent to list all intents from.
845-
* Format: `projects/&lt;Project ID&gt;/agent`.
887+
* Format: `projects/&lt;Project ID&gt;/agent` or `projects/&lt;Project
888+
* ID&gt;/locations/&lt;Location ID&gt;/agent`.
889+
* Alternatively, you can specify the environment to list intents for.
890+
* Format: `projects/&lt;Project ID&gt;/agent/environments/&lt;Environment ID&gt;`
891+
* or `projects/&lt;Project ID&gt;/locations/&lt;Location
892+
* ID&gt;/agent/environments/&lt;Environment ID&gt;`.
893+
* Note: training phrases of the intents will not be returned for non-draft
894+
* environment.
846895
* </pre>
847896
*
848897
* <code>

proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ListIntentsRequestOrBuilder.java

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,14 @@ public interface ListIntentsRequestOrBuilder
2828
*
2929
* <pre>
3030
* Required. The agent to list all intents from.
31-
* Format: `projects/&lt;Project ID&gt;/agent`.
31+
* Format: `projects/&lt;Project ID&gt;/agent` or `projects/&lt;Project
32+
* ID&gt;/locations/&lt;Location ID&gt;/agent`.
33+
* Alternatively, you can specify the environment to list intents for.
34+
* Format: `projects/&lt;Project ID&gt;/agent/environments/&lt;Environment ID&gt;`
35+
* or `projects/&lt;Project ID&gt;/locations/&lt;Location
36+
* ID&gt;/agent/environments/&lt;Environment ID&gt;`.
37+
* Note: training phrases of the intents will not be returned for non-draft
38+
* environment.
3239
* </pre>
3340
*
3441
* <code>
@@ -43,7 +50,14 @@ public interface ListIntentsRequestOrBuilder
4350
*
4451
* <pre>
4552
* Required. The agent to list all intents from.
46-
* Format: `projects/&lt;Project ID&gt;/agent`.
53+
* Format: `projects/&lt;Project ID&gt;/agent` or `projects/&lt;Project
54+
* ID&gt;/locations/&lt;Location ID&gt;/agent`.
55+
* Alternatively, you can specify the environment to list intents for.
56+
* Format: `projects/&lt;Project ID&gt;/agent/environments/&lt;Environment ID&gt;`
57+
* or `projects/&lt;Project ID&gt;/locations/&lt;Location
58+
* ID&gt;/agent/environments/&lt;Environment ID&gt;`.
59+
* Note: training phrases of the intents will not be returned for non-draft
60+
* environment.
4761
* </pre>
4862
*
4963
* <code>

proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/intent.proto

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ service Intents {
5353
additional_bindings {
5454
get: "/v2/{parent=projects/*/agent/environments/*}/intents"
5555
}
56+
additional_bindings {
57+
get: "/v2/{parent=projects/*/locations/*/agent/environments/*}/intents"
58+
}
5659
};
5760
option (google.api.method_signature) = "parent";
5861
option (google.api.method_signature) = "parent,language_code";
@@ -877,7 +880,15 @@ message Intent {
877880
// The request message for [Intents.ListIntents][google.cloud.dialogflow.v2.Intents.ListIntents].
878881
message ListIntentsRequest {
879882
// Required. The agent to list all intents from.
880-
// Format: `projects/<Project ID>/agent`.
883+
// Format: `projects/<Project ID>/agent` or `projects/<Project
884+
// ID>/locations/<Location ID>/agent`.
885+
//
886+
// Alternatively, you can specify the environment to list intents for.
887+
// Format: `projects/<Project ID>/agent/environments/<Environment ID>`
888+
// or `projects/<Project ID>/locations/<Location
889+
// ID>/agent/environments/<Environment ID>`.
890+
// Note: training phrases of the intents will not be returned for non-draft
891+
// environment.
881892
string parent = 1 [
882893
(google.api.field_behavior) = REQUIRED,
883894
(google.api.resource_reference) = {

synth.metadata

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "162641cfe5573c648df679a6dd30385650a08704",
15-
"internalRef": "373400747"
14+
"sha": "0d68bbb80a7620b69aff5ab0b497c8a396e73558",
15+
"internalRef": "373895026"
1616
}
1717
},
1818
{
1919
"git": {
2020
"name": "googleapis",
2121
"remote": "https://github.com/googleapis/googleapis.git",
22-
"sha": "162641cfe5573c648df679a6dd30385650a08704",
23-
"internalRef": "373400747"
22+
"sha": "0d68bbb80a7620b69aff5ab0b497c8a396e73558",
23+
"internalRef": "373895026"
2424
}
2525
},
2626
{

0 commit comments

Comments
 (0)