Config Delivery v1 API - Class ResourceBundle (1.0.0-beta01)

public sealed class ResourceBundle : IMessage<ResourceBundle>, IEquatable<ResourceBundle>, IDeepCloneable<ResourceBundle>, IBufferMessage, IMessage

Reference documentation and code samples for the Config Delivery v1 API class ResourceBundle.

ResourceBundle represent a collection of kubernetes configuration resources.

Inheritance

object > ResourceBundle

Namespace

Google.Cloud.ConfigDelivery.V1

Assembly

Google.Cloud.ConfigDelivery.V1.dll

Constructors

ResourceBundle()

public ResourceBundle()

ResourceBundle(ResourceBundle)

public ResourceBundle(ResourceBundle other)
Parameter
Name Description
other ResourceBundle

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Time ResourceBundle was created.

Property Value
Type Description
Timestamp

Description

public string Description { get; set; }

Optional. Human readable description of the ResourceBundle.

Property Value
Type Description
string

Labels

public MapField<string, string> Labels { get; }

Optional. Labels as key value pairs.

Property Value
Type Description
MapFieldstringstring

Name

public string Name { get; set; }

Identifier. Name of the ResourceBundle. Format is projects/{project}/locations/{location}/resourceBundle /[a-z][a-z0-9\-]{0,62}.

Property Value
Type Description
string

ResourceBundleName

public ResourceBundleName ResourceBundleName { get; set; }

ResourceBundleName-typed view over the Name resource name property.

Property Value
Type Description
ResourceBundleName

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. Time ResourceBundle was last updated.

Property Value
Type Description
Timestamp