File tree Expand file tree Collapse file tree 4 files changed +2
-5
lines changed
google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2
java-dataplex/grpc-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1 Expand file tree Collapse file tree 4 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 3232package com .google .auth .oauth2 ;
3333
3434import static com .google .auth .oauth2 .ComputeEngineCredentials .METADATA_RESPONSE_EMPTY_CONTENT_ERROR_MESSAGE ;
35- import static com .google .auth .oauth2 .RegionalAccessBoundary .X_ALLOWED_LOCATIONS_HEADER_KEY ;
3635import static com .google .auth .oauth2 .ImpersonatedCredentialsTest .SA_CLIENT_EMAIL ;
36+ import static com .google .auth .oauth2 .RegionalAccessBoundary .X_ALLOWED_LOCATIONS_HEADER_KEY ;
3737import static org .junit .jupiter .api .Assertions .assertArrayEquals ;
3838import static org .junit .jupiter .api .Assertions .assertEquals ;
3939import static org .junit .jupiter .api .Assertions .assertFalse ;
Original file line number Diff line number Diff line change 3737import static com .google .auth .oauth2 .OAuth2Utils .IAM_CREDENTIALS_ALLOWED_LOCATIONS_URL_FORMAT_WORKLOAD_POOL ;
3838import static org .junit .jupiter .api .Assertions .assertDoesNotThrow ;
3939import static org .junit .jupiter .api .Assertions .assertEquals ;
40- import static org .junit .jupiter .api .Assertions .assertThrows ;
4140import static org .junit .jupiter .api .Assertions .assertInstanceOf ;
4241import static org .junit .jupiter .api .Assertions .assertNotNull ;
4342import static org .junit .jupiter .api .Assertions .assertNull ;
4443import static org .junit .jupiter .api .Assertions .assertSame ;
44+ import static org .junit .jupiter .api .Assertions .assertThrows ;
4545import static org .junit .jupiter .api .Assertions .assertTrue ;
4646
4747import com .google .api .client .http .HttpTransport ;
5757import java .math .BigDecimal ;
5858import java .net .URI ;
5959import java .util .*;
60-
6160import org .junit .jupiter .api .Assertions ;
6261import org .junit .jupiter .api .BeforeEach ;
6362import org .junit .jupiter .api .Test ;
Original file line number Diff line number Diff line change 6464import java .util .concurrent .atomic .AtomicLong ;
6565import java .util .concurrent .atomic .AtomicReference ;
6666import javax .annotation .Nullable ;
67-
6867import org .junit .jupiter .api .Assertions ;
6968import org .junit .jupiter .api .Test ;
7069
Original file line number Diff line number Diff line change 1515 */
1616package com .google .cloud .dataplex .v1 ;
1717
18-
1918/**
2019 *
2120 *
You can’t perform that action at this time.
0 commit comments