Sha256: 9c4ecf3fe25872603c56382b141faa45ca62c6cb441c3a023d4f80bcf2bdb284

Contents?: true

Size: 1.8 KB

Versions: 3

Compression:

Stored size: 1.8 KB

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: google/api/servicecontrol/v1/check_error.proto

require 'google/rpc/status_pb'
require 'google/protobuf'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("google/api/servicecontrol/v1/check_error.proto", :syntax => :proto3) do
    add_message "google.api.servicecontrol.v1.CheckError" do
      optional :code, :enum, 1, "google.api.servicecontrol.v1.CheckError.Code"
      optional :subject, :string, 4
      optional :detail, :string, 2
      optional :status, :message, 3, "google.rpc.Status"
    end
    add_enum "google.api.servicecontrol.v1.CheckError.Code" do
      value :ERROR_CODE_UNSPECIFIED, 0
      value :NOT_FOUND, 5
      value :PERMISSION_DENIED, 7
      value :RESOURCE_EXHAUSTED, 8
      value :SERVICE_NOT_ACTIVATED, 104
      value :BILLING_DISABLED, 107
      value :PROJECT_DELETED, 108
      value :PROJECT_INVALID, 114
      value :CONSUMER_INVALID, 125
      value :IP_ADDRESS_BLOCKED, 109
      value :REFERER_BLOCKED, 110
      value :CLIENT_APP_BLOCKED, 111
      value :API_TARGET_BLOCKED, 122
      value :API_KEY_INVALID, 105
      value :API_KEY_EXPIRED, 112
      value :API_KEY_NOT_FOUND, 113
      value :INVALID_CREDENTIAL, 123
      value :NAMESPACE_LOOKUP_UNAVAILABLE, 300
      value :SERVICE_STATUS_UNAVAILABLE, 301
      value :BILLING_STATUS_UNAVAILABLE, 302
      value :CLOUD_RESOURCE_MANAGER_BACKEND_UNAVAILABLE, 305
    end
  end
end

module Google
  module Cloud
    module ServiceControl
      module V1
        CheckError = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.servicecontrol.v1.CheckError").msgclass
        CheckError::Code = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.servicecontrol.v1.CheckError.Code").enummodule
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
google-cloud-service_control-v1-0.4.6 lib/google/api/servicecontrol/v1/check_error_pb.rb
google-cloud-service_control-v1-0.4.5 lib/google/api/servicecontrol/v1/check_error_pb.rb
google-cloud-service_control-v1-0.4.4 lib/google/api/servicecontrol/v1/check_error_pb.rb