runtimeconfig  v1beta1
Properties | List of all members
Google.Apis.CloudRuntimeConfig.v1beta1.Data.Variable Class Reference

Describes a single variable within a RuntimeConfig resource. The name denotes the hierarchical variable name. For example, ports/serving_port is a valid variable name. The variable value is an opaque string and only leaf variables can have values (that is, variables that do not have any child variables). More...

Inheritance diagram for Google.Apis.CloudRuntimeConfig.v1beta1.Data.Variable:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual string Name [get, set]
 The name of the variable resource, in the format: More...
 
virtual string State [get, set]
 Output only. The current state of the variable. The variable state indicates the outcome of the variables().watch call and is visible through the get and list calls. More...
 
virtual string Text [get, set]
 The string value of the variable. The length of the value must be less than 4096 bytes. Empty values are also accepted. For example, text: "my text value". The string must be valid UTF-8. More...
 
virtual object UpdateTime [get, set]
 Output only. The time of the last variable update. Timestamp will be UTC timestamp. More...
 
virtual string Value [get, set]
 The binary value of the variable. The length of the value must be less than 4096 bytes. Empty values are also accepted. The value must be base64 encoded, and must comply with IETF RFC4648 (https://www.ietf.org/rfc/rfc4648.txt). Only one of value or text can be set. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

Describes a single variable within a RuntimeConfig resource. The name denotes the hierarchical variable name. For example, ports/serving_port is a valid variable name. The variable value is an opaque string and only leaf variables can have values (that is, variables that do not have any child variables).

Property Documentation

◆ ETag

virtual string Google.Apis.CloudRuntimeConfig.v1beta1.Data.Variable.ETag
getset

The ETag of the item.

◆ Name

virtual string Google.Apis.CloudRuntimeConfig.v1beta1.Data.Variable.Name
getset

The name of the variable resource, in the format:

projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_NAME]

The [PROJECT_ID] must be a valid project ID, [CONFIG_NAME] must be a valid RuntimeConfig resource and [VARIABLE_NAME] follows Unix file system file path naming.

The [VARIABLE_NAME] can contain ASCII letters, numbers, slashes and dashes. Slashes are used as path element separators and are not part of the [VARIABLE_NAME] itself, so [VARIABLE_NAME] must contain at least one non-slash character. Multiple slashes are coalesced into single slash character. Each path segment should match 0-9A-Za-z? regular expression. The length of a [VARIABLE_NAME] must be less than 256 characters.

Once you create a variable, you cannot change the variable name.

◆ State

virtual string Google.Apis.CloudRuntimeConfig.v1beta1.Data.Variable.State
getset

Output only. The current state of the variable. The variable state indicates the outcome of the variables().watch call and is visible through the get and list calls.

◆ Text

virtual string Google.Apis.CloudRuntimeConfig.v1beta1.Data.Variable.Text
getset

The string value of the variable. The length of the value must be less than 4096 bytes. Empty values are also accepted. For example, text: "my text value". The string must be valid UTF-8.

◆ UpdateTime

virtual object Google.Apis.CloudRuntimeConfig.v1beta1.Data.Variable.UpdateTime
getset

Output only. The time of the last variable update. Timestamp will be UTC timestamp.

◆ Value

virtual string Google.Apis.CloudRuntimeConfig.v1beta1.Data.Variable.Value
getset

The binary value of the variable. The length of the value must be less than 4096 bytes. Empty values are also accepted. The value must be base64 encoded, and must comply with IETF RFC4648 (https://www.ietf.org/rfc/rfc4648.txt). Only one of value or text can be set.


The documentation for this class was generated from the following file: