File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
cloud-storage/xml-api/serviceaccount-cmdline-sample Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 19
19
</execution >
20
20
</executions >
21
21
<configuration >
22
- <mainClass >com.google.api.services.samples.storage.serviceaccount.cmdline. StorageServiceAccountSample</mainClass >
22
+ <mainClass >StorageServiceAccountSample</mainClass >
23
23
</configuration >
24
24
</plugin >
25
25
</plugins >
Original file line number Diff line number Diff line change 1
1
//[START all]
2
2
/*
3
3
* Copyright (c) 2014 Google Inc.
4
- *
4
+ *
5
5
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
6
6
* in compliance with the License. You may obtain a copy of the License at
7
- *
7
+ *
8
8
* http://www.apache.org/licenses/LICENSE-2.0
9
- *
9
+ *
10
10
* Unless required by applicable law or agreed to in writing, software distributed under the License
11
11
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
12
12
* or implied. See the License for the specific language governing permissions and limitations under
13
13
* the License.
14
14
*/
15
15
16
- package com .google .api .services .samples .storage .serviceaccount .cmdline ;
17
-
18
16
import com .google .api .client .googleapis .auth .oauth2 .GoogleCredential ;
19
17
import com .google .api .client .googleapis .javanet .GoogleNetHttpTransport ;
20
18
import com .google .api .client .http .GenericUrl ;
You can’t perform that action at this time.
0 commit comments