Skip to content

Commit 1e73b0c

Browse files
committed
Merge branch 'demo-template-fix' of https://github.com/googleapis/java-storage into demo-template-fix
2 parents 936886d + 147f10c commit 1e73b0c

File tree

4 files changed

+0
-745
lines changed
  • gapic-google-cloud-storage-v2/src/main/resources/META-INF/native-image/com.google.storage.v2
  • google-cloud-storage-control/src/main/resources/META-INF/native-image/com.google.storage.control.v2
  • grpc-google-cloud-storage-control-v2/src/main/java/com/google/storage/control/v2
  • grpc-google-cloud-storage-v2/src/main/java/com/google/storage/v2

4 files changed

+0
-745
lines changed

gapic-google-cloud-storage-v2/src/main/resources/META-INF/native-image/com.google.storage.v2/reflect-config.json

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -926,15 +926,6 @@
926926
"allDeclaredClasses": true,
927927
"allPublicClasses": true
928928
},
929-
{
930-
"name": "com.google.protobuf.DescriptorProtos$FeatureSet$EnforceNamingStyle",
931-
"queryAllDeclaredConstructors": true,
932-
"queryAllPublicConstructors": true,
933-
"queryAllDeclaredMethods": true,
934-
"allPublicMethods": true,
935-
"allDeclaredClasses": true,
936-
"allPublicClasses": true
937-
},
938929
{
939930
"name": "com.google.protobuf.DescriptorProtos$FeatureSet$EnumType",
940931
"queryAllDeclaredConstructors": true,
@@ -1106,24 +1097,6 @@
11061097
"allDeclaredClasses": true,
11071098
"allPublicClasses": true
11081099
},
1109-
{
1110-
"name": "com.google.protobuf.DescriptorProtos$FieldOptions$FeatureSupport",
1111-
"queryAllDeclaredConstructors": true,
1112-
"queryAllPublicConstructors": true,
1113-
"queryAllDeclaredMethods": true,
1114-
"allPublicMethods": true,
1115-
"allDeclaredClasses": true,
1116-
"allPublicClasses": true
1117-
},
1118-
{
1119-
"name": "com.google.protobuf.DescriptorProtos$FieldOptions$FeatureSupport$Builder",
1120-
"queryAllDeclaredConstructors": true,
1121-
"queryAllPublicConstructors": true,
1122-
"queryAllDeclaredMethods": true,
1123-
"allPublicMethods": true,
1124-
"allDeclaredClasses": true,
1125-
"allPublicClasses": true
1126-
},
11271100
{
11281101
"name": "com.google.protobuf.DescriptorProtos$FieldOptions$JSType",
11291102
"queryAllDeclaredConstructors": true,

google-cloud-storage-control/src/main/resources/META-INF/native-image/com.google.storage.control.v2/reflect-config.json

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -872,15 +872,6 @@
872872
"allDeclaredClasses": true,
873873
"allPublicClasses": true
874874
},
875-
{
876-
"name": "com.google.protobuf.DescriptorProtos$FeatureSet$EnforceNamingStyle",
877-
"queryAllDeclaredConstructors": true,
878-
"queryAllPublicConstructors": true,
879-
"queryAllDeclaredMethods": true,
880-
"allPublicMethods": true,
881-
"allDeclaredClasses": true,
882-
"allPublicClasses": true
883-
},
884875
{
885876
"name": "com.google.protobuf.DescriptorProtos$FeatureSet$EnumType",
886877
"queryAllDeclaredConstructors": true,
@@ -1052,24 +1043,6 @@
10521043
"allDeclaredClasses": true,
10531044
"allPublicClasses": true
10541045
},
1055-
{
1056-
"name": "com.google.protobuf.DescriptorProtos$FieldOptions$FeatureSupport",
1057-
"queryAllDeclaredConstructors": true,
1058-
"queryAllPublicConstructors": true,
1059-
"queryAllDeclaredMethods": true,
1060-
"allPublicMethods": true,
1061-
"allDeclaredClasses": true,
1062-
"allPublicClasses": true
1063-
},
1064-
{
1065-
"name": "com.google.protobuf.DescriptorProtos$FieldOptions$FeatureSupport$Builder",
1066-
"queryAllDeclaredConstructors": true,
1067-
"queryAllPublicConstructors": true,
1068-
"queryAllDeclaredMethods": true,
1069-
"allPublicMethods": true,
1070-
"allDeclaredClasses": true,
1071-
"allPublicClasses": true
1072-
},
10731046
{
10741047
"name": "com.google.protobuf.DescriptorProtos$FieldOptions$JSType",
10751048
"queryAllDeclaredConstructors": true,

grpc-google-cloud-storage-control-v2/src/main/java/com/google/storage/control/v2/StorageControlGrpc.java

Lines changed: 0 additions & 170 deletions
Original file line numberDiff line numberDiff line change
@@ -498,19 +498,6 @@ public StorageControlStub newStub(
498498
return StorageControlStub.newStub(factory, channel);
499499
}
500500

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-
514501
/**
515502
* Creates a new blocking-style stub that supports unary and streaming output calls on the service
516503
*/
@@ -906,163 +893,6 @@ public void listManagedFolders(
906893
* StorageControl service includes selected control plane operations.
907894
* </pre>
908895
*/
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-
*/
1066896
public static final class StorageControlBlockingStub
1067897
extends io.grpc.stub.AbstractBlockingStub<StorageControlBlockingStub> {
1068898
private StorageControlBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {

0 commit comments

Comments
 (0)