Config Delivery V1 API - Class Google::Cloud::ConfigDelivery::V1::ResourceBundle (v0.1.0)

Reference documentation and code samples for the Config Delivery V1 API class Google::Cloud::ConfigDelivery::V1::ResourceBundle.

ResourceBundle represent a collection of kubernetes configuration resources.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#description

def description() -> ::String
Returns
  • (::String) — Optional. Human readable description of the ResourceBundle.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — Optional. Human readable description of the ResourceBundle.
Returns
  • (::String) — Optional. Human readable description of the ResourceBundle.

#labels

def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. Labels as key value pairs.

#labels=

def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — Optional. Labels as key value pairs.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. Labels as key value pairs.

#name

def name() -> ::String
Returns
  • (::String) — Identifier. Name of the ResourceBundle. Format is projects/{project}/locations/{location}/resourceBundle /[a-z][a-z0-9\-]\\{0,62}.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Identifier. Name of the ResourceBundle. Format is projects/{project}/locations/{location}/resourceBundle /[a-z][a-z0-9\-]\\{0,62}.
Returns
  • (::String) — Identifier. Name of the ResourceBundle. Format is projects/{project}/locations/{location}/resourceBundle /[a-z][a-z0-9\-]\\{0,62}.

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns