File tree Expand file tree Collapse file tree
branches/tswast-patch-1/gcloud-java-compute/src
main/java/com/google/gcloud/compute
test/java/com/google/gcloud/compute Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60- refs/heads/tswast-patch-1: f085a41528bd13f255b42e3ec3291975071fa684
60+ refs/heads/tswast-patch-1: 5bb3e9d8a98a2c9b7aa09887da69413555710279
6161refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b
Original file line number Diff line number Diff line change 2323import com .google .common .collect .Sets ;
2424import com .google .gcloud .Page ;
2525import com .google .gcloud .Service ;
26- import com .google .gcloud .spi .ComputeRpc ;
26+ import com .google .gcloud .compute . spi .ComputeRpc ;
2727
2828import java .io .Serializable ;
2929import java .util .Objects ;
Original file line number Diff line number Diff line change 2828import com .google .gcloud .PageImpl ;
2929import com .google .gcloud .PageImpl .NextPageFetcher ;
3030import com .google .gcloud .RetryHelper ;
31- import com .google .gcloud .spi .ComputeRpc ;
31+ import com .google .gcloud .compute . spi .ComputeRpc ;
3232
3333import java .util .Map ;
3434import java .util .concurrent .Callable ;
Original file line number Diff line number Diff line change 1818
1919import com .google .common .collect .ImmutableSet ;
2020import com .google .gcloud .ServiceOptions ;
21- import com .google .gcloud .spi .ComputeRpc ;
22- import com .google .gcloud .spi .ComputeRpcFactory ;
23- import com .google .gcloud .spi .DefaultComputeRpc ;
21+ import com .google .gcloud .compute . spi .ComputeRpc ;
22+ import com .google .gcloud .compute . spi .ComputeRpcFactory ;
23+ import com .google .gcloud .compute . spi .DefaultComputeRpc ;
2424
2525import java .util .Set ;
2626
Original file line number Diff line number Diff line change 1919import static com .google .common .base .Preconditions .checkNotNull ;
2020
2121import com .google .common .base .MoreObjects ;
22- import com .google .gcloud .spi .ComputeRpc ;
22+ import com .google .gcloud .compute . spi .ComputeRpc ;
2323
2424import java .io .Serializable ;
2525import java .util .Objects ;
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package com .google .gcloud .spi ;
17+ package com .google .gcloud .compute . spi ;
1818
1919import com .google .api .services .compute .model .Address ;
2020import com .google .api .services .compute .model .DeprecationStatus ;
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package com .google .gcloud .spi ;
17+ package com .google .gcloud .compute . spi ;
1818
1919import com .google .gcloud .compute .ComputeOptions ;
20+ import com .google .gcloud .spi .ServiceRpcFactory ;
2021
2122/**
2223 * An interface for Compute RPC factory.
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package com .google .gcloud .spi ;
17+ package com .google .gcloud .compute . spi ;
1818
19- import static com .google .gcloud .spi .ComputeRpc .Option .FIELDS ;
20- import static com .google .gcloud .spi .ComputeRpc .Option .FILTER ;
21- import static com .google .gcloud .spi .ComputeRpc .Option .MAX_RESULTS ;
22- import static com .google .gcloud .spi .ComputeRpc .Option .PAGE_TOKEN ;
19+ import static com .google .gcloud .compute . spi .ComputeRpc .Option .FIELDS ;
20+ import static com .google .gcloud .compute . spi .ComputeRpc .Option .FILTER ;
21+ import static com .google .gcloud .compute . spi .ComputeRpc .Option .MAX_RESULTS ;
22+ import static com .google .gcloud .compute . spi .ComputeRpc .Option .PAGE_TOKEN ;
2323import static java .net .HttpURLConnection .HTTP_NOT_FOUND ;
2424
2525import com .google .api .client .http .HttpRequestInitializer ;
Original file line number Diff line number Diff line change 1616
1717package com .google .gcloud .compute ;
1818
19- import static com .google .gcloud .spi .ComputeRpc .Option .FILTER ;
20- import static com .google .gcloud .spi .ComputeRpc .Option .MAX_RESULTS ;
21- import static com .google .gcloud .spi .ComputeRpc .Option .PAGE_TOKEN ;
19+ import static com .google .gcloud .compute . spi .ComputeRpc .Option .FILTER ;
20+ import static com .google .gcloud .compute . spi .ComputeRpc .Option .MAX_RESULTS ;
21+ import static com .google .gcloud .compute . spi .ComputeRpc .Option .PAGE_TOKEN ;
2222import static org .easymock .EasyMock .capture ;
2323import static org .easymock .EasyMock .eq ;
2424import static org .junit .Assert .assertArrayEquals ;
7171import com .google .gcloud .compute .Operation .OperationError ;
7272import com .google .gcloud .compute .Operation .OperationWarning ;
7373import com .google .gcloud .compute .Operation .Status ;
74- import com .google .gcloud .spi .ComputeRpc ;
75- import com .google .gcloud .spi .ComputeRpc .Tuple ;
76- import com .google .gcloud .spi .ComputeRpcFactory ;
74+ import com .google .gcloud .compute . spi .ComputeRpc ;
75+ import com .google .gcloud .compute . spi .ComputeRpc .Tuple ;
76+ import com .google .gcloud .compute . spi .ComputeRpcFactory ;
7777
7878import org .easymock .Capture ;
7979import org .easymock .EasyMock ;
You can’t perform that action at this time.
0 commit comments