GetServiceMetadata

data class GetServiceMetadata(val annotations: Map<String, String>, val effectiveAnnotations: Map<String, String>, val effectiveLabels: Map<String, String>, val generation: Int, val labels: Map<String, String>, val namespace: String, val pulumiLabels: Map<String, String>, val resourceVersion: String, val selfLink: String, val uid: String)

Constructors

Link copied to clipboard
constructor(annotations: Map<String, String>, effectiveAnnotations: Map<String, String>, effectiveLabels: Map<String, String>, generation: Int, labels: Map<String, String>, namespace: String, pulumiLabels: Map<String, String>, resourceVersion: String, selfLink: String, uid: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A sequence number representing a specific generation of the desired state.

Link copied to clipboard

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and routes. Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource.

Link copied to clipboard

In Cloud Run the namespace must be equal to either the project ID or project number.

Link copied to clipboard

The combination of labels configured directly on the resource and default labels configured on the provider.

Link copied to clipboard

An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. They may only be valid for a particular resource or set of resources.

Link copied to clipboard

SelfLink is a URL representing this object.

Link copied to clipboard
val uid: String

UID is a unique id generated by the server on successful creation of a resource and is not allowed to change on PUT operations.