Class: Google::Cloud::GkeBackup::V1::NamespacedName
- Inherits:
-
Object
- Object
- Google::Cloud::GkeBackup::V1::NamespacedName
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkebackup/v1/common.rb
Overview
A reference to a namespaced resource in Kubernetes.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Optional.
-
#namespace ⇒ ::String
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Optional. The name of the Kubernetes resource.
40 41 42 43 |
# File 'proto_docs/google/cloud/gkebackup/v1/common.rb', line 40 class NamespacedName include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#namespace ⇒ ::String
Returns Optional. The Namespace of the Kubernetes resource.
40 41 42 43 |
# File 'proto_docs/google/cloud/gkebackup/v1/common.rb', line 40 class NamespacedName include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |