@@ -103,7 +103,7 @@ public class RealTimeBidding extends com.google.api.client.googleapis.services.j
103103 * {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
104104 * <li>Android: {@code newCompatibleTransport} from
105105 * {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
106- * <li>Java: {@link com.google.api.client.googleapis .javanet.GoogleNetHttpTransport#newTrustedTransport()}
106+ * <li>Java: {@code com.google.api.client.http .javanet.NetHttpTransport}</li>
107107 * </li>
108108 * </ul>
109109 * @param jsonFactory JSON factory, which may be:
@@ -2315,7 +2315,7 @@ public Delete set(String parameterName, Object value) {
23152315 * optional parameters, call the {@link Get#execute()} method to invoke the remote operation.
23162316 *
23172317 * @param name Required. Name of the pretargeting configuration to get. Format:
2318- * bidders/{bidderAccountId}/pretargetingConfig /{configId}
2318+ * bidders/{bidderAccountId}/pretargetingConfigs /{configId}
23192319 * @return the request
23202320 */
23212321 public Get get (java .lang .String name ) throws java .io .IOException {
@@ -2342,7 +2342,7 @@ public class Get extends RealTimeBiddingRequest<com.google.api.services.realtime
23422342 * must be called to initialize this instance immediately after invoking the constructor. </p>
23432343 *
23442344 * @param name Required. Name of the pretargeting configuration to get. Format:
2345- * bidders/{bidderAccountId}/pretargetingConfig /{configId}
2345+ * bidders/{bidderAccountId}/pretargetingConfigs /{configId}
23462346 * @since 1.13
23472347 */
23482348 protected Get (java .lang .String name ) {
@@ -2422,21 +2422,21 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
24222422
24232423 /**
24242424 * Required. Name of the pretargeting configuration to get. Format:
2425- * bidders/{bidderAccountId}/pretargetingConfig /{configId}
2425+ * bidders/{bidderAccountId}/pretargetingConfigs /{configId}
24262426 */
24272427 @ com .google .api .client .util .Key
24282428 private java .lang .String name ;
24292429
24302430 /** Required. Name of the pretargeting configuration to get. Format:
2431- bidders/{bidderAccountId}/pretargetingConfig /{configId}
2431+ bidders/{bidderAccountId}/pretargetingConfigs /{configId}
24322432 */
24332433 public java .lang .String getName () {
24342434 return name ;
24352435 }
24362436
24372437 /**
24382438 * Required. Name of the pretargeting configuration to get. Format:
2439- * bidders/{bidderAccountId}/pretargetingConfig /{configId}
2439+ * bidders/{bidderAccountId}/pretargetingConfigs /{configId}
24402440 */
24412441 public Get setName (java .lang .String name ) {
24422442 if (!getSuppressPatternChecks ()) {
@@ -6512,8 +6512,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
65126512 * {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
65136513 * <li>Android: {@code newCompatibleTransport} from
65146514 * {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
6515- * <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
6516- * </li>
6515+ * <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
65176516 * </ul>
65186517 * @param jsonFactory JSON factory, which may be:
65196518 * <ul>
0 commit comments