File tree Expand file tree Collapse file tree
clients/google-api-services-compute
alpha/2.0.0/com/google/api/services/compute
beta/2.0.0/com/google/api/services/compute
v1/2.0.0/com/google/api/services/compute Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88public class Main {
99 public static void main (String [] args ) throws Exception {
1010 System .out .println ("Initializing Alpha GoogleCredential natively..." );
11+ com .google .api .services .compute .model .StructuredEntries debugSe = new com .google .api .services .compute .model .StructuredEntries ();
12+ System .out .println ("StructuredEntries instantiated independently: " + debugSe );
1113 GoogleCredential credential = GoogleCredential .getApplicationDefault ();
1214
1315 Compute computeService = new Compute .Builder (
Original file line number Diff line number Diff line change 88public class Main {
99 public static void main (String [] args ) throws Exception {
1010 System .out .println ("Initializing Beta GoogleCredential natively..." );
11+ com .google .api .services .compute .model .StructuredEntries debugSe = new com .google .api .services .compute .model .StructuredEntries ();
12+ System .out .println ("StructuredEntries instantiated independently: " + debugSe );
1113 GoogleCredential credential = GoogleCredential .getApplicationDefault ();
1214
1315 Compute computeService = new Compute .Builder (
Original file line number Diff line number Diff line change 88public class Main {
99 public static void main (String [] args ) throws Exception {
1010 System .out .println ("Initializing GoogleCredential via google-api-client natively..." );
11+ com .google .api .services .compute .model .StructuredEntries debugSe = new com .google .api .services .compute .model .StructuredEntries ();
12+ System .out .println ("StructuredEntries instantiated independently: " + debugSe );
1113 GoogleCredential credential = GoogleCredential .getApplicationDefault ();
1214
1315 Compute computeService = new Compute .Builder (
You can’t perform that action at this time.
0 commit comments