@@ -23556,7 +23556,8 @@ def update!(**args)
2355623556 @errors = args[:errors] if args.key?(:errors)
2355723557 end
2355823558
23559- #
23559+ # Represents a single error encountered during the processing of an
23560+ # operation.
2356023561 class Error
2356123562 include Google::Apis::Core::Hashable
2356223563
@@ -23597,7 +23598,8 @@ def update!(**args)
2359723598 @message = args[:message] if args.key?(:message)
2359823599 end
2359923600
23600- #
23601+ # Container for structured error details providing additional context
23602+ # specific to the encountered error code.
2360123603 class ErrorDetail
2360223604 include Google::Apis::Core::Hashable
2360323605
@@ -23696,7 +23698,8 @@ def update!(**args)
2369623698 @errors = args[:errors] if args.key?(:errors)
2369723699 end
2369823700
23699- #
23701+ # Represents a single error encountered during the processing of an
23702+ # operation.
2370023703 class Error
2370123704 include Google::Apis::Core::Hashable
2370223705
@@ -23737,7 +23740,8 @@ def update!(**args)
2373723740 @message = args[:message] if args.key?(:message)
2373823741 end
2373923742
23740- #
23743+ # Container for structured error details providing additional context
23744+ # specific to the encountered error code.
2374123745 class ErrorDetail
2374223746 include Google::Apis::Core::Hashable
2374323747
@@ -24136,7 +24140,8 @@ def update!(**args)
2413624140 @errors = args[:errors] if args.key?(:errors)
2413724141 end
2413824142
24139- #
24143+ # Represents a single error encountered during the processing of an
24144+ # operation.
2414024145 class Error
2414124146 include Google::Apis::Core::Hashable
2414224147
@@ -24177,7 +24182,8 @@ def update!(**args)
2417724182 @message = args[:message] if args.key?(:message)
2417824183 end
2417924184
24180- #
24185+ # Container for structured error details providing additional context
24186+ # specific to the encountered error code.
2418124187 class ErrorDetail
2418224188 include Google::Apis::Core::Hashable
2418324189
@@ -24339,7 +24345,8 @@ def update!(**args)
2433924345 @errors = args[:errors] if args.key?(:errors)
2434024346 end
2434124347
24342- #
24348+ # Represents a single error encountered during the processing of an
24349+ # operation.
2434324350 class Error
2434424351 include Google::Apis::Core::Hashable
2434524352
@@ -24380,7 +24387,8 @@ def update!(**args)
2438024387 @message = args[:message] if args.key?(:message)
2438124388 end
2438224389
24383- #
24390+ # Container for structured error details providing additional context
24391+ # specific to the encountered error code.
2438424392 class ErrorDetail
2438524393 include Google::Apis::Core::Hashable
2438624394
@@ -24801,7 +24809,7 @@ def update!(**args)
2480124809 class InstanceGroupManagersApplyUpdatesRequest
2480224810 include Google::Apis::Core::Hashable
2480324811
24804- # Flag to update all instances instead of specified list of “ instances” .
24812+ # Flag to update all instances instead of specified list of " instances" .
2480524813 # If the flag is set to true then the instances may not be specified
2480624814 # in the request.
2480724815 # Corresponds to the JSON property `allInstances`
@@ -24943,15 +24951,15 @@ def update!(**args)
2494324951 class InstanceGroupManagersListErrorsResponse
2494424952 include Google::Apis::Core::Hashable
2494524953
24946- # Output only. [Output Only] The list of errors of the managed instance group.
24954+ # Output only. The list of errors of the managed instance group.
2494724955 # Corresponds to the JSON property `items`
2494824956 # @return [Array<Google::Apis::ComputeV1::InstanceManagedByIgmError>]
2494924957 attr_accessor :items
2495024958
24951- # Output only. [Output Only] This token allows you to get the next page of
24952- # results for
24953- # list requests. If the number of results is larger thanmaxResults, use the
24954- # nextPageToken as a value for
24959+ # Output only. This token allows you to get the next page of results for list
24960+ # requests.
24961+ # If the number of results is larger than maxResults
24962+ # , then use the nextPageToken as a value for
2495524963 # the query parameter pageToken in the next list request.
2495624964 # Subsequent list requests will have their own nextPageToken to
2495724965 # continue paging through the results.
@@ -34746,7 +34754,8 @@ def update!(**args)
3474634754 @errors = args[:errors] if args.key?(:errors)
3474734755 end
3474834756
34749- #
34757+ # Represents a single error encountered during the processing of an
34758+ # operation.
3475034759 class Error
3475134760 include Google::Apis::Core::Hashable
3475234761
@@ -34787,7 +34796,8 @@ def update!(**args)
3478734796 @message = args[:message] if args.key?(:message)
3478834797 end
3478934798
34790- #
34799+ # Container for structured error details providing additional context
34800+ # specific to the encountered error code.
3479134801 class ErrorDetail
3479234802 include Google::Apis::Core::Hashable
3479334803
@@ -41555,7 +41565,8 @@ def update!(**args)
4155541565 @errors = args[:errors] if args.key?(:errors)
4155641566 end
4155741567
41558- #
41568+ # Represents a single error encountered during the processing of an
41569+ # operation.
4155941570 class Error
4156041571 include Google::Apis::Core::Hashable
4156141572
@@ -41596,7 +41607,8 @@ def update!(**args)
4159641607 @message = args[:message] if args.key?(:message)
4159741608 end
4159841609
41599- #
41610+ # Container for structured error details providing additional context
41611+ # specific to the encountered error code.
4160041612 class ErrorDetail
4160141613 include Google::Apis::Core::Hashable
4160241614
@@ -46228,7 +46240,7 @@ def update!(**args)
4622846240 class RegionInstanceGroupManagersApplyUpdatesRequest
4622946241 include Google::Apis::Core::Hashable
4623046242
46231- # Flag to update all instances instead of specified list of “ instances” .
46243+ # Flag to update all instances instead of specified list of " instances" .
4623246244 # If the flag is set to true then the instances may not be specified
4623346245 # in the request.
4623446246 # Corresponds to the JSON property `allInstances`
0 commit comments