google-apis-remotebuildexecution_v1 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
 - data/.yardopts +13 -0
 - data/CHANGELOG.md +7 -0
 - data/LICENSE.md +202 -0
 - data/OVERVIEW.md +96 -0
 - data/lib/google-apis-remotebuildexecution_v1.rb +15 -0
 - data/lib/google/apis/remotebuildexecution_v1.rb +36 -0
 - data/lib/google/apis/remotebuildexecution_v1/classes.rb +2978 -0
 - data/lib/google/apis/remotebuildexecution_v1/gem_version.rb +28 -0
 - data/lib/google/apis/remotebuildexecution_v1/representations.rb +1104 -0
 - data/lib/google/apis/remotebuildexecution_v1/service.rb +292 -0
 - metadata +76 -0
 
| 
         @@ -0,0 +1,28 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # Copyright 2020 Google LLC
         
     | 
| 
      
 2 
     | 
    
         
            +
            #
         
     | 
| 
      
 3 
     | 
    
         
            +
            # Licensed under the Apache License, Version 2.0 (the "License");
         
     | 
| 
      
 4 
     | 
    
         
            +
            # you may not use this file except in compliance with the License.
         
     | 
| 
      
 5 
     | 
    
         
            +
            # You may obtain a copy of the License at
         
     | 
| 
      
 6 
     | 
    
         
            +
            #
         
     | 
| 
      
 7 
     | 
    
         
            +
            #      http://www.apache.org/licenses/LICENSE-2.0
         
     | 
| 
      
 8 
     | 
    
         
            +
            #
         
     | 
| 
      
 9 
     | 
    
         
            +
            # Unless required by applicable law or agreed to in writing, software
         
     | 
| 
      
 10 
     | 
    
         
            +
            # distributed under the License is distributed on an "AS IS" BASIS,
         
     | 
| 
      
 11 
     | 
    
         
            +
            # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
         
     | 
| 
      
 12 
     | 
    
         
            +
            # See the License for the specific language governing permissions and
         
     | 
| 
      
 13 
     | 
    
         
            +
            # limitations under the License.
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
            module Google
         
     | 
| 
      
 16 
     | 
    
         
            +
              module Apis
         
     | 
| 
      
 17 
     | 
    
         
            +
                module RemotebuildexecutionV1
         
     | 
| 
      
 18 
     | 
    
         
            +
                  # Version of the google-apis-remotebuildexecution_v1 gem
         
     | 
| 
      
 19 
     | 
    
         
            +
                  GEM_VERSION = "0.1.0"
         
     | 
| 
      
 20 
     | 
    
         
            +
             
     | 
| 
      
 21 
     | 
    
         
            +
                  # Version of the code generator used to generate this client
         
     | 
| 
      
 22 
     | 
    
         
            +
                  GENERATOR_VERSION = "0.1.1"
         
     | 
| 
      
 23 
     | 
    
         
            +
             
     | 
| 
      
 24 
     | 
    
         
            +
                  # Revision of the discovery document this client was generated from
         
     | 
| 
      
 25 
     | 
    
         
            +
                  REVISION = "20201201"
         
     | 
| 
      
 26 
     | 
    
         
            +
                end
         
     | 
| 
      
 27 
     | 
    
         
            +
              end
         
     | 
| 
      
 28 
     | 
    
         
            +
            end
         
     | 
| 
         @@ -0,0 +1,1104 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # Copyright 2020 Google LLC
         
     | 
| 
      
 2 
     | 
    
         
            +
            #
         
     | 
| 
      
 3 
     | 
    
         
            +
            # Licensed under the Apache License, Version 2.0 (the "License");
         
     | 
| 
      
 4 
     | 
    
         
            +
            # you may not use this file except in compliance with the License.
         
     | 
| 
      
 5 
     | 
    
         
            +
            # You may obtain a copy of the License at
         
     | 
| 
      
 6 
     | 
    
         
            +
            #
         
     | 
| 
      
 7 
     | 
    
         
            +
            #      http://www.apache.org/licenses/LICENSE-2.0
         
     | 
| 
      
 8 
     | 
    
         
            +
            #
         
     | 
| 
      
 9 
     | 
    
         
            +
            # Unless required by applicable law or agreed to in writing, software
         
     | 
| 
      
 10 
     | 
    
         
            +
            # distributed under the License is distributed on an "AS IS" BASIS,
         
     | 
| 
      
 11 
     | 
    
         
            +
            # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
         
     | 
| 
      
 12 
     | 
    
         
            +
            # See the License for the specific language governing permissions and
         
     | 
| 
      
 13 
     | 
    
         
            +
            # limitations under the License.
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
            require 'date'
         
     | 
| 
      
 16 
     | 
    
         
            +
            require 'google/apis/core/base_service'
         
     | 
| 
      
 17 
     | 
    
         
            +
            require 'google/apis/core/json_representation'
         
     | 
| 
      
 18 
     | 
    
         
            +
            require 'google/apis/core/hashable'
         
     | 
| 
      
 19 
     | 
    
         
            +
            require 'google/apis/errors'
         
     | 
| 
      
 20 
     | 
    
         
            +
             
     | 
| 
      
 21 
     | 
    
         
            +
            module Google
         
     | 
| 
      
 22 
     | 
    
         
            +
              module Apis
         
     | 
| 
      
 23 
     | 
    
         
            +
                module RemotebuildexecutionV1
         
     | 
| 
      
 24 
     | 
    
         
            +
                  
         
     | 
| 
      
 25 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2Action
         
     | 
| 
      
 26 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 27 
     | 
    
         
            +
                  
         
     | 
| 
      
 28 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 29 
     | 
    
         
            +
                  end
         
     | 
| 
      
 30 
     | 
    
         
            +
                  
         
     | 
| 
      
 31 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2ActionResult
         
     | 
| 
      
 32 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 33 
     | 
    
         
            +
                  
         
     | 
| 
      
 34 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 35 
     | 
    
         
            +
                  end
         
     | 
| 
      
 36 
     | 
    
         
            +
                  
         
     | 
| 
      
 37 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2Command
         
     | 
| 
      
 38 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 39 
     | 
    
         
            +
                  
         
     | 
| 
      
 40 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 41 
     | 
    
         
            +
                  end
         
     | 
| 
      
 42 
     | 
    
         
            +
                  
         
     | 
| 
      
 43 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2CommandEnvironmentVariable
         
     | 
| 
      
 44 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 45 
     | 
    
         
            +
                  
         
     | 
| 
      
 46 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 47 
     | 
    
         
            +
                  end
         
     | 
| 
      
 48 
     | 
    
         
            +
                  
         
     | 
| 
      
 49 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2Digest
         
     | 
| 
      
 50 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 51 
     | 
    
         
            +
                  
         
     | 
| 
      
 52 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 53 
     | 
    
         
            +
                  end
         
     | 
| 
      
 54 
     | 
    
         
            +
                  
         
     | 
| 
      
 55 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2Directory
         
     | 
| 
      
 56 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 57 
     | 
    
         
            +
                  
         
     | 
| 
      
 58 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 59 
     | 
    
         
            +
                  end
         
     | 
| 
      
 60 
     | 
    
         
            +
                  
         
     | 
| 
      
 61 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2DirectoryNode
         
     | 
| 
      
 62 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 63 
     | 
    
         
            +
                  
         
     | 
| 
      
 64 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 65 
     | 
    
         
            +
                  end
         
     | 
| 
      
 66 
     | 
    
         
            +
                  
         
     | 
| 
      
 67 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2ExecuteOperationMetadata
         
     | 
| 
      
 68 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 69 
     | 
    
         
            +
                  
         
     | 
| 
      
 70 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 71 
     | 
    
         
            +
                  end
         
     | 
| 
      
 72 
     | 
    
         
            +
                  
         
     | 
| 
      
 73 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2ExecuteResponse
         
     | 
| 
      
 74 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 75 
     | 
    
         
            +
                  
         
     | 
| 
      
 76 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 77 
     | 
    
         
            +
                  end
         
     | 
| 
      
 78 
     | 
    
         
            +
                  
         
     | 
| 
      
 79 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2ExecutedActionMetadata
         
     | 
| 
      
 80 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 81 
     | 
    
         
            +
                  
         
     | 
| 
      
 82 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 83 
     | 
    
         
            +
                  end
         
     | 
| 
      
 84 
     | 
    
         
            +
                  
         
     | 
| 
      
 85 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2FileNode
         
     | 
| 
      
 86 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 87 
     | 
    
         
            +
                  
         
     | 
| 
      
 88 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 89 
     | 
    
         
            +
                  end
         
     | 
| 
      
 90 
     | 
    
         
            +
                  
         
     | 
| 
      
 91 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2LogFile
         
     | 
| 
      
 92 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 93 
     | 
    
         
            +
                  
         
     | 
| 
      
 94 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 95 
     | 
    
         
            +
                  end
         
     | 
| 
      
 96 
     | 
    
         
            +
                  
         
     | 
| 
      
 97 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2NodeProperty
         
     | 
| 
      
 98 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 99 
     | 
    
         
            +
                  
         
     | 
| 
      
 100 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 101 
     | 
    
         
            +
                  end
         
     | 
| 
      
 102 
     | 
    
         
            +
                  
         
     | 
| 
      
 103 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2OutputDirectory
         
     | 
| 
      
 104 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 105 
     | 
    
         
            +
                  
         
     | 
| 
      
 106 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 107 
     | 
    
         
            +
                  end
         
     | 
| 
      
 108 
     | 
    
         
            +
                  
         
     | 
| 
      
 109 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2OutputFile
         
     | 
| 
      
 110 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 111 
     | 
    
         
            +
                  
         
     | 
| 
      
 112 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 113 
     | 
    
         
            +
                  end
         
     | 
| 
      
 114 
     | 
    
         
            +
                  
         
     | 
| 
      
 115 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2OutputSymlink
         
     | 
| 
      
 116 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 117 
     | 
    
         
            +
                  
         
     | 
| 
      
 118 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 119 
     | 
    
         
            +
                  end
         
     | 
| 
      
 120 
     | 
    
         
            +
                  
         
     | 
| 
      
 121 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2Platform
         
     | 
| 
      
 122 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 123 
     | 
    
         
            +
                  
         
     | 
| 
      
 124 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 125 
     | 
    
         
            +
                  end
         
     | 
| 
      
 126 
     | 
    
         
            +
                  
         
     | 
| 
      
 127 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2PlatformProperty
         
     | 
| 
      
 128 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 129 
     | 
    
         
            +
                  
         
     | 
| 
      
 130 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 131 
     | 
    
         
            +
                  end
         
     | 
| 
      
 132 
     | 
    
         
            +
                  
         
     | 
| 
      
 133 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2RequestMetadata
         
     | 
| 
      
 134 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 135 
     | 
    
         
            +
                  
         
     | 
| 
      
 136 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 137 
     | 
    
         
            +
                  end
         
     | 
| 
      
 138 
     | 
    
         
            +
                  
         
     | 
| 
      
 139 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2SymlinkNode
         
     | 
| 
      
 140 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 141 
     | 
    
         
            +
                  
         
     | 
| 
      
 142 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 143 
     | 
    
         
            +
                  end
         
     | 
| 
      
 144 
     | 
    
         
            +
                  
         
     | 
| 
      
 145 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2ToolDetails
         
     | 
| 
      
 146 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 147 
     | 
    
         
            +
                  
         
     | 
| 
      
 148 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 149 
     | 
    
         
            +
                  end
         
     | 
| 
      
 150 
     | 
    
         
            +
                  
         
     | 
| 
      
 151 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2Tree
         
     | 
| 
      
 152 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 153 
     | 
    
         
            +
                  
         
     | 
| 
      
 154 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 155 
     | 
    
         
            +
                  end
         
     | 
| 
      
 156 
     | 
    
         
            +
                  
         
     | 
| 
      
 157 
     | 
    
         
            +
                  class GoogleBytestreamMedia
         
     | 
| 
      
 158 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 159 
     | 
    
         
            +
                  
         
     | 
| 
      
 160 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 161 
     | 
    
         
            +
                  end
         
     | 
| 
      
 162 
     | 
    
         
            +
                  
         
     | 
| 
      
 163 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildbotCommandDurations
         
     | 
| 
      
 164 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 165 
     | 
    
         
            +
                  
         
     | 
| 
      
 166 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 167 
     | 
    
         
            +
                  end
         
     | 
| 
      
 168 
     | 
    
         
            +
                  
         
     | 
| 
      
 169 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildbotCommandEvents
         
     | 
| 
      
 170 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 171 
     | 
    
         
            +
                  
         
     | 
| 
      
 172 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 173 
     | 
    
         
            +
                  end
         
     | 
| 
      
 174 
     | 
    
         
            +
                  
         
     | 
| 
      
 175 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildbotCommandStatus
         
     | 
| 
      
 176 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 177 
     | 
    
         
            +
                  
         
     | 
| 
      
 178 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 179 
     | 
    
         
            +
                  end
         
     | 
| 
      
 180 
     | 
    
         
            +
                  
         
     | 
| 
      
 181 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildbotResourceUsage
         
     | 
| 
      
 182 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 183 
     | 
    
         
            +
                  
         
     | 
| 
      
 184 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 185 
     | 
    
         
            +
                  end
         
     | 
| 
      
 186 
     | 
    
         
            +
                  
         
     | 
| 
      
 187 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildbotResourceUsageStat
         
     | 
| 
      
 188 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 189 
     | 
    
         
            +
                  
         
     | 
| 
      
 190 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 191 
     | 
    
         
            +
                  end
         
     | 
| 
      
 192 
     | 
    
         
            +
                  
         
     | 
| 
      
 193 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaAcceleratorConfig
         
     | 
| 
      
 194 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 195 
     | 
    
         
            +
                  
         
     | 
| 
      
 196 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 197 
     | 
    
         
            +
                  end
         
     | 
| 
      
 198 
     | 
    
         
            +
                  
         
     | 
| 
      
 199 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaAutoscale
         
     | 
| 
      
 200 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 201 
     | 
    
         
            +
                  
         
     | 
| 
      
 202 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 203 
     | 
    
         
            +
                  end
         
     | 
| 
      
 204 
     | 
    
         
            +
                  
         
     | 
| 
      
 205 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaCreateInstanceRequest
         
     | 
| 
      
 206 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 207 
     | 
    
         
            +
                  
         
     | 
| 
      
 208 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 209 
     | 
    
         
            +
                  end
         
     | 
| 
      
 210 
     | 
    
         
            +
                  
         
     | 
| 
      
 211 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaCreateWorkerPoolRequest
         
     | 
| 
      
 212 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 213 
     | 
    
         
            +
                  
         
     | 
| 
      
 214 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 215 
     | 
    
         
            +
                  end
         
     | 
| 
      
 216 
     | 
    
         
            +
                  
         
     | 
| 
      
 217 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaDeleteInstanceRequest
         
     | 
| 
      
 218 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 219 
     | 
    
         
            +
                  
         
     | 
| 
      
 220 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 221 
     | 
    
         
            +
                  end
         
     | 
| 
      
 222 
     | 
    
         
            +
                  
         
     | 
| 
      
 223 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaDeleteWorkerPoolRequest
         
     | 
| 
      
 224 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 225 
     | 
    
         
            +
                  
         
     | 
| 
      
 226 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 227 
     | 
    
         
            +
                  end
         
     | 
| 
      
 228 
     | 
    
         
            +
                  
         
     | 
| 
      
 229 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicy
         
     | 
| 
      
 230 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 231 
     | 
    
         
            +
                  
         
     | 
| 
      
 232 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 233 
     | 
    
         
            +
                  end
         
     | 
| 
      
 234 
     | 
    
         
            +
                  
         
     | 
| 
      
 235 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature
         
     | 
| 
      
 236 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 237 
     | 
    
         
            +
                  
         
     | 
| 
      
 238 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 239 
     | 
    
         
            +
                  end
         
     | 
| 
      
 240 
     | 
    
         
            +
                  
         
     | 
| 
      
 241 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaGetInstanceRequest
         
     | 
| 
      
 242 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 243 
     | 
    
         
            +
                  
         
     | 
| 
      
 244 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 245 
     | 
    
         
            +
                  end
         
     | 
| 
      
 246 
     | 
    
         
            +
                  
         
     | 
| 
      
 247 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaGetWorkerPoolRequest
         
     | 
| 
      
 248 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 249 
     | 
    
         
            +
                  
         
     | 
| 
      
 250 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 251 
     | 
    
         
            +
                  end
         
     | 
| 
      
 252 
     | 
    
         
            +
                  
         
     | 
| 
      
 253 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance
         
     | 
| 
      
 254 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 255 
     | 
    
         
            +
                  
         
     | 
| 
      
 256 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 257 
     | 
    
         
            +
                  end
         
     | 
| 
      
 258 
     | 
    
         
            +
                  
         
     | 
| 
      
 259 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaListInstancesRequest
         
     | 
| 
      
 260 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 261 
     | 
    
         
            +
                  
         
     | 
| 
      
 262 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 263 
     | 
    
         
            +
                  end
         
     | 
| 
      
 264 
     | 
    
         
            +
                  
         
     | 
| 
      
 265 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaListInstancesResponse
         
     | 
| 
      
 266 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 267 
     | 
    
         
            +
                  
         
     | 
| 
      
 268 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 269 
     | 
    
         
            +
                  end
         
     | 
| 
      
 270 
     | 
    
         
            +
                  
         
     | 
| 
      
 271 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsRequest
         
     | 
| 
      
 272 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 273 
     | 
    
         
            +
                  
         
     | 
| 
      
 274 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 275 
     | 
    
         
            +
                  end
         
     | 
| 
      
 276 
     | 
    
         
            +
                  
         
     | 
| 
      
 277 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsResponse
         
     | 
| 
      
 278 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 279 
     | 
    
         
            +
                  
         
     | 
| 
      
 280 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 281 
     | 
    
         
            +
                  end
         
     | 
| 
      
 282 
     | 
    
         
            +
                  
         
     | 
| 
      
 283 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaUpdateInstanceRequest
         
     | 
| 
      
 284 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 285 
     | 
    
         
            +
                  
         
     | 
| 
      
 286 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 287 
     | 
    
         
            +
                  end
         
     | 
| 
      
 288 
     | 
    
         
            +
                  
         
     | 
| 
      
 289 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaUpdateWorkerPoolRequest
         
     | 
| 
      
 290 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 291 
     | 
    
         
            +
                  
         
     | 
| 
      
 292 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 293 
     | 
    
         
            +
                  end
         
     | 
| 
      
 294 
     | 
    
         
            +
                  
         
     | 
| 
      
 295 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig
         
     | 
| 
      
 296 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 297 
     | 
    
         
            +
                  
         
     | 
| 
      
 298 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 299 
     | 
    
         
            +
                  end
         
     | 
| 
      
 300 
     | 
    
         
            +
                  
         
     | 
| 
      
 301 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool
         
     | 
| 
      
 302 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 303 
     | 
    
         
            +
                  
         
     | 
| 
      
 304 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 305 
     | 
    
         
            +
                  end
         
     | 
| 
      
 306 
     | 
    
         
            +
                  
         
     | 
| 
      
 307 
     | 
    
         
            +
                  class GoogleDevtoolsRemoteworkersV1test2AdminTemp
         
     | 
| 
      
 308 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 309 
     | 
    
         
            +
                  
         
     | 
| 
      
 310 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 311 
     | 
    
         
            +
                  end
         
     | 
| 
      
 312 
     | 
    
         
            +
                  
         
     | 
| 
      
 313 
     | 
    
         
            +
                  class GoogleDevtoolsRemoteworkersV1test2Blob
         
     | 
| 
      
 314 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 315 
     | 
    
         
            +
                  
         
     | 
| 
      
 316 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 317 
     | 
    
         
            +
                  end
         
     | 
| 
      
 318 
     | 
    
         
            +
                  
         
     | 
| 
      
 319 
     | 
    
         
            +
                  class GoogleDevtoolsRemoteworkersV1test2CommandOutputs
         
     | 
| 
      
 320 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 321 
     | 
    
         
            +
                  
         
     | 
| 
      
 322 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 323 
     | 
    
         
            +
                  end
         
     | 
| 
      
 324 
     | 
    
         
            +
                  
         
     | 
| 
      
 325 
     | 
    
         
            +
                  class GoogleDevtoolsRemoteworkersV1test2CommandOverhead
         
     | 
| 
      
 326 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 327 
     | 
    
         
            +
                  
         
     | 
| 
      
 328 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 329 
     | 
    
         
            +
                  end
         
     | 
| 
      
 330 
     | 
    
         
            +
                  
         
     | 
| 
      
 331 
     | 
    
         
            +
                  class GoogleDevtoolsRemoteworkersV1test2CommandResult
         
     | 
| 
      
 332 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 333 
     | 
    
         
            +
                  
         
     | 
| 
      
 334 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 335 
     | 
    
         
            +
                  end
         
     | 
| 
      
 336 
     | 
    
         
            +
                  
         
     | 
| 
      
 337 
     | 
    
         
            +
                  class GoogleDevtoolsRemoteworkersV1test2CommandTask
         
     | 
| 
      
 338 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 339 
     | 
    
         
            +
                  
         
     | 
| 
      
 340 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 341 
     | 
    
         
            +
                  end
         
     | 
| 
      
 342 
     | 
    
         
            +
                  
         
     | 
| 
      
 343 
     | 
    
         
            +
                  class GoogleDevtoolsRemoteworkersV1test2CommandTaskInputs
         
     | 
| 
      
 344 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 345 
     | 
    
         
            +
                  
         
     | 
| 
      
 346 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 347 
     | 
    
         
            +
                  end
         
     | 
| 
      
 348 
     | 
    
         
            +
                  
         
     | 
| 
      
 349 
     | 
    
         
            +
                  class GoogleDevtoolsRemoteworkersV1test2CommandTaskInputsEnvironmentVariable
         
     | 
| 
      
 350 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 351 
     | 
    
         
            +
                  
         
     | 
| 
      
 352 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 353 
     | 
    
         
            +
                  end
         
     | 
| 
      
 354 
     | 
    
         
            +
                  
         
     | 
| 
      
 355 
     | 
    
         
            +
                  class GoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs
         
     | 
| 
      
 356 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 357 
     | 
    
         
            +
                  
         
     | 
| 
      
 358 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 359 
     | 
    
         
            +
                  end
         
     | 
| 
      
 360 
     | 
    
         
            +
                  
         
     | 
| 
      
 361 
     | 
    
         
            +
                  class GoogleDevtoolsRemoteworkersV1test2CommandTaskTimeouts
         
     | 
| 
      
 362 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 363 
     | 
    
         
            +
                  
         
     | 
| 
      
 364 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 365 
     | 
    
         
            +
                  end
         
     | 
| 
      
 366 
     | 
    
         
            +
                  
         
     | 
| 
      
 367 
     | 
    
         
            +
                  class GoogleDevtoolsRemoteworkersV1test2Digest
         
     | 
| 
      
 368 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 369 
     | 
    
         
            +
                  
         
     | 
| 
      
 370 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 371 
     | 
    
         
            +
                  end
         
     | 
| 
      
 372 
     | 
    
         
            +
                  
         
     | 
| 
      
 373 
     | 
    
         
            +
                  class GoogleDevtoolsRemoteworkersV1test2Directory
         
     | 
| 
      
 374 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 375 
     | 
    
         
            +
                  
         
     | 
| 
      
 376 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 377 
     | 
    
         
            +
                  end
         
     | 
| 
      
 378 
     | 
    
         
            +
                  
         
     | 
| 
      
 379 
     | 
    
         
            +
                  class GoogleDevtoolsRemoteworkersV1test2DirectoryMetadata
         
     | 
| 
      
 380 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 381 
     | 
    
         
            +
                  
         
     | 
| 
      
 382 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 383 
     | 
    
         
            +
                  end
         
     | 
| 
      
 384 
     | 
    
         
            +
                  
         
     | 
| 
      
 385 
     | 
    
         
            +
                  class GoogleDevtoolsRemoteworkersV1test2FileMetadata
         
     | 
| 
      
 386 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 387 
     | 
    
         
            +
                  
         
     | 
| 
      
 388 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 389 
     | 
    
         
            +
                  end
         
     | 
| 
      
 390 
     | 
    
         
            +
                  
         
     | 
| 
      
 391 
     | 
    
         
            +
                  class GoogleLongrunningCancelOperationRequest
         
     | 
| 
      
 392 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 393 
     | 
    
         
            +
                  
         
     | 
| 
      
 394 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 395 
     | 
    
         
            +
                  end
         
     | 
| 
      
 396 
     | 
    
         
            +
                  
         
     | 
| 
      
 397 
     | 
    
         
            +
                  class GoogleLongrunningListOperationsResponse
         
     | 
| 
      
 398 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 399 
     | 
    
         
            +
                  
         
     | 
| 
      
 400 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 401 
     | 
    
         
            +
                  end
         
     | 
| 
      
 402 
     | 
    
         
            +
                  
         
     | 
| 
      
 403 
     | 
    
         
            +
                  class GoogleLongrunningOperation
         
     | 
| 
      
 404 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 405 
     | 
    
         
            +
                  
         
     | 
| 
      
 406 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 407 
     | 
    
         
            +
                  end
         
     | 
| 
      
 408 
     | 
    
         
            +
                  
         
     | 
| 
      
 409 
     | 
    
         
            +
                  class GoogleProtobufEmpty
         
     | 
| 
      
 410 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 411 
     | 
    
         
            +
                  
         
     | 
| 
      
 412 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 413 
     | 
    
         
            +
                  end
         
     | 
| 
      
 414 
     | 
    
         
            +
                  
         
     | 
| 
      
 415 
     | 
    
         
            +
                  class GoogleRpcStatus
         
     | 
| 
      
 416 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 417 
     | 
    
         
            +
                  
         
     | 
| 
      
 418 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 419 
     | 
    
         
            +
                  end
         
     | 
| 
      
 420 
     | 
    
         
            +
                  
         
     | 
| 
      
 421 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2Action
         
     | 
| 
      
 422 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 423 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 424 
     | 
    
         
            +
                      property :command_digest, as: 'commandDigest', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2Digest, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2Digest::Representation
         
     | 
| 
      
 425 
     | 
    
         
            +
                  
         
     | 
| 
      
 426 
     | 
    
         
            +
                      property :do_not_cache, as: 'doNotCache'
         
     | 
| 
      
 427 
     | 
    
         
            +
                      property :input_root_digest, as: 'inputRootDigest', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2Digest, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2Digest::Representation
         
     | 
| 
      
 428 
     | 
    
         
            +
                  
         
     | 
| 
      
 429 
     | 
    
         
            +
                      collection :output_node_properties, as: 'outputNodeProperties'
         
     | 
| 
      
 430 
     | 
    
         
            +
                      property :timeout, as: 'timeout'
         
     | 
| 
      
 431 
     | 
    
         
            +
                    end
         
     | 
| 
      
 432 
     | 
    
         
            +
                  end
         
     | 
| 
      
 433 
     | 
    
         
            +
                  
         
     | 
| 
      
 434 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2ActionResult
         
     | 
| 
      
 435 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 436 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 437 
     | 
    
         
            +
                      property :execution_metadata, as: 'executionMetadata', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2ExecutedActionMetadata, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2ExecutedActionMetadata::Representation
         
     | 
| 
      
 438 
     | 
    
         
            +
                  
         
     | 
| 
      
 439 
     | 
    
         
            +
                      property :exit_code, as: 'exitCode'
         
     | 
| 
      
 440 
     | 
    
         
            +
                      collection :output_directories, as: 'outputDirectories', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2OutputDirectory, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2OutputDirectory::Representation
         
     | 
| 
      
 441 
     | 
    
         
            +
                  
         
     | 
| 
      
 442 
     | 
    
         
            +
                      collection :output_directory_symlinks, as: 'outputDirectorySymlinks', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2OutputSymlink, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2OutputSymlink::Representation
         
     | 
| 
      
 443 
     | 
    
         
            +
                  
         
     | 
| 
      
 444 
     | 
    
         
            +
                      collection :output_file_symlinks, as: 'outputFileSymlinks', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2OutputSymlink, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2OutputSymlink::Representation
         
     | 
| 
      
 445 
     | 
    
         
            +
                  
         
     | 
| 
      
 446 
     | 
    
         
            +
                      collection :output_files, as: 'outputFiles', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2OutputFile, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2OutputFile::Representation
         
     | 
| 
      
 447 
     | 
    
         
            +
                  
         
     | 
| 
      
 448 
     | 
    
         
            +
                      collection :output_symlinks, as: 'outputSymlinks', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2OutputSymlink, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2OutputSymlink::Representation
         
     | 
| 
      
 449 
     | 
    
         
            +
                  
         
     | 
| 
      
 450 
     | 
    
         
            +
                      property :stderr_digest, as: 'stderrDigest', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2Digest, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2Digest::Representation
         
     | 
| 
      
 451 
     | 
    
         
            +
                  
         
     | 
| 
      
 452 
     | 
    
         
            +
                      property :stderr_raw, :base64 => true, as: 'stderrRaw'
         
     | 
| 
      
 453 
     | 
    
         
            +
                      property :stdout_digest, as: 'stdoutDigest', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2Digest, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2Digest::Representation
         
     | 
| 
      
 454 
     | 
    
         
            +
                  
         
     | 
| 
      
 455 
     | 
    
         
            +
                      property :stdout_raw, :base64 => true, as: 'stdoutRaw'
         
     | 
| 
      
 456 
     | 
    
         
            +
                    end
         
     | 
| 
      
 457 
     | 
    
         
            +
                  end
         
     | 
| 
      
 458 
     | 
    
         
            +
                  
         
     | 
| 
      
 459 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2Command
         
     | 
| 
      
 460 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 461 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 462 
     | 
    
         
            +
                      collection :arguments, as: 'arguments'
         
     | 
| 
      
 463 
     | 
    
         
            +
                      collection :environment_variables, as: 'environmentVariables', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2CommandEnvironmentVariable, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2CommandEnvironmentVariable::Representation
         
     | 
| 
      
 464 
     | 
    
         
            +
                  
         
     | 
| 
      
 465 
     | 
    
         
            +
                      collection :output_directories, as: 'outputDirectories'
         
     | 
| 
      
 466 
     | 
    
         
            +
                      collection :output_files, as: 'outputFiles'
         
     | 
| 
      
 467 
     | 
    
         
            +
                      collection :output_paths, as: 'outputPaths'
         
     | 
| 
      
 468 
     | 
    
         
            +
                      property :platform, as: 'platform', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2Platform, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2Platform::Representation
         
     | 
| 
      
 469 
     | 
    
         
            +
                  
         
     | 
| 
      
 470 
     | 
    
         
            +
                      property :working_directory, as: 'workingDirectory'
         
     | 
| 
      
 471 
     | 
    
         
            +
                    end
         
     | 
| 
      
 472 
     | 
    
         
            +
                  end
         
     | 
| 
      
 473 
     | 
    
         
            +
                  
         
     | 
| 
      
 474 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2CommandEnvironmentVariable
         
     | 
| 
      
 475 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 476 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 477 
     | 
    
         
            +
                      property :name, as: 'name'
         
     | 
| 
      
 478 
     | 
    
         
            +
                      property :value, as: 'value'
         
     | 
| 
      
 479 
     | 
    
         
            +
                    end
         
     | 
| 
      
 480 
     | 
    
         
            +
                  end
         
     | 
| 
      
 481 
     | 
    
         
            +
                  
         
     | 
| 
      
 482 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2Digest
         
     | 
| 
      
 483 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 484 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 485 
     | 
    
         
            +
                      property :hash_prop, as: 'hash'
         
     | 
| 
      
 486 
     | 
    
         
            +
                      property :size_bytes, :numeric_string => true, as: 'sizeBytes'
         
     | 
| 
      
 487 
     | 
    
         
            +
                    end
         
     | 
| 
      
 488 
     | 
    
         
            +
                  end
         
     | 
| 
      
 489 
     | 
    
         
            +
                  
         
     | 
| 
      
 490 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2Directory
         
     | 
| 
      
 491 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 492 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 493 
     | 
    
         
            +
                      collection :directories, as: 'directories', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2DirectoryNode, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2DirectoryNode::Representation
         
     | 
| 
      
 494 
     | 
    
         
            +
                  
         
     | 
| 
      
 495 
     | 
    
         
            +
                      collection :files, as: 'files', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2FileNode, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2FileNode::Representation
         
     | 
| 
      
 496 
     | 
    
         
            +
                  
         
     | 
| 
      
 497 
     | 
    
         
            +
                      collection :node_properties, as: 'nodeProperties', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2NodeProperty, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2NodeProperty::Representation
         
     | 
| 
      
 498 
     | 
    
         
            +
                  
         
     | 
| 
      
 499 
     | 
    
         
            +
                      collection :symlinks, as: 'symlinks', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2SymlinkNode, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2SymlinkNode::Representation
         
     | 
| 
      
 500 
     | 
    
         
            +
                  
         
     | 
| 
      
 501 
     | 
    
         
            +
                    end
         
     | 
| 
      
 502 
     | 
    
         
            +
                  end
         
     | 
| 
      
 503 
     | 
    
         
            +
                  
         
     | 
| 
      
 504 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2DirectoryNode
         
     | 
| 
      
 505 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 506 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 507 
     | 
    
         
            +
                      property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2Digest, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2Digest::Representation
         
     | 
| 
      
 508 
     | 
    
         
            +
                  
         
     | 
| 
      
 509 
     | 
    
         
            +
                      property :name, as: 'name'
         
     | 
| 
      
 510 
     | 
    
         
            +
                    end
         
     | 
| 
      
 511 
     | 
    
         
            +
                  end
         
     | 
| 
      
 512 
     | 
    
         
            +
                  
         
     | 
| 
      
 513 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2ExecuteOperationMetadata
         
     | 
| 
      
 514 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 515 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 516 
     | 
    
         
            +
                      property :action_digest, as: 'actionDigest', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2Digest, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2Digest::Representation
         
     | 
| 
      
 517 
     | 
    
         
            +
                  
         
     | 
| 
      
 518 
     | 
    
         
            +
                      property :stage, as: 'stage'
         
     | 
| 
      
 519 
     | 
    
         
            +
                      property :stderr_stream_name, as: 'stderrStreamName'
         
     | 
| 
      
 520 
     | 
    
         
            +
                      property :stdout_stream_name, as: 'stdoutStreamName'
         
     | 
| 
      
 521 
     | 
    
         
            +
                    end
         
     | 
| 
      
 522 
     | 
    
         
            +
                  end
         
     | 
| 
      
 523 
     | 
    
         
            +
                  
         
     | 
| 
      
 524 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2ExecuteResponse
         
     | 
| 
      
 525 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 526 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 527 
     | 
    
         
            +
                      property :cached_result, as: 'cachedResult'
         
     | 
| 
      
 528 
     | 
    
         
            +
                      property :message, as: 'message'
         
     | 
| 
      
 529 
     | 
    
         
            +
                      property :result, as: 'result', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2ActionResult, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2ActionResult::Representation
         
     | 
| 
      
 530 
     | 
    
         
            +
                  
         
     | 
| 
      
 531 
     | 
    
         
            +
                      hash :server_logs, as: 'serverLogs', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2LogFile, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2LogFile::Representation
         
     | 
| 
      
 532 
     | 
    
         
            +
                  
         
     | 
| 
      
 533 
     | 
    
         
            +
                      property :status, as: 'status', class: Google::Apis::RemotebuildexecutionV1::GoogleRpcStatus, decorator: Google::Apis::RemotebuildexecutionV1::GoogleRpcStatus::Representation
         
     | 
| 
      
 534 
     | 
    
         
            +
                  
         
     | 
| 
      
 535 
     | 
    
         
            +
                    end
         
     | 
| 
      
 536 
     | 
    
         
            +
                  end
         
     | 
| 
      
 537 
     | 
    
         
            +
                  
         
     | 
| 
      
 538 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2ExecutedActionMetadata
         
     | 
| 
      
 539 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 540 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 541 
     | 
    
         
            +
                      property :execution_completed_timestamp, as: 'executionCompletedTimestamp'
         
     | 
| 
      
 542 
     | 
    
         
            +
                      property :execution_start_timestamp, as: 'executionStartTimestamp'
         
     | 
| 
      
 543 
     | 
    
         
            +
                      property :input_fetch_completed_timestamp, as: 'inputFetchCompletedTimestamp'
         
     | 
| 
      
 544 
     | 
    
         
            +
                      property :input_fetch_start_timestamp, as: 'inputFetchStartTimestamp'
         
     | 
| 
      
 545 
     | 
    
         
            +
                      property :output_upload_completed_timestamp, as: 'outputUploadCompletedTimestamp'
         
     | 
| 
      
 546 
     | 
    
         
            +
                      property :output_upload_start_timestamp, as: 'outputUploadStartTimestamp'
         
     | 
| 
      
 547 
     | 
    
         
            +
                      property :queued_timestamp, as: 'queuedTimestamp'
         
     | 
| 
      
 548 
     | 
    
         
            +
                      property :worker, as: 'worker'
         
     | 
| 
      
 549 
     | 
    
         
            +
                      property :worker_completed_timestamp, as: 'workerCompletedTimestamp'
         
     | 
| 
      
 550 
     | 
    
         
            +
                      property :worker_start_timestamp, as: 'workerStartTimestamp'
         
     | 
| 
      
 551 
     | 
    
         
            +
                    end
         
     | 
| 
      
 552 
     | 
    
         
            +
                  end
         
     | 
| 
      
 553 
     | 
    
         
            +
                  
         
     | 
| 
      
 554 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2FileNode
         
     | 
| 
      
 555 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 556 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 557 
     | 
    
         
            +
                      property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2Digest, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2Digest::Representation
         
     | 
| 
      
 558 
     | 
    
         
            +
                  
         
     | 
| 
      
 559 
     | 
    
         
            +
                      property :is_executable, as: 'isExecutable'
         
     | 
| 
      
 560 
     | 
    
         
            +
                      property :name, as: 'name'
         
     | 
| 
      
 561 
     | 
    
         
            +
                      collection :node_properties, as: 'nodeProperties', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2NodeProperty, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2NodeProperty::Representation
         
     | 
| 
      
 562 
     | 
    
         
            +
                  
         
     | 
| 
      
 563 
     | 
    
         
            +
                    end
         
     | 
| 
      
 564 
     | 
    
         
            +
                  end
         
     | 
| 
      
 565 
     | 
    
         
            +
                  
         
     | 
| 
      
 566 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2LogFile
         
     | 
| 
      
 567 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 568 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 569 
     | 
    
         
            +
                      property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2Digest, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2Digest::Representation
         
     | 
| 
      
 570 
     | 
    
         
            +
                  
         
     | 
| 
      
 571 
     | 
    
         
            +
                      property :human_readable, as: 'humanReadable'
         
     | 
| 
      
 572 
     | 
    
         
            +
                    end
         
     | 
| 
      
 573 
     | 
    
         
            +
                  end
         
     | 
| 
      
 574 
     | 
    
         
            +
                  
         
     | 
| 
      
 575 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2NodeProperty
         
     | 
| 
      
 576 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 577 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 578 
     | 
    
         
            +
                      property :name, as: 'name'
         
     | 
| 
      
 579 
     | 
    
         
            +
                      property :value, as: 'value'
         
     | 
| 
      
 580 
     | 
    
         
            +
                    end
         
     | 
| 
      
 581 
     | 
    
         
            +
                  end
         
     | 
| 
      
 582 
     | 
    
         
            +
                  
         
     | 
| 
      
 583 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2OutputDirectory
         
     | 
| 
      
 584 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 585 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 586 
     | 
    
         
            +
                      property :path, as: 'path'
         
     | 
| 
      
 587 
     | 
    
         
            +
                      property :tree_digest, as: 'treeDigest', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2Digest, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2Digest::Representation
         
     | 
| 
      
 588 
     | 
    
         
            +
                  
         
     | 
| 
      
 589 
     | 
    
         
            +
                    end
         
     | 
| 
      
 590 
     | 
    
         
            +
                  end
         
     | 
| 
      
 591 
     | 
    
         
            +
                  
         
     | 
| 
      
 592 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2OutputFile
         
     | 
| 
      
 593 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 594 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 595 
     | 
    
         
            +
                      property :contents, :base64 => true, as: 'contents'
         
     | 
| 
      
 596 
     | 
    
         
            +
                      property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2Digest, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2Digest::Representation
         
     | 
| 
      
 597 
     | 
    
         
            +
                  
         
     | 
| 
      
 598 
     | 
    
         
            +
                      property :is_executable, as: 'isExecutable'
         
     | 
| 
      
 599 
     | 
    
         
            +
                      collection :node_properties, as: 'nodeProperties', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2NodeProperty, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2NodeProperty::Representation
         
     | 
| 
      
 600 
     | 
    
         
            +
                  
         
     | 
| 
      
 601 
     | 
    
         
            +
                      property :path, as: 'path'
         
     | 
| 
      
 602 
     | 
    
         
            +
                    end
         
     | 
| 
      
 603 
     | 
    
         
            +
                  end
         
     | 
| 
      
 604 
     | 
    
         
            +
                  
         
     | 
| 
      
 605 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2OutputSymlink
         
     | 
| 
      
 606 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 607 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 608 
     | 
    
         
            +
                      collection :node_properties, as: 'nodeProperties', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2NodeProperty, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2NodeProperty::Representation
         
     | 
| 
      
 609 
     | 
    
         
            +
                  
         
     | 
| 
      
 610 
     | 
    
         
            +
                      property :path, as: 'path'
         
     | 
| 
      
 611 
     | 
    
         
            +
                      property :target, as: 'target'
         
     | 
| 
      
 612 
     | 
    
         
            +
                    end
         
     | 
| 
      
 613 
     | 
    
         
            +
                  end
         
     | 
| 
      
 614 
     | 
    
         
            +
                  
         
     | 
| 
      
 615 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2Platform
         
     | 
| 
      
 616 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 617 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 618 
     | 
    
         
            +
                      collection :properties, as: 'properties', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2PlatformProperty, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2PlatformProperty::Representation
         
     | 
| 
      
 619 
     | 
    
         
            +
                  
         
     | 
| 
      
 620 
     | 
    
         
            +
                    end
         
     | 
| 
      
 621 
     | 
    
         
            +
                  end
         
     | 
| 
      
 622 
     | 
    
         
            +
                  
         
     | 
| 
      
 623 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2PlatformProperty
         
     | 
| 
      
 624 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 625 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 626 
     | 
    
         
            +
                      property :name, as: 'name'
         
     | 
| 
      
 627 
     | 
    
         
            +
                      property :value, as: 'value'
         
     | 
| 
      
 628 
     | 
    
         
            +
                    end
         
     | 
| 
      
 629 
     | 
    
         
            +
                  end
         
     | 
| 
      
 630 
     | 
    
         
            +
                  
         
     | 
| 
      
 631 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2RequestMetadata
         
     | 
| 
      
 632 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 633 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 634 
     | 
    
         
            +
                      property :action_id, as: 'actionId'
         
     | 
| 
      
 635 
     | 
    
         
            +
                      property :correlated_invocations_id, as: 'correlatedInvocationsId'
         
     | 
| 
      
 636 
     | 
    
         
            +
                      property :tool_details, as: 'toolDetails', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2ToolDetails, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2ToolDetails::Representation
         
     | 
| 
      
 637 
     | 
    
         
            +
                  
         
     | 
| 
      
 638 
     | 
    
         
            +
                      property :tool_invocation_id, as: 'toolInvocationId'
         
     | 
| 
      
 639 
     | 
    
         
            +
                    end
         
     | 
| 
      
 640 
     | 
    
         
            +
                  end
         
     | 
| 
      
 641 
     | 
    
         
            +
                  
         
     | 
| 
      
 642 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2SymlinkNode
         
     | 
| 
      
 643 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 644 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 645 
     | 
    
         
            +
                      property :name, as: 'name'
         
     | 
| 
      
 646 
     | 
    
         
            +
                      collection :node_properties, as: 'nodeProperties', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2NodeProperty, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2NodeProperty::Representation
         
     | 
| 
      
 647 
     | 
    
         
            +
                  
         
     | 
| 
      
 648 
     | 
    
         
            +
                      property :target, as: 'target'
         
     | 
| 
      
 649 
     | 
    
         
            +
                    end
         
     | 
| 
      
 650 
     | 
    
         
            +
                  end
         
     | 
| 
      
 651 
     | 
    
         
            +
                  
         
     | 
| 
      
 652 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2ToolDetails
         
     | 
| 
      
 653 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 654 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 655 
     | 
    
         
            +
                      property :tool_name, as: 'toolName'
         
     | 
| 
      
 656 
     | 
    
         
            +
                      property :tool_version, as: 'toolVersion'
         
     | 
| 
      
 657 
     | 
    
         
            +
                    end
         
     | 
| 
      
 658 
     | 
    
         
            +
                  end
         
     | 
| 
      
 659 
     | 
    
         
            +
                  
         
     | 
| 
      
 660 
     | 
    
         
            +
                  class BuildBazelRemoteExecutionV2Tree
         
     | 
| 
      
 661 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 662 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 663 
     | 
    
         
            +
                      collection :children, as: 'children', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2Directory, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2Directory::Representation
         
     | 
| 
      
 664 
     | 
    
         
            +
                  
         
     | 
| 
      
 665 
     | 
    
         
            +
                      property :root, as: 'root', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2Directory, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2Directory::Representation
         
     | 
| 
      
 666 
     | 
    
         
            +
                  
         
     | 
| 
      
 667 
     | 
    
         
            +
                    end
         
     | 
| 
      
 668 
     | 
    
         
            +
                  end
         
     | 
| 
      
 669 
     | 
    
         
            +
                  
         
     | 
| 
      
 670 
     | 
    
         
            +
                  class GoogleBytestreamMedia
         
     | 
| 
      
 671 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 672 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 673 
     | 
    
         
            +
                      property :resource_name, as: 'resourceName'
         
     | 
| 
      
 674 
     | 
    
         
            +
                    end
         
     | 
| 
      
 675 
     | 
    
         
            +
                  end
         
     | 
| 
      
 676 
     | 
    
         
            +
                  
         
     | 
| 
      
 677 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildbotCommandDurations
         
     | 
| 
      
 678 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 679 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 680 
     | 
    
         
            +
                      property :docker_prep, as: 'dockerPrep'
         
     | 
| 
      
 681 
     | 
    
         
            +
                      property :docker_prep_start_time, as: 'dockerPrepStartTime'
         
     | 
| 
      
 682 
     | 
    
         
            +
                      property :download, as: 'download'
         
     | 
| 
      
 683 
     | 
    
         
            +
                      property :download_start_time, as: 'downloadStartTime'
         
     | 
| 
      
 684 
     | 
    
         
            +
                      property :exec_start_time, as: 'execStartTime'
         
     | 
| 
      
 685 
     | 
    
         
            +
                      property :execution, as: 'execution'
         
     | 
| 
      
 686 
     | 
    
         
            +
                      property :iso_prep_done, as: 'isoPrepDone'
         
     | 
| 
      
 687 
     | 
    
         
            +
                      property :overall, as: 'overall'
         
     | 
| 
      
 688 
     | 
    
         
            +
                      property :stdout, as: 'stdout'
         
     | 
| 
      
 689 
     | 
    
         
            +
                      property :upload, as: 'upload'
         
     | 
| 
      
 690 
     | 
    
         
            +
                      property :upload_start_time, as: 'uploadStartTime'
         
     | 
| 
      
 691 
     | 
    
         
            +
                    end
         
     | 
| 
      
 692 
     | 
    
         
            +
                  end
         
     | 
| 
      
 693 
     | 
    
         
            +
                  
         
     | 
| 
      
 694 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildbotCommandEvents
         
     | 
| 
      
 695 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 696 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 697 
     | 
    
         
            +
                      property :docker_cache_hit, as: 'dockerCacheHit'
         
     | 
| 
      
 698 
     | 
    
         
            +
                      property :docker_image_name, as: 'dockerImageName'
         
     | 
| 
      
 699 
     | 
    
         
            +
                      property :input_cache_miss, as: 'inputCacheMiss'
         
     | 
| 
      
 700 
     | 
    
         
            +
                      property :num_errors, :numeric_string => true, as: 'numErrors'
         
     | 
| 
      
 701 
     | 
    
         
            +
                      property :num_warnings, :numeric_string => true, as: 'numWarnings'
         
     | 
| 
      
 702 
     | 
    
         
            +
                    end
         
     | 
| 
      
 703 
     | 
    
         
            +
                  end
         
     | 
| 
      
 704 
     | 
    
         
            +
                  
         
     | 
| 
      
 705 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildbotCommandStatus
         
     | 
| 
      
 706 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 707 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 708 
     | 
    
         
            +
                      property :code, as: 'code'
         
     | 
| 
      
 709 
     | 
    
         
            +
                      property :message, as: 'message'
         
     | 
| 
      
 710 
     | 
    
         
            +
                    end
         
     | 
| 
      
 711 
     | 
    
         
            +
                  end
         
     | 
| 
      
 712 
     | 
    
         
            +
                  
         
     | 
| 
      
 713 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildbotResourceUsage
         
     | 
| 
      
 714 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 715 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 716 
     | 
    
         
            +
                      property :cpu_used_percent, as: 'cpuUsedPercent'
         
     | 
| 
      
 717 
     | 
    
         
            +
                      property :disk_usage, as: 'diskUsage', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildbotResourceUsageStat, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildbotResourceUsageStat::Representation
         
     | 
| 
      
 718 
     | 
    
         
            +
                  
         
     | 
| 
      
 719 
     | 
    
         
            +
                      property :memory_usage, as: 'memoryUsage', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildbotResourceUsageStat, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildbotResourceUsageStat::Representation
         
     | 
| 
      
 720 
     | 
    
         
            +
                  
         
     | 
| 
      
 721 
     | 
    
         
            +
                    end
         
     | 
| 
      
 722 
     | 
    
         
            +
                  end
         
     | 
| 
      
 723 
     | 
    
         
            +
                  
         
     | 
| 
      
 724 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildbotResourceUsageStat
         
     | 
| 
      
 725 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 726 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 727 
     | 
    
         
            +
                      property :total, :numeric_string => true, as: 'total'
         
     | 
| 
      
 728 
     | 
    
         
            +
                      property :used, :numeric_string => true, as: 'used'
         
     | 
| 
      
 729 
     | 
    
         
            +
                    end
         
     | 
| 
      
 730 
     | 
    
         
            +
                  end
         
     | 
| 
      
 731 
     | 
    
         
            +
                  
         
     | 
| 
      
 732 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaAcceleratorConfig
         
     | 
| 
      
 733 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 734 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 735 
     | 
    
         
            +
                      property :accelerator_count, :numeric_string => true, as: 'acceleratorCount'
         
     | 
| 
      
 736 
     | 
    
         
            +
                      property :accelerator_type, as: 'acceleratorType'
         
     | 
| 
      
 737 
     | 
    
         
            +
                    end
         
     | 
| 
      
 738 
     | 
    
         
            +
                  end
         
     | 
| 
      
 739 
     | 
    
         
            +
                  
         
     | 
| 
      
 740 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaAutoscale
         
     | 
| 
      
 741 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 742 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 743 
     | 
    
         
            +
                      property :max_size, :numeric_string => true, as: 'maxSize'
         
     | 
| 
      
 744 
     | 
    
         
            +
                      property :min_size, :numeric_string => true, as: 'minSize'
         
     | 
| 
      
 745 
     | 
    
         
            +
                    end
         
     | 
| 
      
 746 
     | 
    
         
            +
                  end
         
     | 
| 
      
 747 
     | 
    
         
            +
                  
         
     | 
| 
      
 748 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaCreateInstanceRequest
         
     | 
| 
      
 749 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 750 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 751 
     | 
    
         
            +
                      property :instance, as: 'instance', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance::Representation
         
     | 
| 
      
 752 
     | 
    
         
            +
                  
         
     | 
| 
      
 753 
     | 
    
         
            +
                      property :instance_id, as: 'instanceId'
         
     | 
| 
      
 754 
     | 
    
         
            +
                      property :parent, as: 'parent'
         
     | 
| 
      
 755 
     | 
    
         
            +
                    end
         
     | 
| 
      
 756 
     | 
    
         
            +
                  end
         
     | 
| 
      
 757 
     | 
    
         
            +
                  
         
     | 
| 
      
 758 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaCreateWorkerPoolRequest
         
     | 
| 
      
 759 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 760 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 761 
     | 
    
         
            +
                      property :parent, as: 'parent'
         
     | 
| 
      
 762 
     | 
    
         
            +
                      property :pool_id, as: 'poolId'
         
     | 
| 
      
 763 
     | 
    
         
            +
                      property :worker_pool, as: 'workerPool', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool::Representation
         
     | 
| 
      
 764 
     | 
    
         
            +
                  
         
     | 
| 
      
 765 
     | 
    
         
            +
                    end
         
     | 
| 
      
 766 
     | 
    
         
            +
                  end
         
     | 
| 
      
 767 
     | 
    
         
            +
                  
         
     | 
| 
      
 768 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaDeleteInstanceRequest
         
     | 
| 
      
 769 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 770 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 771 
     | 
    
         
            +
                      property :name, as: 'name'
         
     | 
| 
      
 772 
     | 
    
         
            +
                    end
         
     | 
| 
      
 773 
     | 
    
         
            +
                  end
         
     | 
| 
      
 774 
     | 
    
         
            +
                  
         
     | 
| 
      
 775 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaDeleteWorkerPoolRequest
         
     | 
| 
      
 776 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 777 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 778 
     | 
    
         
            +
                      property :name, as: 'name'
         
     | 
| 
      
 779 
     | 
    
         
            +
                    end
         
     | 
| 
      
 780 
     | 
    
         
            +
                  end
         
     | 
| 
      
 781 
     | 
    
         
            +
                  
         
     | 
| 
      
 782 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicy
         
     | 
| 
      
 783 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 784 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 785 
     | 
    
         
            +
                      property :container_image_sources, as: 'containerImageSources', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature::Representation
         
     | 
| 
      
 786 
     | 
    
         
            +
                  
         
     | 
| 
      
 787 
     | 
    
         
            +
                      property :docker_add_capabilities, as: 'dockerAddCapabilities', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature::Representation
         
     | 
| 
      
 788 
     | 
    
         
            +
                  
         
     | 
| 
      
 789 
     | 
    
         
            +
                      property :docker_chroot_path, as: 'dockerChrootPath', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature::Representation
         
     | 
| 
      
 790 
     | 
    
         
            +
                  
         
     | 
| 
      
 791 
     | 
    
         
            +
                      property :docker_network, as: 'dockerNetwork', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature::Representation
         
     | 
| 
      
 792 
     | 
    
         
            +
                  
         
     | 
| 
      
 793 
     | 
    
         
            +
                      property :docker_privileged, as: 'dockerPrivileged', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature::Representation
         
     | 
| 
      
 794 
     | 
    
         
            +
                  
         
     | 
| 
      
 795 
     | 
    
         
            +
                      property :docker_run_as_root, as: 'dockerRunAsRoot', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature::Representation
         
     | 
| 
      
 796 
     | 
    
         
            +
                  
         
     | 
| 
      
 797 
     | 
    
         
            +
                      property :docker_runtime, as: 'dockerRuntime', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature::Representation
         
     | 
| 
      
 798 
     | 
    
         
            +
                  
         
     | 
| 
      
 799 
     | 
    
         
            +
                      property :docker_sibling_containers, as: 'dockerSiblingContainers', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature::Representation
         
     | 
| 
      
 800 
     | 
    
         
            +
                  
         
     | 
| 
      
 801 
     | 
    
         
            +
                      property :linux_isolation, as: 'linuxIsolation'
         
     | 
| 
      
 802 
     | 
    
         
            +
                    end
         
     | 
| 
      
 803 
     | 
    
         
            +
                  end
         
     | 
| 
      
 804 
     | 
    
         
            +
                  
         
     | 
| 
      
 805 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature
         
     | 
| 
      
 806 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 807 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 808 
     | 
    
         
            +
                      collection :allowed_values, as: 'allowedValues'
         
     | 
| 
      
 809 
     | 
    
         
            +
                      property :policy, as: 'policy'
         
     | 
| 
      
 810 
     | 
    
         
            +
                    end
         
     | 
| 
      
 811 
     | 
    
         
            +
                  end
         
     | 
| 
      
 812 
     | 
    
         
            +
                  
         
     | 
| 
      
 813 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaGetInstanceRequest
         
     | 
| 
      
 814 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 815 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 816 
     | 
    
         
            +
                      property :name, as: 'name'
         
     | 
| 
      
 817 
     | 
    
         
            +
                    end
         
     | 
| 
      
 818 
     | 
    
         
            +
                  end
         
     | 
| 
      
 819 
     | 
    
         
            +
                  
         
     | 
| 
      
 820 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaGetWorkerPoolRequest
         
     | 
| 
      
 821 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 822 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 823 
     | 
    
         
            +
                      property :name, as: 'name'
         
     | 
| 
      
 824 
     | 
    
         
            +
                    end
         
     | 
| 
      
 825 
     | 
    
         
            +
                  end
         
     | 
| 
      
 826 
     | 
    
         
            +
                  
         
     | 
| 
      
 827 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance
         
     | 
| 
      
 828 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 829 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 830 
     | 
    
         
            +
                      property :feature_policy, as: 'featurePolicy', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicy, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicy::Representation
         
     | 
| 
      
 831 
     | 
    
         
            +
                  
         
     | 
| 
      
 832 
     | 
    
         
            +
                      property :location, as: 'location'
         
     | 
| 
      
 833 
     | 
    
         
            +
                      property :logging_enabled, as: 'loggingEnabled'
         
     | 
| 
      
 834 
     | 
    
         
            +
                      property :name, as: 'name'
         
     | 
| 
      
 835 
     | 
    
         
            +
                      property :state, as: 'state'
         
     | 
| 
      
 836 
     | 
    
         
            +
                    end
         
     | 
| 
      
 837 
     | 
    
         
            +
                  end
         
     | 
| 
      
 838 
     | 
    
         
            +
                  
         
     | 
| 
      
 839 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaListInstancesRequest
         
     | 
| 
      
 840 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 841 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 842 
     | 
    
         
            +
                      property :parent, as: 'parent'
         
     | 
| 
      
 843 
     | 
    
         
            +
                    end
         
     | 
| 
      
 844 
     | 
    
         
            +
                  end
         
     | 
| 
      
 845 
     | 
    
         
            +
                  
         
     | 
| 
      
 846 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaListInstancesResponse
         
     | 
| 
      
 847 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 848 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 849 
     | 
    
         
            +
                      collection :instances, as: 'instances', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance::Representation
         
     | 
| 
      
 850 
     | 
    
         
            +
                  
         
     | 
| 
      
 851 
     | 
    
         
            +
                    end
         
     | 
| 
      
 852 
     | 
    
         
            +
                  end
         
     | 
| 
      
 853 
     | 
    
         
            +
                  
         
     | 
| 
      
 854 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsRequest
         
     | 
| 
      
 855 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 856 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 857 
     | 
    
         
            +
                      property :filter, as: 'filter'
         
     | 
| 
      
 858 
     | 
    
         
            +
                      property :parent, as: 'parent'
         
     | 
| 
      
 859 
     | 
    
         
            +
                    end
         
     | 
| 
      
 860 
     | 
    
         
            +
                  end
         
     | 
| 
      
 861 
     | 
    
         
            +
                  
         
     | 
| 
      
 862 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsResponse
         
     | 
| 
      
 863 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 864 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 865 
     | 
    
         
            +
                      collection :worker_pools, as: 'workerPools', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool::Representation
         
     | 
| 
      
 866 
     | 
    
         
            +
                  
         
     | 
| 
      
 867 
     | 
    
         
            +
                    end
         
     | 
| 
      
 868 
     | 
    
         
            +
                  end
         
     | 
| 
      
 869 
     | 
    
         
            +
                  
         
     | 
| 
      
 870 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaUpdateInstanceRequest
         
     | 
| 
      
 871 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 872 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 873 
     | 
    
         
            +
                      property :instance, as: 'instance', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance::Representation
         
     | 
| 
      
 874 
     | 
    
         
            +
                  
         
     | 
| 
      
 875 
     | 
    
         
            +
                      property :logging_enabled, as: 'loggingEnabled'
         
     | 
| 
      
 876 
     | 
    
         
            +
                      property :name, as: 'name'
         
     | 
| 
      
 877 
     | 
    
         
            +
                      property :update_mask, as: 'updateMask'
         
     | 
| 
      
 878 
     | 
    
         
            +
                    end
         
     | 
| 
      
 879 
     | 
    
         
            +
                  end
         
     | 
| 
      
 880 
     | 
    
         
            +
                  
         
     | 
| 
      
 881 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaUpdateWorkerPoolRequest
         
     | 
| 
      
 882 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 883 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 884 
     | 
    
         
            +
                      property :update_mask, as: 'updateMask'
         
     | 
| 
      
 885 
     | 
    
         
            +
                      property :worker_pool, as: 'workerPool', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool::Representation
         
     | 
| 
      
 886 
     | 
    
         
            +
                  
         
     | 
| 
      
 887 
     | 
    
         
            +
                    end
         
     | 
| 
      
 888 
     | 
    
         
            +
                  end
         
     | 
| 
      
 889 
     | 
    
         
            +
                  
         
     | 
| 
      
 890 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig
         
     | 
| 
      
 891 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 892 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 893 
     | 
    
         
            +
                      property :accelerator, as: 'accelerator', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaAcceleratorConfig, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaAcceleratorConfig::Representation
         
     | 
| 
      
 894 
     | 
    
         
            +
                  
         
     | 
| 
      
 895 
     | 
    
         
            +
                      property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
         
     | 
| 
      
 896 
     | 
    
         
            +
                      property :disk_type, as: 'diskType'
         
     | 
| 
      
 897 
     | 
    
         
            +
                      hash :labels, as: 'labels'
         
     | 
| 
      
 898 
     | 
    
         
            +
                      property :machine_type, as: 'machineType'
         
     | 
| 
      
 899 
     | 
    
         
            +
                      property :max_concurrent_actions, :numeric_string => true, as: 'maxConcurrentActions'
         
     | 
| 
      
 900 
     | 
    
         
            +
                      property :min_cpu_platform, as: 'minCpuPlatform'
         
     | 
| 
      
 901 
     | 
    
         
            +
                      property :network_access, as: 'networkAccess'
         
     | 
| 
      
 902 
     | 
    
         
            +
                      property :reserved, as: 'reserved'
         
     | 
| 
      
 903 
     | 
    
         
            +
                      property :sole_tenant_node_type, as: 'soleTenantNodeType'
         
     | 
| 
      
 904 
     | 
    
         
            +
                      property :vm_image, as: 'vmImage'
         
     | 
| 
      
 905 
     | 
    
         
            +
                    end
         
     | 
| 
      
 906 
     | 
    
         
            +
                  end
         
     | 
| 
      
 907 
     | 
    
         
            +
                  
         
     | 
| 
      
 908 
     | 
    
         
            +
                  class GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool
         
     | 
| 
      
 909 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 910 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 911 
     | 
    
         
            +
                      property :autoscale, as: 'autoscale', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaAutoscale, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaAutoscale::Representation
         
     | 
| 
      
 912 
     | 
    
         
            +
                  
         
     | 
| 
      
 913 
     | 
    
         
            +
                      property :channel, as: 'channel'
         
     | 
| 
      
 914 
     | 
    
         
            +
                      property :name, as: 'name'
         
     | 
| 
      
 915 
     | 
    
         
            +
                      property :state, as: 'state'
         
     | 
| 
      
 916 
     | 
    
         
            +
                      property :worker_config, as: 'workerConfig', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig::Representation
         
     | 
| 
      
 917 
     | 
    
         
            +
                  
         
     | 
| 
      
 918 
     | 
    
         
            +
                      property :worker_count, :numeric_string => true, as: 'workerCount'
         
     | 
| 
      
 919 
     | 
    
         
            +
                    end
         
     | 
| 
      
 920 
     | 
    
         
            +
                  end
         
     | 
| 
      
 921 
     | 
    
         
            +
                  
         
     | 
| 
      
 922 
     | 
    
         
            +
                  class GoogleDevtoolsRemoteworkersV1test2AdminTemp
         
     | 
| 
      
 923 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 924 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 925 
     | 
    
         
            +
                      property :arg, as: 'arg'
         
     | 
| 
      
 926 
     | 
    
         
            +
                      property :command, as: 'command'
         
     | 
| 
      
 927 
     | 
    
         
            +
                    end
         
     | 
| 
      
 928 
     | 
    
         
            +
                  end
         
     | 
| 
      
 929 
     | 
    
         
            +
                  
         
     | 
| 
      
 930 
     | 
    
         
            +
                  class GoogleDevtoolsRemoteworkersV1test2Blob
         
     | 
| 
      
 931 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 932 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 933 
     | 
    
         
            +
                      property :contents, :base64 => true, as: 'contents'
         
     | 
| 
      
 934 
     | 
    
         
            +
                      property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteworkersV1test2Digest, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteworkersV1test2Digest::Representation
         
     | 
| 
      
 935 
     | 
    
         
            +
                  
         
     | 
| 
      
 936 
     | 
    
         
            +
                    end
         
     | 
| 
      
 937 
     | 
    
         
            +
                  end
         
     | 
| 
      
 938 
     | 
    
         
            +
                  
         
     | 
| 
      
 939 
     | 
    
         
            +
                  class GoogleDevtoolsRemoteworkersV1test2CommandOutputs
         
     | 
| 
      
 940 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 941 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 942 
     | 
    
         
            +
                      property :exit_code, as: 'exitCode'
         
     | 
| 
      
 943 
     | 
    
         
            +
                      property :outputs, as: 'outputs', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteworkersV1test2Digest, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteworkersV1test2Digest::Representation
         
     | 
| 
      
 944 
     | 
    
         
            +
                  
         
     | 
| 
      
 945 
     | 
    
         
            +
                    end
         
     | 
| 
      
 946 
     | 
    
         
            +
                  end
         
     | 
| 
      
 947 
     | 
    
         
            +
                  
         
     | 
| 
      
 948 
     | 
    
         
            +
                  class GoogleDevtoolsRemoteworkersV1test2CommandOverhead
         
     | 
| 
      
 949 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 950 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 951 
     | 
    
         
            +
                      property :duration, as: 'duration'
         
     | 
| 
      
 952 
     | 
    
         
            +
                      property :overhead, as: 'overhead'
         
     | 
| 
      
 953 
     | 
    
         
            +
                    end
         
     | 
| 
      
 954 
     | 
    
         
            +
                  end
         
     | 
| 
      
 955 
     | 
    
         
            +
                  
         
     | 
| 
      
 956 
     | 
    
         
            +
                  class GoogleDevtoolsRemoteworkersV1test2CommandResult
         
     | 
| 
      
 957 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 958 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 959 
     | 
    
         
            +
                      property :duration, as: 'duration'
         
     | 
| 
      
 960 
     | 
    
         
            +
                      property :exit_code, as: 'exitCode'
         
     | 
| 
      
 961 
     | 
    
         
            +
                      collection :metadata, as: 'metadata'
         
     | 
| 
      
 962 
     | 
    
         
            +
                      property :outputs, as: 'outputs', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteworkersV1test2Digest, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteworkersV1test2Digest::Representation
         
     | 
| 
      
 963 
     | 
    
         
            +
                  
         
     | 
| 
      
 964 
     | 
    
         
            +
                      property :overhead, as: 'overhead'
         
     | 
| 
      
 965 
     | 
    
         
            +
                      property :status, as: 'status', class: Google::Apis::RemotebuildexecutionV1::GoogleRpcStatus, decorator: Google::Apis::RemotebuildexecutionV1::GoogleRpcStatus::Representation
         
     | 
| 
      
 966 
     | 
    
         
            +
                  
         
     | 
| 
      
 967 
     | 
    
         
            +
                    end
         
     | 
| 
      
 968 
     | 
    
         
            +
                  end
         
     | 
| 
      
 969 
     | 
    
         
            +
                  
         
     | 
| 
      
 970 
     | 
    
         
            +
                  class GoogleDevtoolsRemoteworkersV1test2CommandTask
         
     | 
| 
      
 971 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 972 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 973 
     | 
    
         
            +
                      property :expected_outputs, as: 'expectedOutputs', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs::Representation
         
     | 
| 
      
 974 
     | 
    
         
            +
                  
         
     | 
| 
      
 975 
     | 
    
         
            +
                      property :inputs, as: 'inputs', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteworkersV1test2CommandTaskInputs, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteworkersV1test2CommandTaskInputs::Representation
         
     | 
| 
      
 976 
     | 
    
         
            +
                  
         
     | 
| 
      
 977 
     | 
    
         
            +
                      property :timeouts, as: 'timeouts', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteworkersV1test2CommandTaskTimeouts, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteworkersV1test2CommandTaskTimeouts::Representation
         
     | 
| 
      
 978 
     | 
    
         
            +
                  
         
     | 
| 
      
 979 
     | 
    
         
            +
                    end
         
     | 
| 
      
 980 
     | 
    
         
            +
                  end
         
     | 
| 
      
 981 
     | 
    
         
            +
                  
         
     | 
| 
      
 982 
     | 
    
         
            +
                  class GoogleDevtoolsRemoteworkersV1test2CommandTaskInputs
         
     | 
| 
      
 983 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 984 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 985 
     | 
    
         
            +
                      collection :arguments, as: 'arguments'
         
     | 
| 
      
 986 
     | 
    
         
            +
                      collection :environment_variables, as: 'environmentVariables', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteworkersV1test2CommandTaskInputsEnvironmentVariable, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteworkersV1test2CommandTaskInputsEnvironmentVariable::Representation
         
     | 
| 
      
 987 
     | 
    
         
            +
                  
         
     | 
| 
      
 988 
     | 
    
         
            +
                      collection :files, as: 'files', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteworkersV1test2Digest, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteworkersV1test2Digest::Representation
         
     | 
| 
      
 989 
     | 
    
         
            +
                  
         
     | 
| 
      
 990 
     | 
    
         
            +
                      collection :inline_blobs, as: 'inlineBlobs', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteworkersV1test2Blob, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteworkersV1test2Blob::Representation
         
     | 
| 
      
 991 
     | 
    
         
            +
                  
         
     | 
| 
      
 992 
     | 
    
         
            +
                      property :working_directory, as: 'workingDirectory'
         
     | 
| 
      
 993 
     | 
    
         
            +
                    end
         
     | 
| 
      
 994 
     | 
    
         
            +
                  end
         
     | 
| 
      
 995 
     | 
    
         
            +
                  
         
     | 
| 
      
 996 
     | 
    
         
            +
                  class GoogleDevtoolsRemoteworkersV1test2CommandTaskInputsEnvironmentVariable
         
     | 
| 
      
 997 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 998 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 999 
     | 
    
         
            +
                      property :name, as: 'name'
         
     | 
| 
      
 1000 
     | 
    
         
            +
                      property :value, as: 'value'
         
     | 
| 
      
 1001 
     | 
    
         
            +
                    end
         
     | 
| 
      
 1002 
     | 
    
         
            +
                  end
         
     | 
| 
      
 1003 
     | 
    
         
            +
                  
         
     | 
| 
      
 1004 
     | 
    
         
            +
                  class GoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs
         
     | 
| 
      
 1005 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 1006 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 1007 
     | 
    
         
            +
                      collection :directories, as: 'directories'
         
     | 
| 
      
 1008 
     | 
    
         
            +
                      collection :files, as: 'files'
         
     | 
| 
      
 1009 
     | 
    
         
            +
                      property :stderr_destination, as: 'stderrDestination'
         
     | 
| 
      
 1010 
     | 
    
         
            +
                      property :stdout_destination, as: 'stdoutDestination'
         
     | 
| 
      
 1011 
     | 
    
         
            +
                    end
         
     | 
| 
      
 1012 
     | 
    
         
            +
                  end
         
     | 
| 
      
 1013 
     | 
    
         
            +
                  
         
     | 
| 
      
 1014 
     | 
    
         
            +
                  class GoogleDevtoolsRemoteworkersV1test2CommandTaskTimeouts
         
     | 
| 
      
 1015 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 1016 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 1017 
     | 
    
         
            +
                      property :execution, as: 'execution'
         
     | 
| 
      
 1018 
     | 
    
         
            +
                      property :idle, as: 'idle'
         
     | 
| 
      
 1019 
     | 
    
         
            +
                      property :shutdown, as: 'shutdown'
         
     | 
| 
      
 1020 
     | 
    
         
            +
                    end
         
     | 
| 
      
 1021 
     | 
    
         
            +
                  end
         
     | 
| 
      
 1022 
     | 
    
         
            +
                  
         
     | 
| 
      
 1023 
     | 
    
         
            +
                  class GoogleDevtoolsRemoteworkersV1test2Digest
         
     | 
| 
      
 1024 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 1025 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 1026 
     | 
    
         
            +
                      property :hash_prop, as: 'hash'
         
     | 
| 
      
 1027 
     | 
    
         
            +
                      property :size_bytes, :numeric_string => true, as: 'sizeBytes'
         
     | 
| 
      
 1028 
     | 
    
         
            +
                    end
         
     | 
| 
      
 1029 
     | 
    
         
            +
                  end
         
     | 
| 
      
 1030 
     | 
    
         
            +
                  
         
     | 
| 
      
 1031 
     | 
    
         
            +
                  class GoogleDevtoolsRemoteworkersV1test2Directory
         
     | 
| 
      
 1032 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 1033 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 1034 
     | 
    
         
            +
                      collection :directories, as: 'directories', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteworkersV1test2DirectoryMetadata, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteworkersV1test2DirectoryMetadata::Representation
         
     | 
| 
      
 1035 
     | 
    
         
            +
                  
         
     | 
| 
      
 1036 
     | 
    
         
            +
                      collection :files, as: 'files', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteworkersV1test2FileMetadata, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteworkersV1test2FileMetadata::Representation
         
     | 
| 
      
 1037 
     | 
    
         
            +
                  
         
     | 
| 
      
 1038 
     | 
    
         
            +
                    end
         
     | 
| 
      
 1039 
     | 
    
         
            +
                  end
         
     | 
| 
      
 1040 
     | 
    
         
            +
                  
         
     | 
| 
      
 1041 
     | 
    
         
            +
                  class GoogleDevtoolsRemoteworkersV1test2DirectoryMetadata
         
     | 
| 
      
 1042 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 1043 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 1044 
     | 
    
         
            +
                      property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteworkersV1test2Digest, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteworkersV1test2Digest::Representation
         
     | 
| 
      
 1045 
     | 
    
         
            +
                  
         
     | 
| 
      
 1046 
     | 
    
         
            +
                      property :path, as: 'path'
         
     | 
| 
      
 1047 
     | 
    
         
            +
                    end
         
     | 
| 
      
 1048 
     | 
    
         
            +
                  end
         
     | 
| 
      
 1049 
     | 
    
         
            +
                  
         
     | 
| 
      
 1050 
     | 
    
         
            +
                  class GoogleDevtoolsRemoteworkersV1test2FileMetadata
         
     | 
| 
      
 1051 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 1052 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 1053 
     | 
    
         
            +
                      property :contents, :base64 => true, as: 'contents'
         
     | 
| 
      
 1054 
     | 
    
         
            +
                      property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteworkersV1test2Digest, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemoteworkersV1test2Digest::Representation
         
     | 
| 
      
 1055 
     | 
    
         
            +
                  
         
     | 
| 
      
 1056 
     | 
    
         
            +
                      property :is_executable, as: 'isExecutable'
         
     | 
| 
      
 1057 
     | 
    
         
            +
                      property :path, as: 'path'
         
     | 
| 
      
 1058 
     | 
    
         
            +
                    end
         
     | 
| 
      
 1059 
     | 
    
         
            +
                  end
         
     | 
| 
      
 1060 
     | 
    
         
            +
                  
         
     | 
| 
      
 1061 
     | 
    
         
            +
                  class GoogleLongrunningCancelOperationRequest
         
     | 
| 
      
 1062 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 1063 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 1064 
     | 
    
         
            +
                    end
         
     | 
| 
      
 1065 
     | 
    
         
            +
                  end
         
     | 
| 
      
 1066 
     | 
    
         
            +
                  
         
     | 
| 
      
 1067 
     | 
    
         
            +
                  class GoogleLongrunningListOperationsResponse
         
     | 
| 
      
 1068 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 1069 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 1070 
     | 
    
         
            +
                      property :next_page_token, as: 'nextPageToken'
         
     | 
| 
      
 1071 
     | 
    
         
            +
                      collection :operations, as: 'operations', class: Google::Apis::RemotebuildexecutionV1::GoogleLongrunningOperation, decorator: Google::Apis::RemotebuildexecutionV1::GoogleLongrunningOperation::Representation
         
     | 
| 
      
 1072 
     | 
    
         
            +
                  
         
     | 
| 
      
 1073 
     | 
    
         
            +
                    end
         
     | 
| 
      
 1074 
     | 
    
         
            +
                  end
         
     | 
| 
      
 1075 
     | 
    
         
            +
                  
         
     | 
| 
      
 1076 
     | 
    
         
            +
                  class GoogleLongrunningOperation
         
     | 
| 
      
 1077 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 1078 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 1079 
     | 
    
         
            +
                      property :done, as: 'done'
         
     | 
| 
      
 1080 
     | 
    
         
            +
                      property :error, as: 'error', class: Google::Apis::RemotebuildexecutionV1::GoogleRpcStatus, decorator: Google::Apis::RemotebuildexecutionV1::GoogleRpcStatus::Representation
         
     | 
| 
      
 1081 
     | 
    
         
            +
                  
         
     | 
| 
      
 1082 
     | 
    
         
            +
                      hash :metadata, as: 'metadata'
         
     | 
| 
      
 1083 
     | 
    
         
            +
                      property :name, as: 'name'
         
     | 
| 
      
 1084 
     | 
    
         
            +
                      hash :response, as: 'response'
         
     | 
| 
      
 1085 
     | 
    
         
            +
                    end
         
     | 
| 
      
 1086 
     | 
    
         
            +
                  end
         
     | 
| 
      
 1087 
     | 
    
         
            +
                  
         
     | 
| 
      
 1088 
     | 
    
         
            +
                  class GoogleProtobufEmpty
         
     | 
| 
      
 1089 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 1090 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 1091 
     | 
    
         
            +
                    end
         
     | 
| 
      
 1092 
     | 
    
         
            +
                  end
         
     | 
| 
      
 1093 
     | 
    
         
            +
                  
         
     | 
| 
      
 1094 
     | 
    
         
            +
                  class GoogleRpcStatus
         
     | 
| 
      
 1095 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 1096 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 1097 
     | 
    
         
            +
                      property :code, as: 'code'
         
     | 
| 
      
 1098 
     | 
    
         
            +
                      collection :details, as: 'details'
         
     | 
| 
      
 1099 
     | 
    
         
            +
                      property :message, as: 'message'
         
     | 
| 
      
 1100 
     | 
    
         
            +
                    end
         
     | 
| 
      
 1101 
     | 
    
         
            +
                  end
         
     | 
| 
      
 1102 
     | 
    
         
            +
                end
         
     | 
| 
      
 1103 
     | 
    
         
            +
              end
         
     | 
| 
      
 1104 
     | 
    
         
            +
            end
         
     |