Home
last modified time | relevance | path

Searched defs:projectId (Results 1 – 25 of 235) sorted by relevance

12345678910

/external/google-cloud-java/java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1beta1/
DClusterManagerClientTest.java199 String projectId = "projectId-894832108"; in listClustersTest() local
223 String projectId = "projectId-894832108"; in listClustersExceptionTest() local
311 String projectId = "projectId-894832108"; in getClusterTest() local
337 String projectId = "projectId-894832108"; in getClusterExceptionTest() local
367 String projectId = "projectId-894832108"; in createClusterTest() local
393 String projectId = "projectId-894832108"; in createClusterExceptionTest() local
423 String projectId = "projectId-894832108"; in updateClusterTest() local
451 String projectId = "projectId-894832108"; in updateClusterExceptionTest() local
680 String projectId = "projectId-894832108"; in setLoggingServiceTest() local
708 String projectId = "projectId-894832108"; in setLoggingServiceExceptionTest() local
[all …]
/external/google-cloud-java/java-dataproc/google-cloud-dataproc/src/test/java/com/google/cloud/dataproc/v1/
DJobControllerClientHttpJsonTest.java104 String projectId = "projectId-1530"; in submitJobTest() local
134 String projectId = "projectId-1530"; in submitJobExceptionTest() local
169 String projectId = "projectId-1530"; in submitJobAsOperationTest() local
199 String projectId = "projectId-1530"; in submitJobAsOperationExceptionTest() local
227 String projectId = "projectId-1530"; in getJobTest() local
257 String projectId = "projectId-1530"; in getJobExceptionTest() local
277 String projectId = "projectId-1530"; in listJobsTest() local
310 String projectId = "projectId-1530"; in listJobsExceptionTest() local
329 String projectId = "projectId-1530"; in listJobsTest2() local
363 String projectId = "projectId-1530"; in listJobsExceptionTest2() local
[all …]
DJobControllerClientTest.java108 String projectId = "projectId-894832108"; in submitJobTest() local
134 String projectId = "projectId-894832108"; in submitJobExceptionTest() local
169 String projectId = "projectId-894832108"; in submitJobAsOperationTest() local
195 String projectId = "projectId-894832108"; in submitJobAsOperationExceptionTest() local
226 String projectId = "projectId-894832108"; in getJobTest() local
252 String projectId = "projectId-894832108"; in getJobExceptionTest() local
272 String projectId = "projectId-894832108"; in listJobsTest() local
300 String projectId = "projectId-894832108"; in listJobsExceptionTest() local
319 String projectId = "projectId-894832108"; in listJobsTest2() local
349 String projectId = "projectId-894832108"; in listJobsExceptionTest2() local
[all …]
DClusterControllerClientHttpJsonTest.java107 String projectId = "projectId-1530"; in createClusterTest() local
137 String projectId = "projectId-1530"; in createClusterExceptionTest() local
168 String projectId = "projectId-1530"; in updateClusterTest() local
201 String projectId = "projectId-1530"; in updateClusterExceptionTest() local
365 String projectId = "projectId-1530"; in deleteClusterTest() local
394 String projectId = "projectId-1530"; in deleteClusterExceptionTest() local
419 String projectId = "projectId-1530"; in getClusterTest() local
449 String projectId = "projectId-1530"; in getClusterExceptionTest() local
469 String projectId = "projectId-1530"; in listClustersTest() local
502 String projectId = "projectId-1530"; in listClustersExceptionTest() local
[all …]
DClusterControllerClientTest.java111 String projectId = "projectId-894832108"; in createClusterTest() local
137 String projectId = "projectId-894832108"; in createClusterExceptionTest() local
171 String projectId = "projectId-894832108"; in updateClusterTest() local
202 String projectId = "projectId-894832108"; in updateClusterExceptionTest() local
371 String projectId = "projectId-894832108"; in deleteClusterTest() local
396 String projectId = "projectId-894832108"; in deleteClusterExceptionTest() local
424 String projectId = "projectId-894832108"; in getClusterTest() local
450 String projectId = "projectId-894832108"; in getClusterExceptionTest() local
470 String projectId = "projectId-894832108"; in listClustersTest() local
498 String projectId = "projectId-894832108"; in listClustersExceptionTest() local
[all …]
/external/google-cloud-java/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/
DClusterManagerClient.java242 public final ListClustersResponse listClusters(String projectId, String zone) { in listClusters()
338 public final Cluster getCluster(String projectId, String zone, String clusterId) { in getCluster()
450 public final Operation createCluster(String projectId, String zone, Cluster cluster) { in createCluster()
577 String projectId, String zone, String clusterId, ClusterUpdate update) { in updateCluster()
865 String projectId, String zone, String clusterId, String loggingService) { in setLoggingService()
984 String projectId, String zone, String clusterId, String monitoringService) { in setMonitoringService()
1095 String projectId, String zone, String clusterId, AddonsConfig addonsConfig) { in setAddonsConfig()
1212 String projectId, String zone, String clusterId, List<String> locations) { in setLocations()
1335 String projectId, String zone, String clusterId, String masterVersion) { in updateMaster()
1511 public final Operation deleteCluster(String projectId, String zone, String clusterId) { in deleteCluster()
[all …]
/external/google-cloud-java/java-trace/google-cloud-trace/src/test/java/com/google/cloud/trace/v1/
DTraceServiceClientHttpJsonTest.java94 String projectId = "projectId-1530"; in listTracesTest() local
126 String projectId = "projectId-1530"; in listTracesExceptionTest() local
144 String projectId = "projectId-1530"; in getTraceTest() local
173 String projectId = "projectId-1530"; in getTraceExceptionTest() local
187 String projectId = "projectId-1530"; in patchTracesTest() local
215 String projectId = "projectId-1530"; in patchTracesExceptionTest() local
DTraceServiceClientTest.java100 String projectId = "projectId-894832108"; in listTracesTest() local
126 String projectId = "projectId-894832108"; in listTracesExceptionTest() local
144 String projectId = "projectId-894832108"; in getTraceTest() local
168 String projectId = "projectId-894832108"; in getTraceExceptionTest() local
182 String projectId = "projectId-894832108"; in patchTracesTest() local
205 String projectId = "projectId-894832108"; in patchTracesExceptionTest() local
/external/google-cloud-java/java-cloudbuild/google-cloud-build/src/test/java/com/google/cloud/devtools/cloudbuild/v1/
DCloudBuildClientHttpJsonTest.java157 String projectId = "projectId-1530"; in createBuildTest() local
186 String projectId = "projectId-1530"; in createBuildExceptionTest() local
229 String projectId = "projectId-1530"; in getBuildTest() local
258 String projectId = "projectId-1530"; in getBuildExceptionTest() local
277 String projectId = "projectId-1530"; in listBuildsTest() local
310 String projectId = "projectId-1530"; in listBuildsExceptionTest() local
354 String projectId = "projectId-1530"; in cancelBuildTest() local
383 String projectId = "projectId-1530"; in cancelBuildExceptionTest() local
433 String projectId = "projectId-1530"; in retryBuildTest() local
462 String projectId = "projectId-1530"; in retryBuildExceptionTest() local
[all …]
DCloudBuildClientTest.java179 String projectId = "projectId-894832108"; in createBuildTest() local
203 String projectId = "projectId-894832108"; in createBuildExceptionTest() local
249 String projectId = "projectId-894832108"; in getBuildTest() local
273 String projectId = "projectId-894832108"; in getBuildExceptionTest() local
292 String projectId = "projectId-894832108"; in listBuildsTest() local
320 String projectId = "projectId-894832108"; in listBuildsExceptionTest() local
364 String projectId = "projectId-894832108"; in cancelBuildTest() local
388 String projectId = "projectId-894832108"; in cancelBuildExceptionTest() local
438 String projectId = "projectId-894832108"; in retryBuildTest() local
462 String projectId = "projectId-894832108"; in retryBuildExceptionTest() local
[all …]
/external/google-cloud-java/java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1/
DClusterManagerClientTest.java226 String projectId = "projectId-894832108"; in listClustersTest2() local
250 String projectId = "projectId-894832108"; in listClustersExceptionTest2() local
429 String projectId = "projectId-894832108"; in getClusterTest2() local
455 String projectId = "projectId-894832108"; in getClusterExceptionTest2() local
538 String projectId = "projectId-894832108"; in createClusterTest2() local
564 String projectId = "projectId-894832108"; in createClusterExceptionTest2() local
647 String projectId = "projectId-894832108"; in updateClusterTest2() local
675 String projectId = "projectId-894832108"; in updateClusterExceptionTest2() local
957 String projectId = "projectId-894832108"; in setLoggingServiceTest2() local
985 String projectId = "projectId-894832108"; in setLoggingServiceExceptionTest2() local
[all …]
/external/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/translate/snippets/
DTranslateSnippetsBeta.java57 static SupportedLanguages listSupportedLanguages(String projectId, String location) { in listSupportedLanguages()
92 static SupportedLanguages listSupportedLanguagesWithTarget(String projectId, String location) { in listSupportedLanguagesWithTarget()
133 String projectId, String location, String text) { in detectLanguageOfText()
170 String projectId, in translateText()
211 String projectId, String location, String sourceUri, String destinationUri) { in batchTranslateText()
257 static Glossary createGlossary(String projectId, String location, String name, String gcsUri) { in createGlossary()
307 String projectId, String location, String filter) { in listGlossary()
344 static Glossary getGlossary(String projectId, String location, String name) { in getGlossary()
377 String projectId, in translateTextWithGlossary()
425 static DeleteGlossaryResponse deleteGlossary(String projectId, String location, String name) { in deleteGlossary()
/external/google-cloud-java/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/
DClusterManagerClient.java263 public final ListClustersResponse listClusters(String projectId, String zone) { in listClusters()
386 public final Cluster getCluster(String projectId, String zone, String clusterId) { in getCluster()
540 public final Operation createCluster(String projectId, String zone, Cluster cluster) { in createCluster()
697 String projectId, String zone, String clusterId, ClusterUpdate update) { in updateCluster()
1028 String projectId, String zone, String clusterId, String loggingService) { in setLoggingService()
1190 String projectId, String zone, String clusterId, String monitoringService) { in setMonitoringService()
1332 String projectId, String zone, String clusterId, AddonsConfig addonsConfig) { in setAddonsConfig()
1488 String projectId, String zone, String clusterId, List<String> locations) { in setLocations()
1647 String projectId, String zone, String clusterId, String masterVersion) { in updateMaster()
1856 public final Operation deleteCluster(String projectId, String zone, String clusterId) { in deleteCluster()
[all …]
/external/opencensus-java/exporters/stats/stackdriver/src/main/java/io/opencensus/exporter/stats/stackdriver/
DStackdriverStatsExporter.java96 String projectId, in StackdriverStatsExporter()
144 Credentials credentials, String projectId, Duration exportInterval) throws IOException { in createAndRegisterWithCredentialsAndProjectId()
183 public static void createAndRegisterWithProjectId(String projectId, Duration exportInterval) in createAndRegisterWithProjectId()
330 String projectId, Duration exportInterval, MonitoredResource monitoredResource) in createAndRegisterWithProjectIdAndMonitoredResource()
388 String projectId, in createInternal()
/external/google-cloud-java/java-resourcemanager/google-cloud-resourcemanager/src/main/java/com/google/cloud/resourcemanager/spi/v1beta1/
DResourceManagerRpc.java99 void delete(String projectId); in delete()
107 Project get(String projectId, Map<Option, ?> options); in get()
123 void undelete(String projectId); in undelete()
138 Policy getPolicy(String projectId); in getPolicy()
145 Policy replacePolicy(String projectId, Policy newPolicy); in replacePolicy()
153 List<Boolean> testPermissions(String projectId, List<String> permissions); in testPermissions()
DHttpResourceManagerRpc.java202 public void delete(String projectId) { in delete()
211 public Project get(String projectId, Map<Option, ?> options) { in get()
249 public void undelete(String projectId) { in undelete()
267 public Policy getPolicy(String projectId) throws ResourceManagerException { in getPolicy()
285 public Policy replacePolicy(String projectId, Policy newPolicy) throws ResourceManagerException { in replacePolicy()
297 public List<Boolean> testPermissions(String projectId, List<String> permissions) in testPermissions()
/external/google-cloud-java/java-resourcemanager/google-cloud-resourcemanager/src/main/java/com/google/cloud/resourcemanager/testing/
DLocalResourceManagerHelper.java266 String projectId; in handle() local
477 synchronized Response delete(String projectId) { in delete()
492 Response get(String projectId, String[] fields) { in get()
637 synchronized Response replace(String projectId, Project project) { in replace()
663 synchronized Response undelete(String projectId) { in undelete()
683 synchronized Response getPolicy(String projectId) { in getPolicy()
696 synchronized Response replacePolicy(String projectId, Policy policy) { in replacePolicy()
722 synchronized Response testPermissions(String projectId, List<String> permissions) { in testPermissions()
779 public synchronized boolean changeLifecycleState(String projectId, String lifecycleState) { in changeLifecycleState()
801 public synchronized boolean removeProject(String projectId) { in removeProject()
/external/google-cloud-java/java-resourcemanager/google-cloud-resourcemanager/src/main/java/com/google/cloud/resourcemanager/
DResourceManager.java222 void delete(String projectId); in delete()
237 Project get(String projectId, ProjectGetOption... options); in get()
292 void undelete(String projectId); in undelete()
308 Policy getPolicy(String projectId); in getPolicy()
357 Policy replacePolicy(String projectId, Policy newPolicy); in replacePolicy()
380 List<Boolean> testPermissions(String projectId, List<String> permissions); in testPermissions()
/external/google-cloud-java/java-dataproc/google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1/
DJobControllerClient.java232 public final Job submitJob(String projectId, String region, Job job) { in submitJob()
325 String projectId, String region, Job job) { in submitJobAsOperationAsync()
451 public final Job getJob(String projectId, String region, String jobId) { in getJob()
545 public final ListJobsPagedResponse listJobs(String projectId, String region) { in listJobs()
586 public final ListJobsPagedResponse listJobs(String projectId, String region, String filter) { in listJobs()
797 public final Job cancelJob(String projectId, String region, String jobId) { in cancelJob()
898 public final void deleteJob(String projectId, String region, String jobId) { in deleteJob()
DClusterControllerClient.java243 String projectId, String region, Cluster cluster) { in createClusterAsync()
414 String projectId, String region, String clusterName, Cluster cluster, FieldMask updateMask) { in updateClusterAsync()
767 String projectId, String region, String clusterName) { in deleteClusterAsync()
907 public final Cluster getCluster(String projectId, String region, String clusterName) { in getCluster()
1002 public final ListClustersPagedResponse listClusters(String projectId, String region) { in listClusters()
1051 String projectId, String region, String filter) { in listClusters()
1204 diagnoseClusterAsync(String projectId, String region, String clusterName) { in diagnoseClusterAsync()
/external/python/apitools/samples/bigquery_sample/bigquery_v2/
Dbigquery_v2_messages.py29 projectId = _messages.StringField(3, required=True) variable in BigqueryDatasetsDeleteRequest
45 projectId = _messages.StringField(2, required=True) variable in BigqueryDatasetsGetRequest
57 projectId = _messages.StringField(2, required=True) variable in BigqueryDatasetsInsertRequest
80 projectId = _messages.StringField(5, required=True) variable in BigqueryDatasetsListRequest
94 projectId = _messages.StringField(3, required=True) variable in BigqueryDatasetsPatchRequest
108 projectId = _messages.StringField(3, required=True) variable in BigqueryDatasetsUpdateRequest
120 projectId = _messages.StringField(2, required=True) variable in BigqueryJobsCancelRequest
141 projectId = _messages.StringField(4, required=True) variable in BigqueryJobsGetQueryResultsRequest
155 projectId = _messages.StringField(2, required=True) variable in BigqueryJobsGetRequest
167 projectId = _messages.StringField(2, required=True) variable in BigqueryJobsInsertRequest
[all …]
/external/google-auth-library-java/samples/snippets/src/main/java/
DAuthenticateExplicit.java35 String projectId = "your-google-cloud-project-id"; in main() local
41 public static void authenticateExplicit(String projectId) throws IOException { in authenticateExplicit()
/external/opencensus-java/exporters/trace/stackdriver/src/main/java/io/opencensus/exporter/trace/stackdriver/
DStackdriverExporter.java56 Credentials credentials, String projectId) throws IOException { in createAndRegisterWithCredentialsAndProjectId()
82 public static void createAndRegisterWithProjectId(String projectId) throws IOException { in createAndRegisterWithProjectId()
/external/google-cloud-java/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/
DContextManagementSmokeTest.java58 public static List<Context> listContexts(String sessionId, String projectId) throws IOException { in listContexts()
83 String projectId = System.getProperty(PROJECT_ENV_NAME, System.getenv(PROJECT_ENV_NAME)); in getProjectId() local
/external/grpc-grpc-java/gcp-observability/src/main/java/io/grpc/gcp/observability/logging/
DGcpLogSink.java57 private final String projectId; field in GcpLogSink
69 GcpLogSink(Logging loggingClient, String projectId, in GcpLogSink()
82 public GcpLogSink(String projectId, in GcpLogSink()

12345678910