Class: Google::Cloud::Config::V1::LockInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/config/v1/config.rb

Overview

Details about the lock which locked the deployment.

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp

Returns Time that the lock was taken.

Returns:



1075
1076
1077
1078
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1075

class LockInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#info::String

Returns Extra information to store with the lock, provided by the caller.

Returns:

  • (::String)

    Extra information to store with the lock, provided by the caller.



1075
1076
1077
1078
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1075

class LockInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#lock_id::Integer

Returns Unique ID for the lock to be overridden with generation ID in the backend.

Returns:

  • (::Integer)

    Unique ID for the lock to be overridden with generation ID in the backend.



1075
1076
1077
1078
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1075

class LockInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#operation::String

Returns Terraform operation, provided by the caller.

Returns:

  • (::String)

    Terraform operation, provided by the caller.



1075
1076
1077
1078
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1075

class LockInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#version::String

Returns Terraform version.

Returns:

  • (::String)

    Terraform version



1075
1076
1077
1078
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1075

class LockInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#who::String

Returns user@hostname when available.

Returns:

  • (::String)

    user@hostname when available



1075
1076
1077
1078
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1075

class LockInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end