Skip to content

Commit 4dc38ec

Browse files
chore(bazel): update protobuf to v3.21.3 (#542)
* chore(bazel): update protobuf to v3.21.3 chore(bazel): update gax-java to 2.18.4 PiperOrigin-RevId: 463115700 Source-Link: googleapis/googleapis@52130a9 Source-Link: googleapis/googleapis-gen@6a4d9d9 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmE0ZDlkOWJiM2FmYjIwYjBmNWZhNGY1ZDlmNjc0MGIxZDBlYjE5YSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 6142705 commit 4dc38ec

20 files changed

Lines changed: 0 additions & 132 deletions

File tree

packages/google-cloud-dialogflow/google/cloud/dialogflow_v2/services/agents/async_client.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -695,9 +695,6 @@ async def sample_train_agent():
695695
696696
}
697697
698-
The JSON representation for Empty is empty JSON
699-
object {}.
700-
701698
"""
702699
# Create or coerce a protobuf request object.
703700
# Quick check: If we got a request object, we should *not* have
@@ -958,9 +955,6 @@ async def sample_import_agent():
958955
959956
}
960957
961-
The JSON representation for Empty is empty JSON
962-
object {}.
963-
964958
"""
965959
# Create or coerce a protobuf request object.
966960
request = agent.ImportAgentRequest(request)
@@ -1083,9 +1077,6 @@ async def sample_restore_agent():
10831077
10841078
}
10851079
1086-
The JSON representation for Empty is empty JSON
1087-
object {}.
1088-
10891080
"""
10901081
# Create or coerce a protobuf request object.
10911082
request = agent.RestoreAgentRequest(request)

packages/google-cloud-dialogflow/google/cloud/dialogflow_v2/services/agents/client.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -921,9 +921,6 @@ def sample_train_agent():
921921
922922
}
923923
924-
The JSON representation for Empty is empty JSON
925-
object {}.
926-
927924
"""
928925
# Create or coerce a protobuf request object.
929926
# Quick check: If we got a request object, we should *not* have
@@ -1184,9 +1181,6 @@ def sample_import_agent():
11841181
11851182
}
11861183
1187-
The JSON representation for Empty is empty JSON
1188-
object {}.
1189-
11901184
"""
11911185
# Create or coerce a protobuf request object.
11921186
# Minor optimization to avoid making a copy if the user passes
@@ -1310,9 +1304,6 @@ def sample_restore_agent():
13101304
13111305
}
13121306
1313-
The JSON representation for Empty is empty JSON
1314-
object {}.
1315-
13161307
"""
13171308
# Create or coerce a protobuf request object.
13181309
# Minor optimization to avoid making a copy if the user passes

packages/google-cloud-dialogflow/google/cloud/dialogflow_v2/services/conversation_datasets/async_client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -648,9 +648,6 @@ async def sample_delete_conversation_dataset():
648648
649649
}
650650
651-
The JSON representation for Empty is empty JSON
652-
object {}.
653-
654651
"""
655652
# Create or coerce a protobuf request object.
656653
# Quick check: If we got a request object, we should *not* have

packages/google-cloud-dialogflow/google/cloud/dialogflow_v2/services/conversation_datasets/client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -876,9 +876,6 @@ def sample_delete_conversation_dataset():
876876
877877
}
878878
879-
The JSON representation for Empty is empty JSON
880-
object {}.
881-
882879
"""
883880
# Create or coerce a protobuf request object.
884881
# Quick check: If we got a request object, we should *not* have

packages/google-cloud-dialogflow/google/cloud/dialogflow_v2/services/conversation_models/async_client.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -643,9 +643,6 @@ async def sample_delete_conversation_model():
643643
644644
}
645645
646-
The JSON representation for Empty is empty JSON
647-
object {}.
648-
649646
"""
650647
# Create or coerce a protobuf request object.
651648
# Quick check: If we got a request object, we should *not* have
@@ -768,9 +765,6 @@ async def sample_deploy_conversation_model():
768765
769766
}
770767
771-
The JSON representation for Empty is empty JSON
772-
object {}.
773-
774768
"""
775769
# Create or coerce a protobuf request object.
776770
request = conversation_model.DeployConversationModelRequest(request)
@@ -882,9 +876,6 @@ async def sample_undeploy_conversation_model():
882876
883877
}
884878
885-
The JSON representation for Empty is empty JSON
886-
object {}.
887-
888879
"""
889880
# Create or coerce a protobuf request object.
890881
request = conversation_model.UndeployConversationModelRequest(request)

packages/google-cloud-dialogflow/google/cloud/dialogflow_v2/services/conversation_models/client.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -919,9 +919,6 @@ def sample_delete_conversation_model():
919919
920920
}
921921
922-
The JSON representation for Empty is empty JSON
923-
object {}.
924-
925922
"""
926923
# Create or coerce a protobuf request object.
927924
# Quick check: If we got a request object, we should *not* have
@@ -1046,9 +1043,6 @@ def sample_deploy_conversation_model():
10461043
10471044
}
10481045
1049-
The JSON representation for Empty is empty JSON
1050-
object {}.
1051-
10521046
"""
10531047
# Create or coerce a protobuf request object.
10541048
# Minor optimization to avoid making a copy if the user passes
@@ -1163,9 +1157,6 @@ def sample_undeploy_conversation_model():
11631157
11641158
}
11651159
1166-
The JSON representation for Empty is empty JSON
1167-
object {}.
1168-
11691160
"""
11701161
# Create or coerce a protobuf request object.
11711162
# Minor optimization to avoid making a copy if the user passes

packages/google-cloud-dialogflow/google/cloud/dialogflow_v2/services/documents/async_client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -746,9 +746,6 @@ async def sample_delete_document():
746746
747747
}
748748
749-
The JSON representation for Empty is empty JSON
750-
object {}.
751-
752749
"""
753750
# Create or coerce a protobuf request object.
754751
# Quick check: If we got a request object, we should *not* have

packages/google-cloud-dialogflow/google/cloud/dialogflow_v2/services/documents/client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -976,9 +976,6 @@ def sample_delete_document():
976976
977977
}
978978
979-
The JSON representation for Empty is empty JSON
980-
object {}.
981-
982979
"""
983980
# Create or coerce a protobuf request object.
984981
# Quick check: If we got a request object, we should *not* have

packages/google-cloud-dialogflow/google/cloud/dialogflow_v2/services/entity_types/async_client.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -997,9 +997,6 @@ async def sample_batch_delete_entity_types():
997997
998998
}
999999
1000-
The JSON representation for Empty is empty JSON
1001-
object {}.
1002-
10031000
"""
10041001
# Create or coerce a protobuf request object.
10051002
# Quick check: If we got a request object, we should *not* have
@@ -1156,9 +1153,6 @@ async def sample_batch_create_entities():
11561153
11571154
}
11581155
1159-
The JSON representation for Empty is empty JSON
1160-
object {}.
1161-
11621156
"""
11631157
# Create or coerce a protobuf request object.
11641158
# Quick check: If we got a request object, we should *not* have
@@ -1321,9 +1315,6 @@ async def sample_batch_update_entities():
13211315
13221316
}
13231317
1324-
The JSON representation for Empty is empty JSON
1325-
object {}.
1326-
13271318
"""
13281319
# Create or coerce a protobuf request object.
13291320
# Quick check: If we got a request object, we should *not* have
@@ -1481,9 +1472,6 @@ async def sample_batch_delete_entities():
14811472
14821473
}
14831474
1484-
The JSON representation for Empty is empty JSON
1485-
object {}.
1486-
14871475
"""
14881476
# Create or coerce a protobuf request object.
14891477
# Quick check: If we got a request object, we should *not* have

packages/google-cloud-dialogflow/google/cloud/dialogflow_v2/services/entity_types/client.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,9 +1224,6 @@ def sample_batch_delete_entity_types():
12241224
12251225
}
12261226
1227-
The JSON representation for Empty is empty JSON
1228-
object {}.
1229-
12301227
"""
12311228
# Create or coerce a protobuf request object.
12321229
# Quick check: If we got a request object, we should *not* have
@@ -1385,9 +1382,6 @@ def sample_batch_create_entities():
13851382
13861383
}
13871384
1388-
The JSON representation for Empty is empty JSON
1389-
object {}.
1390-
13911385
"""
13921386
# Create or coerce a protobuf request object.
13931387
# Quick check: If we got a request object, we should *not* have
@@ -1550,9 +1544,6 @@ def sample_batch_update_entities():
15501544
15511545
}
15521546
1553-
The JSON representation for Empty is empty JSON
1554-
object {}.
1555-
15561547
"""
15571548
# Create or coerce a protobuf request object.
15581549
# Quick check: If we got a request object, we should *not* have
@@ -1710,9 +1701,6 @@ def sample_batch_delete_entities():
17101701
17111702
}
17121703
1713-
The JSON representation for Empty is empty JSON
1714-
object {}.
1715-
17161704
"""
17171705
# Create or coerce a protobuf request object.
17181706
# Quick check: If we got a request object, we should *not* have

0 commit comments

Comments
 (0)