Reference documentation and code samples for the Backup for GKE V1 API class Google::Cloud::GkeBackup::V1::NamespacedName.
A reference to a namespaced resource in Kubernetes.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
    Returns
    
  - (::String) — Optional. The name of the Kubernetes resource.
#name=
def name=(value) -> ::String
    Parameter
    
  - value (::String) — Optional. The name of the Kubernetes resource.
    Returns
    
  - (::String) — Optional. The name of the Kubernetes resource.
#namespace
def namespace() -> ::String
    Returns
    
  - (::String) — Optional. The Namespace of the Kubernetes resource.
#namespace=
def namespace=(value) -> ::String
    Parameter
    
  - value (::String) — Optional. The Namespace of the Kubernetes resource.
    Returns
    
- (::String) — Optional. The Namespace of the Kubernetes resource.