Class: Google::Cloud::GkeHub::V1::GetScopeNamespaceRequest

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

Overview

Request message for the GkeHub.GetNamespace method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The Namespace resource name in the format projects/*/locations/*/scopes/*/namespaces/*.

Returns:

  • (::String)

    Required. The Namespace resource name in the format projects/*/locations/*/scopes/*/namespaces/*.



29
30
31
32
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 29

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