public sealed class ResourceBundle : IMessage<ResourceBundle>, IEquatable<ResourceBundle>, IDeepCloneable<ResourceBundle>, IBufferMessage, IMessageReference documentation and code samples for the Config Delivery v1beta API class ResourceBundle.
ResourceBundle represent a collection of kubernetes configuration resources.
Implements
IMessageResourceBundle, IEquatableResourceBundle, IDeepCloneableResourceBundle, IBufferMessage, IMessageNamespace
Google.Cloud.ConfigDelivery.V1BetaAssembly
Google.Cloud.ConfigDelivery.V1Beta.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 |
|