Skip to content

Commit 4e17968

Browse files
chore(bazel): update protobuf to v3.21.3 (#428)
* 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 7fc956f commit 4e17968

12 files changed

Lines changed: 0 additions & 36 deletions

File tree

packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3/services/agents/async_client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -947,9 +947,6 @@ async def sample_restore_agent():
947947
948948
}
949949
950-
The JSON representation for Empty is empty JSON
951-
object {}.
952-
953950
"""
954951
# Create or coerce a protobuf request object.
955952
request = agent.RestoreAgentRequest(request)

packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3/services/agents/client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,9 +1279,6 @@ def sample_restore_agent():
12791279
12801280
}
12811281
1282-
The JSON representation for Empty is empty JSON
1283-
object {}.
1284-
12851282
"""
12861283
# Create or coerce a protobuf request object.
12871284
# Minor optimization to avoid making a copy if the user passes

packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3/services/flows/async_client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -871,9 +871,6 @@ async def sample_train_flow():
871871
872872
}
873873
874-
The JSON representation for Empty is empty JSON
875-
object {}.
876-
877874
"""
878875
# Create or coerce a protobuf request object.
879876
# Quick check: If we got a request object, we should *not* have

packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3/services/flows/client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,9 +1216,6 @@ def sample_train_flow():
12161216
12171217
}
12181218
1219-
The JSON representation for Empty is empty JSON
1220-
object {}.
1221-
12221219
"""
12231220
# Create or coerce a protobuf request object.
12241221
# Quick check: If we got a request object, we should *not* have

packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3/services/versions/async_client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -820,9 +820,6 @@ async def sample_load_version():
820820
821821
}
822822
823-
The JSON representation for Empty is empty JSON
824-
object {}.
825-
826823
"""
827824
# Create or coerce a protobuf request object.
828825
# Quick check: If we got a request object, we should *not* have

packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3/services/versions/client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,9 +1055,6 @@ def sample_load_version():
10551055
10561056
}
10571057
1058-
The JSON representation for Empty is empty JSON
1059-
object {}.
1060-
10611058
"""
10621059
# Create or coerce a protobuf request object.
10631060
# Quick check: If we got a request object, we should *not* have

packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3beta1/services/agents/async_client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -949,9 +949,6 @@ async def sample_restore_agent():
949949
950950
}
951951
952-
The JSON representation for Empty is empty JSON
953-
object {}.
954-
955952
"""
956953
# Create or coerce a protobuf request object.
957954
request = agent.RestoreAgentRequest(request)

packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3beta1/services/agents/client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,9 +1281,6 @@ def sample_restore_agent():
12811281
12821282
}
12831283
1284-
The JSON representation for Empty is empty JSON
1285-
object {}.
1286-
12871284
"""
12881285
# Create or coerce a protobuf request object.
12891286
# Minor optimization to avoid making a copy if the user passes

packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3beta1/services/flows/async_client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -873,9 +873,6 @@ async def sample_train_flow():
873873
874874
}
875875
876-
The JSON representation for Empty is empty JSON
877-
object {}.
878-
879876
"""
880877
# Create or coerce a protobuf request object.
881878
# Quick check: If we got a request object, we should *not* have

packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3beta1/services/flows/client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,9 +1218,6 @@ def sample_train_flow():
12181218
12191219
}
12201220
1221-
The JSON representation for Empty is empty JSON
1222-
object {}.
1223-
12241221
"""
12251222
# Create or coerce a protobuf request object.
12261223
# Quick check: If we got a request object, we should *not* have

0 commit comments

Comments
 (0)