Skip to content

Commit 9e99074

Browse files
Google APIscopybara-github
authored andcommitted
fix(datastream)!: Change a few resource pattern variables from camelCase to snake_case
PiperOrigin-RevId: 393705818
1 parent ce55001 commit 9e99074

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

google/cloud/datastream/v1alpha1/datastream_resources.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ message VpcPeeringConfig {
127127
message PrivateConnection {
128128
option (google.api.resource) = {
129129
type: "datastream.googleapis.com/PrivateConnection"
130-
pattern: "projects/{project}/locations/{location}/privateConnections/{privateConnection}"
130+
pattern: "projects/{project}/locations/{location}/privateConnections/{private_connection}"
131131
};
132132

133133
// Private Connection state.
@@ -179,7 +179,7 @@ message PrivateConnectivity {
179179
message Route {
180180
option (google.api.resource) = {
181181
type: "datastream.googleapis.com/Route"
182-
pattern: "projects/{project}/locations/{location}/privateConnections/{privateConnection}/routes/{route}"
182+
pattern: "projects/{project}/locations/{location}/privateConnections/{private_connection}/routes/{route}"
183183
};
184184

185185
// Output only. The resource's name.
@@ -233,7 +233,7 @@ message MysqlSslConfig {
233233
message ConnectionProfile {
234234
option (google.api.resource) = {
235235
type: "datastream.googleapis.com/ConnectionProfile"
236-
pattern: "projects/{project}/locations/{location}/connectionProfiles/{connectionProfile}"
236+
pattern: "projects/{project}/locations/{location}/connectionProfiles/{connection_profile}"
237237
};
238238

239239
// Output only. The resource's name.

0 commit comments

Comments
 (0)