| /external/aws-sdk-java-v2/services/autoscaling/src/test/java/software/amazon/awssdk/services/autoscaling/waiters/ |
| D | AutoScalingWaiterTest.java | 22 import static software.amazon.awssdk.services.autoscaling.model.LifecycleState.IN_SERVICE; 23 import static software.amazon.awssdk.services.autoscaling.model.LifecycleState.PENDING; 50 … .instances(i -> i.lifecycleState(PENDING), in waitUntilGroupInServiceWorks() 51 … i -> i.lifecycleState(IN_SERVICE), in waitUntilGroupInServiceWorks() 52 … i -> i.lifecycleState(IN_SERVICE)), in waitUntilGroupInServiceWorks() 54 … .instances(i -> i.lifecycleState(PENDING), in waitUntilGroupInServiceWorks() 55 … i -> i.lifecycleState(PENDING), in waitUntilGroupInServiceWorks() 56 … i -> i.lifecycleState(IN_SERVICE))) in waitUntilGroupInServiceWorks() 63 … .instances(i -> i.lifecycleState(PENDING), in waitUntilGroupInServiceWorks() 64 … i -> i.lifecycleState(IN_SERVICE), in waitUntilGroupInServiceWorks() [all …]
|
| /external/googleapis/google/cloud/resourcemanager/v2/ |
| D | folders.proto | 178 …// [DELETE_REQUESTED][google.cloud.resourcemanager.v2.Folder.LifecycleState.DELETE_REQUESTED] state 181 …// [ACTIVE][google.cloud.resourcemanager.v2.Folder.LifecycleState.ACTIVE] state, where a Folder is… 183 // [ACTIVE][google.cloud.resourcemanager.v2.Folder.LifecycleState.ACTIVE] state. 196 …// [DELETE_REQUESTED][google.cloud.resourcemanager.v2.Folder.LifecycleState.DELETE_REQUESTED] stat… 198 // [ACTIVE][google.cloud.resourcemanager.v2.Folder.LifecycleState.ACTIVE] state. 261 enum LifecycleState { enum 294 LifecycleState lifecycle_state = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; 325 // [DELETE_REQUESTED][google.cloud.resourcemanager.v2.Folder.LifecycleState.DELETE_REQUESTED] 355 // lifecycleState and parent, where the operators `=`, `NOT`, `AND` and `OR` 365 // * Query `lifecycleState=ACTIVE` returns Folder resources with [all …]
|
| /external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ |
| D | Conversation.java | 83 * Protobuf enum {@code google.cloud.dialogflow.v2beta1.Conversation.LifecycleState} 85 public enum LifecycleState implements com.google.protobuf.ProtocolMessageEnum { enum in Conversation 164 public static LifecycleState valueOf(int value) { in valueOf() 172 public static LifecycleState forNumber(int value) { in forNumber() 185 public static com.google.protobuf.Internal.EnumLiteMap<LifecycleState> internalGetValueMap() { in internalGetValueMap() 189 private static final com.google.protobuf.Internal.EnumLiteMap<LifecycleState> internalValueMap = 190 new com.google.protobuf.Internal.EnumLiteMap<LifecycleState>() { 191 public LifecycleState findValueByNumber(int number) { 192 return LifecycleState.forNumber(number); 212 private static final LifecycleState[] VALUES = values(); [all …]
|
| D | ConversationOrBuilder.java | 63 …* .google.cloud.dialogflow.v2beta1.Conversation.LifecycleState lifecycle_state = 2 [(.google.api.f… 66 * @return The enum numeric value on the wire for lifecycleState. 77 …* .google.cloud.dialogflow.v2beta1.Conversation.LifecycleState lifecycle_state = 2 [(.google.api.f… 80 * @return The lifecycleState. 82 com.google.cloud.dialogflow.v2beta1.Conversation.LifecycleState getLifecycleState(); in getLifecycleState()
|
| /external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ |
| D | Conversation.java | 83 * Protobuf enum {@code google.cloud.dialogflow.v2.Conversation.LifecycleState} 85 public enum LifecycleState implements com.google.protobuf.ProtocolMessageEnum { enum in Conversation 164 public static LifecycleState valueOf(int value) { in valueOf() 172 public static LifecycleState forNumber(int value) { in forNumber() 185 public static com.google.protobuf.Internal.EnumLiteMap<LifecycleState> internalGetValueMap() { in internalGetValueMap() 189 private static final com.google.protobuf.Internal.EnumLiteMap<LifecycleState> internalValueMap = 190 new com.google.protobuf.Internal.EnumLiteMap<LifecycleState>() { 191 public LifecycleState findValueByNumber(int number) { 192 return LifecycleState.forNumber(number); 212 private static final LifecycleState[] VALUES = values(); [all …]
|
| D | ConversationOrBuilder.java | 63 …* .google.cloud.dialogflow.v2.Conversation.LifecycleState lifecycle_state = 2 [(.google.api.field_… 66 * @return The enum numeric value on the wire for lifecycleState. 77 …* .google.cloud.dialogflow.v2.Conversation.LifecycleState lifecycle_state = 2 [(.google.api.field_… 80 * @return The lifecycleState. 82 com.google.cloud.dialogflow.v2.Conversation.LifecycleState getLifecycleState(); in getLifecycleState()
|
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/android/controller/ |
| D | ActivityController.java | 59 enum LifecycleState { enum in ActivityController 74 private LifecycleState currentState = LifecycleState.INITIAL; 139 currentState = LifecycleState.CREATED; in create() 159 currentState = LifecycleState.RESTARTED; in restart() 175 currentState = LifecycleState.STARTED; in start() 199 currentState = LifecycleState.RESUMED; in resume() 276 currentState = LifecycleState.PAUSED; in pause() 300 currentState = LifecycleState.STOPPED; in stop() 311 currentState = LifecycleState.DESTROYED; in destroy() 582 LifecycleState originalState = currentState; in recreate() [all …]
|
| /external/aws-sdk-java-v2/services/efs/src/main/resources/codegen-resources/ |
| D | examples-1.json | 14 "LifeCycleState": "creating", string 42 "LifeCycleState": "creating", string 126 "LifeCycleState": "available", string 171 "LifeCycleState": "available", string
|
| /external/aws-sdk-java-v2/services/autoscaling/src/main/resources/codegen-resources/ |
| D | waiters-2.json | 26 …"argument": "contains(AutoScalingGroups[].[length(Instances[?LifecycleState=='InService']) >= MinS… 32 …"argument": "contains(AutoScalingGroups[].[length(Instances[?LifecycleState=='InService']) >= MinS…
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | dialogflow_v2beta1.projects.conversations.html | 135 …"lifecycleState": "A String", # Output only. The current state of the Conversa… 157 …"lifecycleState": "A String", # Output only. The current state of the Conversa… 178 …"lifecycleState": "A String", # Output only. The current state of the Conversa… 205 …"lifecycleState": "A String", # Output only. The current state of the Conversa… 237 …"lifecycleState": "A String", # Output only. The current state of the Conversa…
|
| D | dialogflow_v2beta1.projects.locations.conversations.html | 135 …"lifecycleState": "A String", # Output only. The current state of the Conversa… 157 …"lifecycleState": "A String", # Output only. The current state of the Conversa… 178 …"lifecycleState": "A String", # Output only. The current state of the Conversa… 205 …"lifecycleState": "A String", # Output only. The current state of the Conversa… 237 …"lifecycleState": "A String", # Output only. The current state of the Conversa…
|
| D | dialogflow_v2.projects.locations.conversations.html | 135 …"lifecycleState": "A String", # Output only. The current state of the Conversa… 157 …"lifecycleState": "A String", # Output only. The current state of the Conversa… 178 …"lifecycleState": "A String", # Output only. The current state of the Conversa… 205 …"lifecycleState": "A String", # Output only. The current state of the Conversa… 237 …"lifecycleState": "A String", # Output only. The current state of the Conversa…
|
| D | dialogflow_v2.projects.conversations.html | 135 …"lifecycleState": "A String", # Output only. The current state of the Conversa… 157 …"lifecycleState": "A String", # Output only. The current state of the Conversa… 178 …"lifecycleState": "A String", # Output only. The current state of the Conversa… 205 …"lifecycleState": "A String", # Output only. The current state of the Conversa… 237 …"lifecycleState": "A String", # Output only. The current state of the Conversa…
|
| D | cloudresourcemanager_v2.folders.html | 136 …"lifecycleState": "A String", # Output only. The lifecycle state of the folder… 188 …"lifecycleState": "A String", # Output only. The lifecycle state of the folder… 211 …"lifecycleState": "A String", # Output only. The lifecycle state of the folder… 295 …"lifecycleState": "A String", # Output only. The lifecycle state of the folder… 372 …"lifecycleState": "A String", # Output only. The lifecycle state of the folder… 389 …"lifecycleState": "A String", # Output only. The lifecycle state of the folder… 406 …lifecycleState and parent, where the operators `=`, `NOT`, `AND` and `OR` can be used along with t… 422 …"lifecycleState": "A String", # Output only. The lifecycle state of the folder… 583 …"lifecycleState": "A String", # Output only. The lifecycle state of the folder…
|
| D | cloudresourcemanager_v2beta1.folders.html | 136 …"lifecycleState": "A String", # Output only. The lifecycle state of the folder… 188 …"lifecycleState": "A String", # Output only. The lifecycle state of the folder… 211 …"lifecycleState": "A String", # Output only. The lifecycle state of the folder… 295 …"lifecycleState": "A String", # Output only. The lifecycle state of the folder… 372 …"lifecycleState": "A String", # Output only. The lifecycle state of the folder… 389 …"lifecycleState": "A String", # Output only. The lifecycle state of the folder… 406 …lifecycleState and parent, where the operators `=`, `NOT`, `AND` and `OR` can be used along with t… 422 …"lifecycleState": "A String", # Output only. The lifecycle state of the folder… 583 …"lifecycleState": "A String", # Output only. The lifecycle state of the folder…
|
| D | logging_v2.folders.locations.buckets.html | 129 "lifecycleState": "A String", # Output only. The bucket lifecycle state. 156 "lifecycleState": "A String", # Output only. The bucket lifecycle state. 207 "lifecycleState": "A String", # Output only. The bucket lifecycle state. 244 "lifecycleState": "A String", # Output only. The bucket lifecycle state. 289 "lifecycleState": "A String", # Output only. The bucket lifecycle state. 316 "lifecycleState": "A String", # Output only. The bucket lifecycle state.
|
| D | logging_v2.projects.locations.buckets.html | 129 "lifecycleState": "A String", # Output only. The bucket lifecycle state. 156 "lifecycleState": "A String", # Output only. The bucket lifecycle state. 207 "lifecycleState": "A String", # Output only. The bucket lifecycle state. 244 "lifecycleState": "A String", # Output only. The bucket lifecycle state. 289 "lifecycleState": "A String", # Output only. The bucket lifecycle state. 316 "lifecycleState": "A String", # Output only. The bucket lifecycle state.
|
| D | logging_v2.organizations.locations.buckets.html | 129 "lifecycleState": "A String", # Output only. The bucket lifecycle state. 156 "lifecycleState": "A String", # Output only. The bucket lifecycle state. 207 "lifecycleState": "A String", # Output only. The bucket lifecycle state. 244 "lifecycleState": "A String", # Output only. The bucket lifecycle state. 289 "lifecycleState": "A String", # Output only. The bucket lifecycle state. 316 "lifecycleState": "A String", # Output only. The bucket lifecycle state.
|
| D | logging_v2.locations.buckets.html | 129 "lifecycleState": "A String", # Output only. The bucket lifecycle state. 156 "lifecycleState": "A String", # Output only. The bucket lifecycle state. 207 "lifecycleState": "A String", # Output only. The bucket lifecycle state. 244 "lifecycleState": "A String", # Output only. The bucket lifecycle state. 289 "lifecycleState": "A String", # Output only. The bucket lifecycle state. 316 "lifecycleState": "A String", # Output only. The bucket lifecycle state.
|
| /external/google-cloud-java/java-resourcemanager/google-cloud-resourcemanager/src/main/java/com/google/cloud/resourcemanager/testing/ |
| D | LocalResourceManagerHelper.java | 617 case "lifecycleState": in extractFields() 779 public synchronized boolean changeLifecycleState(String projectId, String lifecycleState) { in changeLifecycleState() argument 781 "ACTIVE".equals(lifecycleState) in changeLifecycleState() 782 || "DELETE_REQUESTED".equals(lifecycleState) in changeLifecycleState() 783 || "DELETE_IN_PROGRESS".equals(lifecycleState), in changeLifecycleState() 787 project.setLifecycleState(lifecycleState); in changeLifecycleState()
|
| /external/google-cloud-java/java-resourcemanager/proto-google-cloud-resourcemanager-v3/src/main/java/com/google/cloud/resourcemanager/v3/ |
| D | SearchFoldersRequestOrBuilder.java | 85 * | state, lifecycleState | Filters by state. | 122 * | state, lifecycleState | Filters by state. |
|
| D | SearchProjectsRequestOrBuilder.java | 41 * - **`state`, `lifecycleState`**: Filters by state. 79 * - **`state`, `lifecycleState`**: Filters by state.
|
| D | SearchFoldersRequest.java | 165 * | state, lifecycleState | Filters by state. | 213 * | state, lifecycleState | Filters by state. | 822 * | state, lifecycleState | Filters by state. | 869 * | state, lifecycleState | Filters by state. | 916 * | state, lifecycleState | Filters by state. | 962 * | state, lifecycleState | Filters by state. | 1004 * | state, lifecycleState | Filters by state. |
|
| D | SearchProjectsRequest.java | 92 * - **`state`, `lifecycleState`**: Filters by state. 141 * - **`state`, `lifecycleState`**: Filters by state. 658 * - **`state`, `lifecycleState`**: Filters by state. 706 * - **`state`, `lifecycleState`**: Filters by state. 754 * - **`state`, `lifecycleState`**: Filters by state. 801 * - **`state`, `lifecycleState`**: Filters by state. 844 * - **`state`, `lifecycleState`**: Filters by state.
|
| /external/aws-sdk-java-v2/codegen/src/test/java/software/amazon/awssdk/codegen/poet/waiters/ |
| D | JmesPathAcceptorGeneratorTest.java | 35 …testConversion("contains(AutoScalingGroups[].[length(Instances[?LifecycleState=='InService']) >= M… in testAutoScalingComplexExpression() 37 …+ "x1.field(\"LifecycleState\").compare(\"==\", x1.constant(\"InService\"))).length().compare(\">=… in testAutoScalingComplexExpression()
|