Home
last modified time | relevance | path

Searched defs:quotaProjectId (Results 1 – 19 of 19) sorted by relevance

/external/google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/
DGoogleCredentials.java70 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()
DServiceAccountJwtAccessCredentials.java90 private final String quotaProjectId; field in ServiceAccountJwtAccessCredentials
125 String quotaProjectId) { in ServiceAccountJwtAccessCredentials()
219 String quotaProjectId) in fromPkcs8()
DImpersonatedCredentials.java190 String quotaProjectId) { in create()
236 String quotaProjectId, in create()
377 String quotaProjectId; in fromJson() local
694 public Builder setQuotaProjectId(String quotaProjectId) { in setQuotaProjectId()
DExternalAccountCredentials.java132 @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()
DExternalAccountAuthorizedUserCredentials.java319 String quotaProjectId = (String) json.get("quota_project_id"); in fromJson() local
509 public Builder setQuotaProjectId(String quotaProjectId) { in setQuotaProjectId()
DUserCredentials.java114 String quotaProjectId = (String) json.get("quota_project_id"); in fromJson() local
452 public Builder setQuotaProjectId(String quotaProjectId) { in setQuotaProjectId()
DCloudShellCredentials.java144 public Builder setQuotaProjectId(String quotaProjectId) { in setQuotaProjectId()
DIdentityPoolCredentials.java208 public Builder setQuotaProjectId(String quotaProjectId) { in setQuotaProjectId()
DPluggableAuthCredentials.java278 public Builder setQuotaProjectId(String quotaProjectId) { in setQuotaProjectId()
DAwsCredentials.java332 public Builder setQuotaProjectId(String quotaProjectId) { in setQuotaProjectId()
DServiceAccountCredentials.java168 String quotaProjectId = (String) json.get("quota_project_id"); in fromJson() local
1109 public Builder setQuotaProjectId(String quotaProjectId) { in setQuotaProjectId()
DComputeEngineCredentials.java662 public Builder setQuotaProjectId(String quotaProjectId) { in setQuotaProjectId()
/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/
DStubSettings.java75 private final String quotaProjectId; field in StubSettings
207 private String quotaProjectId; field in StubSettings.Builder
423 public B setQuotaProjectId(String quotaProjectId) { in setQuotaProjectId()
DClientSettings.java243 public B setQuotaProjectId(String quotaProjectId) { in setQuotaProjectId()
/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/
DClientSettingsTest.java167 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/
DServiceOptions.java106 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/
DImpersonatedCredentialsTest.java1047 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()
DUserCredentialsTest.java857 String clientId, String clientSecret, String refreshToken, String quotaProjectId) { in writeUserJson()
876 String clientId, String clientSecret, String refreshToken, String quotaProjectId) in writeUserStream()
DServiceAccountCredentialsTest.java1674 String projectId, String quotaProjectId, String universeDomain) { in writeServiceAccountJson()
1691 String quotaProjectId, in writeServiceAccountJson()