Home
last modified time | relevance | path

Searched defs:rollout (Results 1 – 25 of 41) sorted by relevance

12

/aosp_15_r20/external/google-cloud-java/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/
H A DRolloutName.java40 private final String rollout; field in RolloutName
88 String project, String location, String deliveryPipeline, String release, String rollout) { in of()
99 String project, String location, String deliveryPipeline, String release, String rollout) { in format()
237 private String rollout; field in RolloutName.Builder
281 public Builder setRollout(String rollout) { in setRollout()
H A DJobRunName.java40 private final String rollout; field in JobRunName
99 String rollout, in of()
116 String rollout, in format()
265 private String rollout; field in JobRunName.Builder
314 public Builder setRollout(String rollout) { in setRollout()
/aosp_15_r20/external/google-cloud-java/java-deploy/google-cloud-deploy/src/test/java/com/google/cloud/deploy/v1/
H A DCloudDeployClientHttpJsonTest.java2151 Rollout rollout = Rollout.newBuilder().build(); in createRolloutTest() local
2182 Rollout rollout = Rollout.newBuilder().build(); in createRolloutExceptionTest() local
2225 Rollout rollout = Rollout.newBuilder().build(); in createRolloutTest2() local
2256 Rollout rollout = Rollout.newBuilder().build(); in createRolloutExceptionTest2() local
2269 RolloutName rollout = in ignoreJobTest() local
2300 RolloutName rollout = in ignoreJobExceptionTest() local
2317 String rollout = in ignoreJobTest2() local
2348 String rollout = in ignoreJobExceptionTest2() local
2364 RolloutName rollout = in retryJobTest() local
2395 RolloutName rollout = in retryJobExceptionTest() local
[all …]
H A DCloudDeployClientTest.java1927 Rollout rollout = Rollout.newBuilder().build(); in createRolloutTest() local
1954 Rollout rollout = Rollout.newBuilder().build(); in createRolloutExceptionTest() local
1999 Rollout rollout = Rollout.newBuilder().build(); in createRolloutTest2() local
2025 Rollout rollout = Rollout.newBuilder().build(); in createRolloutExceptionTest2() local
2041 RolloutName rollout = in ignoreJobTest() local
2068 RolloutName rollout = in ignoreJobExceptionTest() local
2085 String rollout = "rollout1377108401"; in ignoreJobTest2() local
2111 String rollout = "rollout1377108401"; in ignoreJobExceptionTest2() local
2126 RolloutName rollout = in retryJobTest() local
2153 RolloutName rollout = in retryJobExceptionTest() local
[all …]
/aosp_15_r20/external/googleapis/google/cloud/deploy/v1/
H A Dcloud_deploy.proto1047 Rollout rollout = 1 [(google.api.field_behavior) = OPTIONAL]; field
2804 Rollout rollout = 3 [(google.api.field_behavior) = REQUIRED]; field
2915 string rollout = 1 [ field
2936 string rollout = 1 [ field
3257 string rollout = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; field
3268 string rollout = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; field
3919 string rollout = 3 [(google.api.field_behavior) = OUTPUT_ONLY]; field
3934 string rollout = 3 [(google.api.field_behavior) = OUTPUT_ONLY]; field
3943 string rollout = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; field
H A Drollout_notification_payload.proto46 string rollout = 4; field
H A Djobrun_notification_payload.proto49 string rollout = 9; field
/aosp_15_r20/external/google-cloud-java/java-deploy/google-cloud-deploy/src/main/java/com/google/cloud/deploy/v1/
H A DCloudDeployClient.java3060 ReleaseName parent, Rollout rollout, String rolloutId) { in createRolloutAsync()
3099 String parent, Rollout rollout, String rolloutId) { in createRolloutAsync()
3244 public final IgnoreJobResponse ignoreJob(RolloutName rollout, String phaseId, String jobId) { in ignoreJob()
3283 public final IgnoreJobResponse ignoreJob(String rollout, String phaseId, String jobId) { in ignoreJob()
3396 public final RetryJobResponse retryJob(RolloutName rollout, String phaseId, String jobId) { in retryJob()
3435 public final RetryJobResponse retryJob(String rollout, String phaseId, String jobId) { in retryJob()
/aosp_15_r20/external/google-cloud-java/java-game-servers/proto-google-cloud-game-servers-v1beta/src/main/proto/google/cloud/gaming/v1beta/
H A Dgame_server_deployments.proto158 GameServerDeploymentRollout rollout = 1 field
290 GameServerDeploymentRollout rollout = 1 field
/aosp_15_r20/external/google-cloud-java/java-game-servers/proto-google-cloud-game-servers-v1/src/main/proto/google/cloud/gaming/v1/
H A Dgame_server_deployments.proto145 GameServerDeploymentRollout rollout = 1 [(google.api.field_behavior) = REQUIRED]; field
263 GameServerDeploymentRollout rollout = 1 [(google.api.field_behavior) = REQUIRED]; field
/aosp_15_r20/external/google-cloud-java/java-deploy/proto-google-cloud-deploy-v1/src/main/proto/google/cloud/deploy/v1/
H A Dcloud_deploy.proto2030 Rollout rollout = 3 [(google.api.field_behavior) = REQUIRED]; field
2145 string rollout = 1 [ field
2167 string rollout = 1 [ field
2395 string rollout = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; field
2407 string rollout = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; field
H A Drollout_notification_payload.proto40 string rollout = 4; field
/aosp_15_r20/external/google-cloud-java/java-game-servers/google-cloud-game-servers/src/test/java/com/google/cloud/gaming/v1/
H A DGameServerDeploymentsServiceClientHttpJsonTest.java700 GameServerDeploymentRollout rollout = in updateGameServerDeploymentRolloutTest() local
739 GameServerDeploymentRollout rollout = in updateGameServerDeploymentRolloutExceptionTest() local
H A DGameServerDeploymentsServiceClientTest.java644 GameServerDeploymentRollout rollout = GameServerDeploymentRollout.newBuilder().build(); in updateGameServerDeploymentRolloutTest() local
670 GameServerDeploymentRollout rollout = GameServerDeploymentRollout.newBuilder().build(); in updateGameServerDeploymentRolloutExceptionTest() local
/aosp_15_r20/external/google-cloud-java/java-game-servers/google-cloud-game-servers/src/test/java/com/google/cloud/gaming/v1beta/
H A DGameServerDeploymentsServiceClientHttpJsonTest.java700 GameServerDeploymentRollout rollout = in updateGameServerDeploymentRolloutTest() local
739 GameServerDeploymentRollout rollout = in updateGameServerDeploymentRolloutExceptionTest() local
H A DGameServerDeploymentsServiceClientTest.java644 GameServerDeploymentRollout rollout = GameServerDeploymentRollout.newBuilder().build(); in updateGameServerDeploymentRolloutTest() local
670 GameServerDeploymentRollout rollout = GameServerDeploymentRollout.newBuilder().build(); in updateGameServerDeploymentRolloutExceptionTest() local
/aosp_15_r20/external/google-cloud-java/java-service-management/google-cloud-service-management/src/test/java/com/google/cloud/api/servicemanagement/v1/
H A DServiceManagerClientHttpJsonTest.java731 Rollout rollout = Rollout.newBuilder().build(); in createServiceRolloutTest() local
760 Rollout rollout = Rollout.newBuilder().build(); in createServiceRolloutExceptionTest() local
H A DServiceManagerClientTest.java701 Rollout rollout = Rollout.newBuilder().build(); in createServiceRolloutTest() local
726 Rollout rollout = Rollout.newBuilder().build(); in createServiceRolloutExceptionTest() local
/aosp_15_r20/external/google-cloud-java/java-game-servers/samples/snippets/generated/com/google/cloud/gaming/v1/gameserverdeploymentsservice/updategameserverdeploymentrollout/
H A DSyncUpdateGameServerDeploymentRolloutGameserverdeploymentrolloutFieldmask.java40 GameServerDeploymentRollout rollout = GameServerDeploymentRollout.newBuilder().build(); in syncUpdateGameServerDeploymentRolloutGameserverdeploymentrolloutFieldmask() local
/aosp_15_r20/external/google-cloud-java/java-game-servers/samples/snippets/generated/com/google/cloud/gaming/v1beta/gameserverdeploymentsservice/updategameserverdeploymentrollout/
H A DSyncUpdateGameServerDeploymentRolloutGameserverdeploymentrolloutFieldmask.java40 GameServerDeploymentRollout rollout = GameServerDeploymentRollout.newBuilder().build(); in syncUpdateGameServerDeploymentRolloutGameserverdeploymentrolloutFieldmask() local
/aosp_15_r20/external/google-cloud-java/java-service-management/samples/snippets/generated/com/google/cloud/api/servicemanagement/v1/servicemanager/createservicerollout/
H A DSyncCreateServiceRolloutStringRollout.java37 Rollout rollout = Rollout.newBuilder().build(); in syncCreateServiceRolloutStringRollout() local
/aosp_15_r20/external/google-cloud-java/java-deploy/samples/snippets/generated/com/google/cloud/deploy/v1/clouddeploy/retryjob/
H A DSyncRetryJobRolloutnameStringString.java37 RolloutName rollout = in syncRetryJobRolloutnameStringString() local
/aosp_15_r20/external/google-cloud-java/java-deploy/samples/snippets/generated/com/google/cloud/deploy/v1/clouddeploy/createrollout/
H A DSyncCreateRolloutStringRolloutString.java39 Rollout rollout = Rollout.newBuilder().build(); in syncCreateRolloutStringRolloutString() local
H A DSyncCreateRolloutReleasenameRolloutString.java39 Rollout rollout = Rollout.newBuilder().build(); in syncCreateRolloutReleasenameRolloutString() local
/aosp_15_r20/external/google-cloud-java/java-deploy/samples/snippets/generated/com/google/cloud/deploy/v1/clouddeploy/ignorejob/
H A DSyncIgnoreJobRolloutnameStringString.java37 RolloutName rollout = in syncIgnoreJobRolloutnameStringString() local

12