You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-datastream/v1/2.0.0/com/google/api/services/datastream/v1/model/ServerAndClientVerification.java
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -49,9 +49,10 @@ public final class ServerAndClientVerification extends com.google.api.client.jso
49
49
privatejava.lang.StringclientCertificate;
50
50
51
51
/**
52
-
* Required. Input only. PEM-encoded private key associated with the client certificate. This
52
+
* Optional. Input only. PEM-encoded private key associated with the client certificate. This
53
53
* value will be used during the SSL/TLS handshake, allowing the PostgreSQL server to authenticate
54
-
* the client's identity, i.e. identity of the Datastream.
54
+
* the client's identity, i.e. identity of the Datastream. Mutually exclusive with the
55
+
* `secret_manager_stored_client_key` field.
55
56
* The value may be {@code null}.
56
57
*/
57
58
@com.google.api.client.util.Key
@@ -98,19 +99,21 @@ public ServerAndClientVerification setClientCertificate(java.lang.String clientC
98
99
}
99
100
100
101
/**
101
-
* Required. Input only. PEM-encoded private key associated with the client certificate. This
102
+
* Optional. Input only. PEM-encoded private key associated with the client certificate. This
102
103
* value will be used during the SSL/TLS handshake, allowing the PostgreSQL server to authenticate
103
-
* the client's identity, i.e. identity of the Datastream.
104
+
* the client's identity, i.e. identity of the Datastream. Mutually exclusive with the
105
+
* `secret_manager_stored_client_key` field.
104
106
* @return value or {@code null} for none
105
107
*/
106
108
publicjava.lang.StringgetClientKey() {
107
109
returnclientKey;
108
110
}
109
111
110
112
/**
111
-
* Required. Input only. PEM-encoded private key associated with the client certificate. This
113
+
* Optional. Input only. PEM-encoded private key associated with the client certificate. This
112
114
* value will be used during the SSL/TLS handshake, allowing the PostgreSQL server to authenticate
113
-
* the client's identity, i.e. identity of the Datastream.
115
+
* the client's identity, i.e. identity of the Datastream. Mutually exclusive with the
116
+
* `secret_manager_stored_client_key` field.
114
117
* @param clientKey clientKey or {@code null} for none
0 commit comments