File tree Expand file tree Collapse file tree
branches/pubsub-alpha/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 22refs/heads/master: 36a62ef856d199f8efd09501b5ba65c422c01f23
33refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44refs/heads/gh-pages: 7406918e071dd2c5677a638ae2a06e7592b6542c
5- refs/heads/pubsub-alpha: f085a41528bd13f255b42e3ec3291975071fa684
5+ refs/heads/pubsub-alpha: 5bb3e9d8a98a2c9b7aa09887da69413555710279
66refs/heads/update-datastore: 47aae517c2cb33f1dccd909adaced73ec9d0f4df
77refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
88refs/tags/v0.0.10: 207ebd2a3472fddee69fe1298eb90429e3306efd
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