File tree Expand file tree Collapse file tree
google/cloud/datastream/v1alpha1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ message VpcPeeringConfig {
127127message 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 {
179179message 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 {
233233message 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.
You can’t perform that action at this time.
0 commit comments