@@ -498,19 +498,6 @@ public StorageControlStub newStub(
498
498
return StorageControlStub .newStub (factory , channel );
499
499
}
500
500
501
- /** Creates a new blocking-style stub that supports all types of calls on the service */
502
- public static StorageControlBlockingV2Stub newBlockingV2Stub (io .grpc .Channel channel ) {
503
- io .grpc .stub .AbstractStub .StubFactory <StorageControlBlockingV2Stub > factory =
504
- new io .grpc .stub .AbstractStub .StubFactory <StorageControlBlockingV2Stub >() {
505
- @ java .lang .Override
506
- public StorageControlBlockingV2Stub newStub (
507
- io .grpc .Channel channel , io .grpc .CallOptions callOptions ) {
508
- return new StorageControlBlockingV2Stub (channel , callOptions );
509
- }
510
- };
511
- return StorageControlBlockingV2Stub .newStub (factory , channel );
512
- }
513
-
514
501
/**
515
502
* Creates a new blocking-style stub that supports unary and streaming output calls on the service
516
503
*/
@@ -906,163 +893,6 @@ public void listManagedFolders(
906
893
* StorageControl service includes selected control plane operations.
907
894
* </pre>
908
895
*/
909
- public static final class StorageControlBlockingV2Stub
910
- extends io .grpc .stub .AbstractBlockingStub <StorageControlBlockingV2Stub > {
911
- private StorageControlBlockingV2Stub (io .grpc .Channel channel , io .grpc .CallOptions callOptions ) {
912
- super (channel , callOptions );
913
- }
914
-
915
- @ java .lang .Override
916
- protected StorageControlBlockingV2Stub build (
917
- io .grpc .Channel channel , io .grpc .CallOptions callOptions ) {
918
- return new StorageControlBlockingV2Stub (channel , callOptions );
919
- }
920
-
921
- /**
922
- *
923
- *
924
- * <pre>
925
- * Creates a new folder. This operation is only applicable to a hierarchical
926
- * namespace enabled bucket.
927
- * </pre>
928
- */
929
- public com .google .storage .control .v2 .Folder createFolder (
930
- com .google .storage .control .v2 .CreateFolderRequest request ) {
931
- return io .grpc .stub .ClientCalls .blockingUnaryCall (
932
- getChannel (), getCreateFolderMethod (), getCallOptions (), request );
933
- }
934
-
935
- /**
936
- *
937
- *
938
- * <pre>
939
- * Permanently deletes an empty folder. This operation is only applicable to a
940
- * hierarchical namespace enabled bucket.
941
- * </pre>
942
- */
943
- public com .google .protobuf .Empty deleteFolder (
944
- com .google .storage .control .v2 .DeleteFolderRequest request ) {
945
- return io .grpc .stub .ClientCalls .blockingUnaryCall (
946
- getChannel (), getDeleteFolderMethod (), getCallOptions (), request );
947
- }
948
-
949
- /**
950
- *
951
- *
952
- * <pre>
953
- * Returns metadata for the specified folder. This operation is only
954
- * applicable to a hierarchical namespace enabled bucket.
955
- * </pre>
956
- */
957
- public com .google .storage .control .v2 .Folder getFolder (
958
- com .google .storage .control .v2 .GetFolderRequest request ) {
959
- return io .grpc .stub .ClientCalls .blockingUnaryCall (
960
- getChannel (), getGetFolderMethod (), getCallOptions (), request );
961
- }
962
-
963
- /**
964
- *
965
- *
966
- * <pre>
967
- * Retrieves a list of folders. This operation is only applicable to a
968
- * hierarchical namespace enabled bucket.
969
- * </pre>
970
- */
971
- public com .google .storage .control .v2 .ListFoldersResponse listFolders (
972
- com .google .storage .control .v2 .ListFoldersRequest request ) {
973
- return io .grpc .stub .ClientCalls .blockingUnaryCall (
974
- getChannel (), getListFoldersMethod (), getCallOptions (), request );
975
- }
976
-
977
- /**
978
- *
979
- *
980
- * <pre>
981
- * Renames a source folder to a destination folder. This operation is only
982
- * applicable to a hierarchical namespace enabled bucket. During a rename, the
983
- * source and destination folders are locked until the long running operation
984
- * completes.
985
- * </pre>
986
- */
987
- public com .google .longrunning .Operation renameFolder (
988
- com .google .storage .control .v2 .RenameFolderRequest request ) {
989
- return io .grpc .stub .ClientCalls .blockingUnaryCall (
990
- getChannel (), getRenameFolderMethod (), getCallOptions (), request );
991
- }
992
-
993
- /**
994
- *
995
- *
996
- * <pre>
997
- * Returns the storage layout configuration for a given bucket.
998
- * </pre>
999
- */
1000
- public com .google .storage .control .v2 .StorageLayout getStorageLayout (
1001
- com .google .storage .control .v2 .GetStorageLayoutRequest request ) {
1002
- return io .grpc .stub .ClientCalls .blockingUnaryCall (
1003
- getChannel (), getGetStorageLayoutMethod (), getCallOptions (), request );
1004
- }
1005
-
1006
- /**
1007
- *
1008
- *
1009
- * <pre>
1010
- * Creates a new managed folder.
1011
- * </pre>
1012
- */
1013
- public com .google .storage .control .v2 .ManagedFolder createManagedFolder (
1014
- com .google .storage .control .v2 .CreateManagedFolderRequest request ) {
1015
- return io .grpc .stub .ClientCalls .blockingUnaryCall (
1016
- getChannel (), getCreateManagedFolderMethod (), getCallOptions (), request );
1017
- }
1018
-
1019
- /**
1020
- *
1021
- *
1022
- * <pre>
1023
- * Permanently deletes an empty managed folder.
1024
- * </pre>
1025
- */
1026
- public com .google .protobuf .Empty deleteManagedFolder (
1027
- com .google .storage .control .v2 .DeleteManagedFolderRequest request ) {
1028
- return io .grpc .stub .ClientCalls .blockingUnaryCall (
1029
- getChannel (), getDeleteManagedFolderMethod (), getCallOptions (), request );
1030
- }
1031
-
1032
- /**
1033
- *
1034
- *
1035
- * <pre>
1036
- * Returns metadata for the specified managed folder.
1037
- * </pre>
1038
- */
1039
- public com .google .storage .control .v2 .ManagedFolder getManagedFolder (
1040
- com .google .storage .control .v2 .GetManagedFolderRequest request ) {
1041
- return io .grpc .stub .ClientCalls .blockingUnaryCall (
1042
- getChannel (), getGetManagedFolderMethod (), getCallOptions (), request );
1043
- }
1044
-
1045
- /**
1046
- *
1047
- *
1048
- * <pre>
1049
- * Retrieves a list of managed folders for a given bucket.
1050
- * </pre>
1051
- */
1052
- public com .google .storage .control .v2 .ListManagedFoldersResponse listManagedFolders (
1053
- com .google .storage .control .v2 .ListManagedFoldersRequest request ) {
1054
- return io .grpc .stub .ClientCalls .blockingUnaryCall (
1055
- getChannel (), getListManagedFoldersMethod (), getCallOptions (), request );
1056
- }
1057
- }
1058
-
1059
- /**
1060
- * A stub to allow clients to do limited synchronous rpc calls to service StorageControl.
1061
- *
1062
- * <pre>
1063
- * StorageControl service includes selected control plane operations.
1064
- * </pre>
1065
- */
1066
896
public static final class StorageControlBlockingStub
1067
897
extends io .grpc .stub .AbstractBlockingStub <StorageControlBlockingStub > {
1068
898
private StorageControlBlockingStub (io .grpc .Channel channel , io .grpc .CallOptions callOptions ) {
0 commit comments