Class: Google::Cloud::GkeHub::ConfigManagement::V1::ErrorResource

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

Overview

Model for a config file in the git repo with an associated Sync error

Instance Attribute Summary collapse

Instance Attribute Details

#resource_gvk::Google::Cloud::GkeHub::ConfigManagement::V1::GroupVersionKind

Returns Group/version/kind of the resource that is causing an error.

Returns:



509
510
511
512
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 509

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

#resource_name::String

Returns Metadata name of the resource that is causing an error.

Returns:

  • (::String)

    Metadata name of the resource that is causing an error



509
510
511
512
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 509

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

#resource_namespace::String

Returns Namespace of the resource that is causing an error.

Returns:

  • (::String)

    Namespace of the resource that is causing an error



509
510
511
512
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 509

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

#source_path::String

Returns Path in the git repo of the erroneous config.

Returns:

  • (::String)

    Path in the git repo of the erroneous config



509
510
511
512
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 509

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