/aosp_15_r20/external/google-cloud-java/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/ |
H A D | RolloutName.java | 40 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 D | JobRunName.java | 40 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 D | CloudDeployClientHttpJsonTest.java | 2151 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 D | CloudDeployClientTest.java | 1927 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 D | cloud_deploy.proto | 1047 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 D | rollout_notification_payload.proto | 46 string rollout = 4; field
|
H A D | jobrun_notification_payload.proto | 49 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 D | CloudDeployClient.java | 3060 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 D | game_server_deployments.proto | 158 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 D | game_server_deployments.proto | 145 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 D | cloud_deploy.proto | 2030 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 D | rollout_notification_payload.proto | 40 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 D | GameServerDeploymentsServiceClientHttpJsonTest.java | 700 GameServerDeploymentRollout rollout = in updateGameServerDeploymentRolloutTest() local 739 GameServerDeploymentRollout rollout = in updateGameServerDeploymentRolloutExceptionTest() local
|
H A D | GameServerDeploymentsServiceClientTest.java | 644 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 D | GameServerDeploymentsServiceClientHttpJsonTest.java | 700 GameServerDeploymentRollout rollout = in updateGameServerDeploymentRolloutTest() local 739 GameServerDeploymentRollout rollout = in updateGameServerDeploymentRolloutExceptionTest() local
|
H A D | GameServerDeploymentsServiceClientTest.java | 644 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 D | ServiceManagerClientHttpJsonTest.java | 731 Rollout rollout = Rollout.newBuilder().build(); in createServiceRolloutTest() local 760 Rollout rollout = Rollout.newBuilder().build(); in createServiceRolloutExceptionTest() local
|
H A D | ServiceManagerClientTest.java | 701 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 D | SyncUpdateGameServerDeploymentRolloutGameserverdeploymentrolloutFieldmask.java | 40 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 D | SyncUpdateGameServerDeploymentRolloutGameserverdeploymentrolloutFieldmask.java | 40 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 D | SyncCreateServiceRolloutStringRollout.java | 37 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 D | SyncRetryJobRolloutnameStringString.java | 37 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 D | SyncCreateRolloutStringRolloutString.java | 39 Rollout rollout = Rollout.newBuilder().build(); in syncCreateRolloutStringRolloutString() local
|
H A D | SyncCreateRolloutReleasenameRolloutString.java | 39 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 D | SyncIgnoreJobRolloutnameStringString.java | 37 RolloutName rollout = in syncIgnoreJobRolloutnameStringString() local
|