File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
secretmanager/src/main/java/secretmanager Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 2626
2727public class CreateSecretWithCmek {
2828
29- public static void main () throws IOException {
29+ public static void main (String [] args ) throws IOException {
3030 // TODO(developer): Replace these variables before running the sample.
3131
3232 // This is the id of the GCP project
Original file line number Diff line number Diff line change 2424import com .google .protobuf .util .FieldMaskUtil ;
2525import java .io .IOException ;
2626import java .util .HashMap ;
27- import java .util .Map ;
2827
2928public class DeleteSecretAnnotations {
3029
31- public static void main () throws IOException {
30+
31+ public static void main (String [] args ) throws IOException {
3232 // TODO(developer): Replace these variables before running the sample.
3333
3434 // This is the id of the GCP project
Original file line number Diff line number Diff line change 2626
2727public class CreateRegionalSecretWithCmek {
2828
29- public static void main () throws IOException {
29+ public static void main (String [] args ) throws IOException {
3030 // TODO(developer): Replace these variables before running the sample.
3131
3232 // This is the id of the GCP project
Original file line number Diff line number Diff line change 2525import com .google .protobuf .util .FieldMaskUtil ;
2626import java .io .IOException ;
2727import java .util .HashMap ;
28- import java .util .Map ;
2928
3029public class DeleteRegionalSecretAnnotations {
3130
32- public static void main () throws IOException {
31+ public static void main (String [] args ) throws IOException {
3332 // TODO(developer): Replace these variables before running the sample.
3433
3534 // This is the id of the GCP project
You can’t perform that action at this time.
0 commit comments