Home
last modified time | relevance | path

Searched full:lifecyclestate (Results 1 – 25 of 74) sorted by relevance

123

/external/aws-sdk-java-v2/services/autoscaling/src/test/java/software/amazon/awssdk/services/autoscaling/waiters/
DAutoScalingWaiterTest.java22 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/
Dfolders.proto178 …// [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/
DConversation.java83 * 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 …]
DConversationOrBuilder.java63 …* .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/
DConversation.java83 * 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 …]
DConversationOrBuilder.java63 …* .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/
DActivityController.java59 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/
Dexamples-1.json14 "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/
Dwaiters-2.json26 …"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/
Ddialogflow_v2beta1.projects.conversations.html135 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The current state of the Conversa…
157 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The current state of the Conversa…
178 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The current state of the Conversa…
205 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The current state of the Conversa…
237 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The current state of the Conversa…
Ddialogflow_v2beta1.projects.locations.conversations.html135 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The current state of the Conversa…
157 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The current state of the Conversa…
178 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The current state of the Conversa…
205 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The current state of the Conversa…
237 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The current state of the Conversa…
Ddialogflow_v2.projects.locations.conversations.html135 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The current state of the Conversa…
157 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The current state of the Conversa…
178 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The current state of the Conversa…
205 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The current state of the Conversa…
237 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The current state of the Conversa…
Ddialogflow_v2.projects.conversations.html135 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The current state of the Conversa…
157 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The current state of the Conversa…
178 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The current state of the Conversa…
205 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The current state of the Conversa…
237 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The current state of the Conversa…
Dcloudresourcemanager_v2.folders.html136 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The lifecycle state of the folder…
188 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The lifecycle state of the folder…
211 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The lifecycle state of the folder…
295 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The lifecycle state of the folder…
372 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The lifecycle state of the folder…
389 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The lifecycle state of the folder…
406lifecycleState and parent, where the operators `=`, `NOT`, `AND` and `OR` can be used along with t…
422 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The lifecycle state of the folder…
583 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The lifecycle state of the folder…
Dcloudresourcemanager_v2beta1.folders.html136 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The lifecycle state of the folder…
188 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The lifecycle state of the folder…
211 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The lifecycle state of the folder…
295 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The lifecycle state of the folder…
372 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The lifecycle state of the folder…
389 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The lifecycle state of the folder…
406lifecycleState and parent, where the operators `=`, `NOT`, `AND` and `OR` can be used along with t…
422 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The lifecycle state of the folder…
583 …&quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The lifecycle state of the folder…
Dlogging_v2.folders.locations.buckets.html129 &quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The bucket lifecycle state.
156 &quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The bucket lifecycle state.
207 &quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The bucket lifecycle state.
244 &quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The bucket lifecycle state.
289 &quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The bucket lifecycle state.
316 &quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The bucket lifecycle state.
Dlogging_v2.projects.locations.buckets.html129 &quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The bucket lifecycle state.
156 &quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The bucket lifecycle state.
207 &quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The bucket lifecycle state.
244 &quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The bucket lifecycle state.
289 &quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The bucket lifecycle state.
316 &quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The bucket lifecycle state.
Dlogging_v2.organizations.locations.buckets.html129 &quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The bucket lifecycle state.
156 &quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The bucket lifecycle state.
207 &quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The bucket lifecycle state.
244 &quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The bucket lifecycle state.
289 &quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The bucket lifecycle state.
316 &quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The bucket lifecycle state.
Dlogging_v2.locations.buckets.html129 &quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The bucket lifecycle state.
156 &quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The bucket lifecycle state.
207 &quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The bucket lifecycle state.
244 &quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The bucket lifecycle state.
289 &quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The bucket lifecycle state.
316 &quot;lifecycleState&quot;: &quot;A String&quot;, # Output only. The bucket lifecycle state.
/external/google-cloud-java/java-resourcemanager/google-cloud-resourcemanager/src/main/java/com/google/cloud/resourcemanager/testing/
DLocalResourceManagerHelper.java617 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/
DSearchFoldersRequestOrBuilder.java85 * | state, lifecycleState | Filters by state. |
122 * | state, lifecycleState | Filters by state. |
DSearchProjectsRequestOrBuilder.java41 * - **`state`, `lifecycleState`**: Filters by state.
79 * - **`state`, `lifecycleState`**: Filters by state.
DSearchFoldersRequest.java165 * | 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. |
DSearchProjectsRequest.java92 * - **`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/
DJmesPathAcceptorGeneratorTest.java35 …testConversion("contains(AutoScalingGroups[].[length(Instances[?LifecycleState=='InService']) >= M… in testAutoScalingComplexExpression()
37 …+ "x1.field(\"LifecycleState\").compare(\"==\", x1.constant(\"InService\"))).length().compare(\">=… in testAutoScalingComplexExpression()

123