Skip to content

Commit b872180

Browse files
yoshi-automationjskeet
authored andcommitted
docs: treat a dummy example URL as a string literal instead of a link
googleapis/googleapis@6e17d25 commit 6e17d259b8e320bc51aa240cefef05ec753e2b83 Author: Google APIs <noreply@google.com> Date: Fri Apr 3 16:34:24 2020 -0700 docs: treat a dummy example URL as a string literal instead of a link PiperOrigin-RevId: 304716376
1 parent bd85d83 commit b872180

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎apis/Google.Cloud.PubSub.V1/Google.Cloud.PubSub.V1/Pubsub.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3920,7 +3920,7 @@ public PushConfig Clone() {
39203920
private string pushEndpoint_ = "";
39213921
/// <summary>
39223922
/// A URL locating the endpoint to which messages should be pushed.
3923-
/// For example, a Webhook endpoint might use "https://example.com/push".
3923+
/// For example, a Webhook endpoint might use `https://example.com/push`.
39243924
/// </summary>
39253925
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
39263926
public string PushEndpoint {
+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"updateTime": "2020-04-04T06:00:00.000000Z",
2+
"updateTime": "2020-04-04T06:28:58.856870Z",
33
"sources": [
44
{
55
"git": {
66
"name": "googleapis",
77
"remote": "https://github.com/googleapis/googleapis.git",
8-
"sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe"
8+
"sha": "6e17d259b8e320bc51aa240cefef05ec753e2b83"
99
}
1010
}
1111
]
12-
}
12+
}

0 commit comments

Comments
 (0)