Class: Google::Cloud::ServiceDirectory::V1beta1::Namespace

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

Overview

A container for services. Namespaces allow administrators to group services together and define permissions for a collection of services.

Defined Under Namespace

Classes: LabelsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The timestamp when the namespace was created.

Returns:



46
47
48
49
50
51
52
53
54
55
56
57
58
# File 'proto_docs/google/cloud/servicedirectory/v1beta1/namespace.rb', line 46

class Namespace
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#labels::Google::Protobuf::Map{::String => ::String}

Returns Optional. Resource labels associated with this namespace. No more than 64 user labels can be associated with a given resource. Label keys and values can be no longer than 63 characters.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    Optional. Resource labels associated with this namespace. No more than 64 user labels can be associated with a given resource. Label keys and values can be no longer than 63 characters.



46
47
48
49
50
51
52
53
54
55
56
57
58
# File 'proto_docs/google/cloud/servicedirectory/v1beta1/namespace.rb', line 46

class Namespace
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#name::String

Returns Immutable. The resource name for the namespace in the format projects/*/locations/*/namespaces/*.

Returns:

  • (::String)

    Immutable. The resource name for the namespace in the format projects/*/locations/*/namespaces/*.



46
47
48
49
50
51
52
53
54
55
56
57
58
# File 'proto_docs/google/cloud/servicedirectory/v1beta1/namespace.rb', line 46

class Namespace
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#uid::String (readonly)

Returns Output only. A globally unique identifier (in UUID4 format) for this namespace.

Returns:

  • (::String)

    Output only. A globally unique identifier (in UUID4 format) for this namespace.



46
47
48
49
50
51
52
53
54
55
56
57
58
# File 'proto_docs/google/cloud/servicedirectory/v1beta1/namespace.rb', line 46

class Namespace
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#update_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The timestamp when the namespace was last updated.

Returns:



46
47
48
49
50
51
52
53
54
55
56
57
58
# File 'proto_docs/google/cloud/servicedirectory/v1beta1/namespace.rb', line 46

class Namespace
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end