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

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

ResourceBundleTag contains the information to refer to a release for a ResourceBundle.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Required. Name of the ResourceBundle. Format is projects/{p}/locations/{l}/resourceBundles/{r}.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. Name of the ResourceBundle. Format is projects/{p}/locations/{l}/resourceBundles/{r}.
Returns
  • (::String) — Required. Name of the ResourceBundle. Format is projects/{p}/locations/{l}/resourceBundles/{r}.

#tag

def tag() -> ::String
Returns
  • (::String) — Required. Tag refers to a version of the release in a ResourceBundle. This is a Git tag in the semantic version format vX.Y.Z.

#tag=

def tag=(value) -> ::String
Parameter
  • value (::String) — Required. Tag refers to a version of the release in a ResourceBundle. This is a Git tag in the semantic version format vX.Y.Z.
Returns
  • (::String) — Required. Tag refers to a version of the release in a ResourceBundle. This is a Git tag in the semantic version format vX.Y.Z.