/external/google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/ |
D | GoogleCredentials.java | 70 protected final String quotaProjectId; field in GoogleCredentials 279 String quotaProjectId, Map<String, List<String>> requestMetadata) { in addQuotaProjectIdToRequestMetadata() 292 String quotaProjectId = this.getQuotaProjectId(); in getAdditionalHeaders() local 314 protected GoogleCredentials(AccessToken accessToken, String quotaProjectId) { in GoogleCredentials() 487 @Nullable protected String quotaProjectId; field in GoogleCredentials.Builder 512 public Builder setQuotaProjectId(String quotaProjectId) { in setQuotaProjectId()
|
D | ServiceAccountJwtAccessCredentials.java | 90 private final String quotaProjectId; field in ServiceAccountJwtAccessCredentials 125 String quotaProjectId) { in ServiceAccountJwtAccessCredentials() 219 String quotaProjectId) in fromPkcs8()
|
D | ImpersonatedCredentials.java | 190 String quotaProjectId) { in create() 236 String quotaProjectId, in create() 377 String quotaProjectId; in fromJson() local 694 public Builder setQuotaProjectId(String quotaProjectId) { in setQuotaProjectId()
|
D | ExternalAccountCredentials.java | 132 @Nullable String quotaProjectId, in ExternalAccountCredentials() 182 @Nullable String quotaProjectId, in ExternalAccountCredentials() 393 String quotaProjectId = (String) json.get("quota_project_id"); in fromJson() local 851 public Builder setQuotaProjectId(String quotaProjectId) { in setQuotaProjectId()
|
D | ExternalAccountAuthorizedUserCredentials.java | 319 String quotaProjectId = (String) json.get("quota_project_id"); in fromJson() local 509 public Builder setQuotaProjectId(String quotaProjectId) { in setQuotaProjectId()
|
D | UserCredentials.java | 114 String quotaProjectId = (String) json.get("quota_project_id"); in fromJson() local 452 public Builder setQuotaProjectId(String quotaProjectId) { in setQuotaProjectId()
|
D | CloudShellCredentials.java | 144 public Builder setQuotaProjectId(String quotaProjectId) { in setQuotaProjectId()
|
D | IdentityPoolCredentials.java | 208 public Builder setQuotaProjectId(String quotaProjectId) { in setQuotaProjectId()
|
D | PluggableAuthCredentials.java | 278 public Builder setQuotaProjectId(String quotaProjectId) { in setQuotaProjectId()
|
D | AwsCredentials.java | 332 public Builder setQuotaProjectId(String quotaProjectId) { in setQuotaProjectId()
|
D | ServiceAccountCredentials.java | 168 String quotaProjectId = (String) json.get("quota_project_id"); in fromJson() local 1109 public Builder setQuotaProjectId(String quotaProjectId) { in setQuotaProjectId()
|
D | ComputeEngineCredentials.java | 662 public Builder setQuotaProjectId(String quotaProjectId) { in setQuotaProjectId()
|
/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/ |
D | StubSettings.java | 75 private final String quotaProjectId; field in StubSettings 207 private String quotaProjectId; field in StubSettings.Builder 423 public B setQuotaProjectId(String quotaProjectId) { in setQuotaProjectId()
|
D | ClientSettings.java | 243 public B setQuotaProjectId(String quotaProjectId) { in setQuotaProjectId()
|
/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/ |
D | ClientSettingsTest.java | 167 String quotaProjectId = "test_quota_project_id"; in testBuilder() local 261 String quotaProjectId = "test_builder_from_settings_quotaProjectId"; in testBuilderFromSettings() local
|
/external/sdk-platform-java/java-core/google-cloud-core/src/main/java/com/google/cloud/ |
D | ServiceOptions.java | 106 private final String quotaProjectId; field in ServiceOptions 137 private String quotaProjectId; field in ServiceOptions.Builder 286 public B setQuotaProjectId(String quotaProjectId) { in setQuotaProjectId()
|
/external/google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/ |
D | ImpersonatedCredentialsTest.java | 1047 String quotaProjectId, in buildImpersonationCredentialsJson() 1070 String impersonationUrl, List<String> delegates, String quotaProjectId) { in buildImpersonationCredentialsJson() 1103 String impersonationUrl, List<String> delegates, String quotaProjectId) throws IOException { in writeImpersonationCredentialsStream()
|
D | UserCredentialsTest.java | 857 String clientId, String clientSecret, String refreshToken, String quotaProjectId) { in writeUserJson() 876 String clientId, String clientSecret, String refreshToken, String quotaProjectId) in writeUserStream()
|
D | ServiceAccountCredentialsTest.java | 1674 String projectId, String quotaProjectId, String universeDomain) { in writeServiceAccountJson() 1691 String quotaProjectId, in writeServiceAccountJson()
|