Cloud Run Admin v2 API - Class CreateInstanceRequest (2.19.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public sealed class CreateInstanceRequest : IMessage<CreateInstanceRequest>, IEquatable<CreateInstanceRequest>, IDeepCloneable<CreateInstanceRequest>, IBufferMessage, IMessage
Inheritance
object >
CreateInstanceRequest
Namespace
Google.Cloud.Run.V2
Assembly
Google.Cloud.Run.V2.dll
Constructors
CreateInstanceRequest()
public CreateInstanceRequest()
CreateInstanceRequest(CreateInstanceRequest)
public CreateInstanceRequest(CreateInstanceRequest other)
Properties
Instance
public Instance Instance { get; set; }
Property Value
Type
Description
Instance
InstanceId
public string InstanceId { get; set; }
Required. The unique identifier for the Instance. It must begin with
letter, and cannot end with hyphen; must contain fewer than 50 characters.
The name of the instance becomes {parent}/instances/{instance_id}.
Property Value
Type
Description
string
Parent
public string Parent { get; set; }
Property Value
Type
Description
string
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
ValidateOnly
public bool ValidateOnly { get; set; }
Optional. Indicates that the request should be validated and default values
populated, without persisting the request or creating any resources.
Property Value
Type
Description
bool
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-03-09 UTC.
[null,null,["Last updated 2026-03-09 UTC."],[],[]]