@@ -167,7 +167,7 @@ public Get get(java.lang.String encodedRequest) throws java.io.IOException {
167
167
return result ;
168
168
}
169
169
170
- public class Get extends SafebrowsingRequest <com .google .api .services .safebrowsing .v4 .model .GoogleSecuritySafebrowsingV4FindFullHashesResponse > {
170
+ public class Get extends SafebrowsingRequest <com .google .api .services .safebrowsing .v4 .model .FindFullHashesResponse > {
171
171
172
172
private static final String REST_PATH = "v4/encodedFullHashes/{encodedRequest}" ;
173
173
@@ -183,7 +183,7 @@ public class Get extends SafebrowsingRequest<com.google.api.services.safebrowsin
183
183
* @since 1.13
184
184
*/
185
185
protected Get (java .lang .String encodedRequest ) {
186
- super (Safebrowsing .this , "GET" , REST_PATH , null , com .google .api .services .safebrowsing .v4 .model .GoogleSecuritySafebrowsingV4FindFullHashesResponse .class );
186
+ super (Safebrowsing .this , "GET" , REST_PATH , null , com .google .api .services .safebrowsing .v4 .model .FindFullHashesResponse .class );
187
187
this .encodedRequest = com .google .api .client .util .Preconditions .checkNotNull (encodedRequest , "Required parameter encodedRequest must be specified." );
188
188
}
189
189
@@ -350,7 +350,7 @@ public Get get(java.lang.String encodedRequest) throws java.io.IOException {
350
350
return result ;
351
351
}
352
352
353
- public class Get extends SafebrowsingRequest <com .google .api .services .safebrowsing .v4 .model .GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse > {
353
+ public class Get extends SafebrowsingRequest <com .google .api .services .safebrowsing .v4 .model .FetchThreatListUpdatesResponse > {
354
354
355
355
private static final String REST_PATH = "v4/encodedUpdates/{encodedRequest}" ;
356
356
@@ -366,7 +366,7 @@ public class Get extends SafebrowsingRequest<com.google.api.services.safebrowsin
366
366
* @since 1.13
367
367
*/
368
368
protected Get (java .lang .String encodedRequest ) {
369
- super (Safebrowsing .this , "GET" , REST_PATH , null , com .google .api .services .safebrowsing .v4 .model .GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse .class );
369
+ super (Safebrowsing .this , "GET" , REST_PATH , null , com .google .api .services .safebrowsing .v4 .model .FetchThreatListUpdatesResponse .class );
370
370
this .encodedRequest = com .google .api .client .util .Preconditions .checkNotNull (encodedRequest , "Required parameter encodedRequest must be specified." );
371
371
}
372
372
@@ -523,16 +523,16 @@ public class FullHashes {
523
523
* This request holds the parameters needed by the safebrowsing server. After setting any optional
524
524
* parameters, call the {@link Find#execute()} method to invoke the remote operation.
525
525
*
526
- * @param content the {@link com.google.api.services.safebrowsing.v4.model.GoogleSecuritySafebrowsingV4FindFullHashesRequest }
526
+ * @param content the {@link com.google.api.services.safebrowsing.v4.model.FindFullHashesRequest }
527
527
* @return the request
528
528
*/
529
- public Find find (com .google .api .services .safebrowsing .v4 .model .GoogleSecuritySafebrowsingV4FindFullHashesRequest content ) throws java .io .IOException {
529
+ public Find find (com .google .api .services .safebrowsing .v4 .model .FindFullHashesRequest content ) throws java .io .IOException {
530
530
Find result = new Find (content );
531
531
initialize (result );
532
532
return result ;
533
533
}
534
534
535
- public class Find extends SafebrowsingRequest <com .google .api .services .safebrowsing .v4 .model .GoogleSecuritySafebrowsingV4FindFullHashesResponse > {
535
+ public class Find extends SafebrowsingRequest <com .google .api .services .safebrowsing .v4 .model .FindFullHashesResponse > {
536
536
537
537
private static final String REST_PATH = "v4/fullHashes:find" ;
538
538
@@ -546,11 +546,11 @@ public class Find extends SafebrowsingRequest<com.google.api.services.safebrowsi
546
546
* {@link Find#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
547
547
* must be called to initialize this instance immediately after invoking the constructor. </p>
548
548
*
549
- * @param content the {@link com.google.api.services.safebrowsing.v4.model.GoogleSecuritySafebrowsingV4FindFullHashesRequest }
549
+ * @param content the {@link com.google.api.services.safebrowsing.v4.model.FindFullHashesRequest }
550
550
* @since 1.13
551
551
*/
552
- protected Find (com .google .api .services .safebrowsing .v4 .model .GoogleSecuritySafebrowsingV4FindFullHashesRequest content ) {
553
- super (Safebrowsing .this , "POST" , REST_PATH , content , com .google .api .services .safebrowsing .v4 .model .GoogleSecuritySafebrowsingV4FindFullHashesResponse .class );
552
+ protected Find (com .google .api .services .safebrowsing .v4 .model .FindFullHashesRequest content ) {
553
+ super (Safebrowsing .this , "POST" , REST_PATH , content , com .google .api .services .safebrowsing .v4 .model .FindFullHashesResponse .class );
554
554
}
555
555
556
556
@ Override
@@ -645,16 +645,16 @@ public class ThreatHits {
645
645
* This request holds the parameters needed by the safebrowsing server. After setting any optional
646
646
* parameters, call the {@link Create#execute()} method to invoke the remote operation.
647
647
*
648
- * @param content the {@link com.google.api.services.safebrowsing.v4.model.GoogleSecuritySafebrowsingV4ThreatHit }
648
+ * @param content the {@link com.google.api.services.safebrowsing.v4.model.ThreatHit }
649
649
* @return the request
650
650
*/
651
- public Create create (com .google .api .services .safebrowsing .v4 .model .GoogleSecuritySafebrowsingV4ThreatHit content ) throws java .io .IOException {
651
+ public Create create (com .google .api .services .safebrowsing .v4 .model .ThreatHit content ) throws java .io .IOException {
652
652
Create result = new Create (content );
653
653
initialize (result );
654
654
return result ;
655
655
}
656
656
657
- public class Create extends SafebrowsingRequest <com .google .api .services .safebrowsing .v4 .model .GoogleProtobufEmpty > {
657
+ public class Create extends SafebrowsingRequest <com .google .api .services .safebrowsing .v4 .model .Empty > {
658
658
659
659
private static final String REST_PATH = "v4/threatHits" ;
660
660
@@ -670,11 +670,11 @@ public class Create extends SafebrowsingRequest<com.google.api.services.safebrow
670
670
* Create#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
671
671
* be called to initialize this instance immediately after invoking the constructor. </p>
672
672
*
673
- * @param content the {@link com.google.api.services.safebrowsing.v4.model.GoogleSecuritySafebrowsingV4ThreatHit }
673
+ * @param content the {@link com.google.api.services.safebrowsing.v4.model.ThreatHit }
674
674
* @since 1.13
675
675
*/
676
- protected Create (com .google .api .services .safebrowsing .v4 .model .GoogleSecuritySafebrowsingV4ThreatHit content ) {
677
- super (Safebrowsing .this , "POST" , REST_PATH , content , com .google .api .services .safebrowsing .v4 .model .GoogleProtobufEmpty .class );
676
+ protected Create (com .google .api .services .safebrowsing .v4 .model .ThreatHit content ) {
677
+ super (Safebrowsing .this , "POST" , REST_PATH , content , com .google .api .services .safebrowsing .v4 .model .Empty .class );
678
678
}
679
679
680
680
@ Override
@@ -769,16 +769,16 @@ public class ThreatListUpdates {
769
769
* This request holds the parameters needed by the safebrowsing server. After setting any optional
770
770
* parameters, call the {@link Fetch#execute()} method to invoke the remote operation.
771
771
*
772
- * @param content the {@link com.google.api.services.safebrowsing.v4.model.GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequest }
772
+ * @param content the {@link com.google.api.services.safebrowsing.v4.model.FetchThreatListUpdatesRequest }
773
773
* @return the request
774
774
*/
775
- public Fetch fetch (com .google .api .services .safebrowsing .v4 .model .GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequest content ) throws java .io .IOException {
775
+ public Fetch fetch (com .google .api .services .safebrowsing .v4 .model .FetchThreatListUpdatesRequest content ) throws java .io .IOException {
776
776
Fetch result = new Fetch (content );
777
777
initialize (result );
778
778
return result ;
779
779
}
780
780
781
- public class Fetch extends SafebrowsingRequest <com .google .api .services .safebrowsing .v4 .model .GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse > {
781
+ public class Fetch extends SafebrowsingRequest <com .google .api .services .safebrowsing .v4 .model .FetchThreatListUpdatesResponse > {
782
782
783
783
private static final String REST_PATH = "v4/threatListUpdates:fetch" ;
784
784
@@ -794,11 +794,11 @@ public class Fetch extends SafebrowsingRequest<com.google.api.services.safebrows
794
794
* Fetch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
795
795
* be called to initialize this instance immediately after invoking the constructor. </p>
796
796
*
797
- * @param content the {@link com.google.api.services.safebrowsing.v4.model.GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequest }
797
+ * @param content the {@link com.google.api.services.safebrowsing.v4.model.FetchThreatListUpdatesRequest }
798
798
* @since 1.13
799
799
*/
800
- protected Fetch (com .google .api .services .safebrowsing .v4 .model .GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequest content ) {
801
- super (Safebrowsing .this , "POST" , REST_PATH , content , com .google .api .services .safebrowsing .v4 .model .GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse .class );
800
+ protected Fetch (com .google .api .services .safebrowsing .v4 .model .FetchThreatListUpdatesRequest content ) {
801
+ super (Safebrowsing .this , "POST" , REST_PATH , content , com .google .api .services .safebrowsing .v4 .model .FetchThreatListUpdatesResponse .class );
802
802
}
803
803
804
804
@ Override
@@ -900,7 +900,7 @@ public List list() throws java.io.IOException {
900
900
return result ;
901
901
}
902
902
903
- public class List extends SafebrowsingRequest <com .google .api .services .safebrowsing .v4 .model .GoogleSecuritySafebrowsingV4ListThreatListsResponse > {
903
+ public class List extends SafebrowsingRequest <com .google .api .services .safebrowsing .v4 .model .ListThreatListsResponse > {
904
904
905
905
private static final String REST_PATH = "v4/threatLists" ;
906
906
@@ -917,7 +917,7 @@ public class List extends SafebrowsingRequest<com.google.api.services.safebrowsi
917
917
* @since 1.13
918
918
*/
919
919
protected List () {
920
- super (Safebrowsing .this , "GET" , REST_PATH , null , com .google .api .services .safebrowsing .v4 .model .GoogleSecuritySafebrowsingV4ListThreatListsResponse .class );
920
+ super (Safebrowsing .this , "GET" , REST_PATH , null , com .google .api .services .safebrowsing .v4 .model .ListThreatListsResponse .class );
921
921
}
922
922
923
923
@ Override
@@ -1021,16 +1021,16 @@ public class ThreatMatches {
1021
1021
* This request holds the parameters needed by the safebrowsing server. After setting any optional
1022
1022
* parameters, call the {@link Find#execute()} method to invoke the remote operation.
1023
1023
*
1024
- * @param content the {@link com.google.api.services.safebrowsing.v4.model.GoogleSecuritySafebrowsingV4FindThreatMatchesRequest }
1024
+ * @param content the {@link com.google.api.services.safebrowsing.v4.model.FindThreatMatchesRequest }
1025
1025
* @return the request
1026
1026
*/
1027
- public Find find (com .google .api .services .safebrowsing .v4 .model .GoogleSecuritySafebrowsingV4FindThreatMatchesRequest content ) throws java .io .IOException {
1027
+ public Find find (com .google .api .services .safebrowsing .v4 .model .FindThreatMatchesRequest content ) throws java .io .IOException {
1028
1028
Find result = new Find (content );
1029
1029
initialize (result );
1030
1030
return result ;
1031
1031
}
1032
1032
1033
- public class Find extends SafebrowsingRequest <com .google .api .services .safebrowsing .v4 .model .GoogleSecuritySafebrowsingV4FindThreatMatchesResponse > {
1033
+ public class Find extends SafebrowsingRequest <com .google .api .services .safebrowsing .v4 .model .FindThreatMatchesResponse > {
1034
1034
1035
1035
private static final String REST_PATH = "v4/threatMatches:find" ;
1036
1036
@@ -1044,11 +1044,11 @@ public class Find extends SafebrowsingRequest<com.google.api.services.safebrowsi
1044
1044
* {@link Find#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
1045
1045
* must be called to initialize this instance immediately after invoking the constructor. </p>
1046
1046
*
1047
- * @param content the {@link com.google.api.services.safebrowsing.v4.model.GoogleSecuritySafebrowsingV4FindThreatMatchesRequest }
1047
+ * @param content the {@link com.google.api.services.safebrowsing.v4.model.FindThreatMatchesRequest }
1048
1048
* @since 1.13
1049
1049
*/
1050
- protected Find (com .google .api .services .safebrowsing .v4 .model .GoogleSecuritySafebrowsingV4FindThreatMatchesRequest content ) {
1051
- super (Safebrowsing .this , "POST" , REST_PATH , content , com .google .api .services .safebrowsing .v4 .model .GoogleSecuritySafebrowsingV4FindThreatMatchesResponse .class );
1050
+ protected Find (com .google .api .services .safebrowsing .v4 .model .FindThreatMatchesRequest content ) {
1051
+ super (Safebrowsing .this , "POST" , REST_PATH , content , com .google .api .services .safebrowsing .v4 .model .FindThreatMatchesResponse .class );
1052
1052
}
1053
1053
1054
1054
@ Override
0 commit comments