Sha256: e7c3f2e652bc65f7b3b44ae96f2d21a4c2c0e568aa7df3c1f473ba2bee00974e

Contents?: true

Size: 1.8 KB

Versions: 65

Compression:

Stored size: 1.8 KB

Contents

# frozen_string_literal: true

# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# Auto-generated by gapic-generator-ruby. DO NOT EDIT!


module Google
  module Cloud
    module SecurityCenter
      module V1
        # Response of asset discovery run
        # @!attribute [rw] state
        #   @return [::Google::Cloud::SecurityCenter::V1::RunAssetDiscoveryResponse::State]
        #     The state of an asset discovery run.
        # @!attribute [rw] duration
        #   @return [::Google::Protobuf::Duration]
        #     The duration between asset discovery run start and end
        class RunAssetDiscoveryResponse
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods

          # The state of an asset discovery run.
          module State
            # Asset discovery run state was unspecified.
            STATE_UNSPECIFIED = 0

            # Asset discovery run completed successfully.
            COMPLETED = 1

            # Asset discovery run was cancelled with tasks still pending, as another
            # run for the same organization was started with a higher priority.
            SUPERSEDED = 2

            # Asset discovery run was killed and terminated.
            TERMINATED = 3
          end
        end
      end
    end
  end
end

Version data entries

65 entries across 65 versions & 1 rubygems

Version Path
google-cloud-security_center-v1-1.4.0 proto_docs/google/cloud/securitycenter/v1/run_asset_discovery_response.rb
google-cloud-security_center-v1-1.3.0 proto_docs/google/cloud/securitycenter/v1/run_asset_discovery_response.rb
google-cloud-security_center-v1-1.2.0 proto_docs/google/cloud/securitycenter/v1/run_asset_discovery_response.rb
google-cloud-security_center-v1-1.1.0 proto_docs/google/cloud/securitycenter/v1/run_asset_discovery_response.rb
google-cloud-security_center-v1-1.0.0 proto_docs/google/cloud/securitycenter/v1/run_asset_discovery_response.rb
google-cloud-security_center-v1-0.41.0 proto_docs/google/cloud/securitycenter/v1/run_asset_discovery_response.rb
google-cloud-security_center-v1-0.40.0 proto_docs/google/cloud/securitycenter/v1/run_asset_discovery_response.rb
google-cloud-security_center-v1-0.39.0 proto_docs/google/cloud/securitycenter/v1/run_asset_discovery_response.rb
google-cloud-security_center-v1-0.38.0 proto_docs/google/cloud/securitycenter/v1/run_asset_discovery_response.rb
google-cloud-security_center-v1-0.37.0 proto_docs/google/cloud/securitycenter/v1/run_asset_discovery_response.rb
google-cloud-security_center-v1-0.36.0 proto_docs/google/cloud/securitycenter/v1/run_asset_discovery_response.rb
google-cloud-security_center-v1-0.35.0 proto_docs/google/cloud/securitycenter/v1/run_asset_discovery_response.rb
google-cloud-security_center-v1-0.34.2 proto_docs/google/cloud/securitycenter/v1/run_asset_discovery_response.rb
google-cloud-security_center-v1-0.34.1 proto_docs/google/cloud/securitycenter/v1/run_asset_discovery_response.rb
google-cloud-security_center-v1-0.34.0 proto_docs/google/cloud/securitycenter/v1/run_asset_discovery_response.rb
google-cloud-security_center-v1-0.33.0 proto_docs/google/cloud/securitycenter/v1/run_asset_discovery_response.rb
google-cloud-security_center-v1-0.32.0 proto_docs/google/cloud/securitycenter/v1/run_asset_discovery_response.rb
google-cloud-security_center-v1-0.31.1 proto_docs/google/cloud/securitycenter/v1/run_asset_discovery_response.rb
google-cloud-security_center-v1-0.31.0 proto_docs/google/cloud/securitycenter/v1/run_asset_discovery_response.rb
google-cloud-security_center-v1-0.30.0 proto_docs/google/cloud/securitycenter/v1/run_asset_discovery_response.rb