Skip to content

Commit

Permalink
chore: generate libraries at Tue Jan 21 02:23:30 UTC 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-java-bot committed Jan 21, 2025
1 parent ac262f6 commit a5d6746
Show file tree
Hide file tree
Showing 19 changed files with 4,493 additions and 538 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1871,6 +1871,60 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.datastream.v1.PostgresqlSslConfig",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.datastream.v1.PostgresqlSslConfig$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.datastream.v1.PostgresqlSslConfig$ServerAndClientVerification",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.datastream.v1.PostgresqlSslConfig$ServerAndClientVerification$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.datastream.v1.PostgresqlSslConfig$ServerVerification",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.datastream.v1.PostgresqlSslConfig$ServerVerification$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.datastream.v1.PostgresqlTable",
"queryAllDeclaredConstructors": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,12 @@ public ConnectivityCase getConnectivityCase() {
*
*
* <pre>
* Output only. The resource's name.
* Output only. Identifier. The resource's name.
* </pre>
*
* <code>string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
* <code>
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @return The name.
*/
Expand All @@ -222,10 +224,12 @@ public java.lang.String getName() {
*
*
* <pre>
* Output only. The resource's name.
* Output only. Identifier. The resource's name.
* </pre>
*
* <code>string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
* <code>
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @return The bytes for name.
*/
Expand Down Expand Up @@ -1837,10 +1841,12 @@ public Builder clearConnectivity() {
*
*
* <pre>
* Output only. The resource's name.
* Output only. Identifier. The resource's name.
* </pre>
*
* <code>string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
* <code>
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @return The name.
*/
Expand All @@ -1859,10 +1865,12 @@ public java.lang.String getName() {
*
*
* <pre>
* Output only. The resource's name.
* Output only. Identifier. The resource's name.
* </pre>
*
* <code>string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
* <code>
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @return The bytes for name.
*/
Expand All @@ -1881,10 +1889,12 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
* <pre>
* Output only. The resource's name.
* Output only. Identifier. The resource's name.
* </pre>
*
* <code>string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
* <code>
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @param value The name to set.
* @return This builder for chaining.
Expand All @@ -1902,10 +1912,12 @@ public Builder setName(java.lang.String value) {
*
*
* <pre>
* Output only. The resource's name.
* Output only. Identifier. The resource's name.
* </pre>
*
* <code>string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
* <code>
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @return This builder for chaining.
*/
Expand All @@ -1919,10 +1931,12 @@ public Builder clearName() {
*
*
* <pre>
* Output only. The resource's name.
* Output only. Identifier. The resource's name.
* </pre>
*
* <code>string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
* <code>
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @param value The bytes for name to set.
* @return This builder for chaining.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ public interface ConnectionProfileOrBuilder
*
*
* <pre>
* Output only. The resource's name.
* Output only. Identifier. The resource's name.
* </pre>
*
* <code>string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
* <code>
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @return The name.
*/
Expand All @@ -40,10 +42,12 @@ public interface ConnectionProfileOrBuilder
*
*
* <pre>
* Output only. The resource's name.
* Output only. Identifier. The resource's name.
* </pre>
*
* <code>string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
* <code>
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @return The bytes for name.
*/
Expand Down
Loading

0 comments on commit a5d6746

Please sign in to comment.