Show / Hide Table of Contents

Class GoogleDevtoolsRemotebuildexecutionAdminV1alphaCreateInstanceRequest

The request used for CreateInstance.

Inheritance
System.Object
GoogleDevtoolsRemotebuildexecutionAdminV1alphaCreateInstanceRequest
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.RemoteBuildExecution.v1.Data
Assembly: Google.Apis.RemoteBuildExecution.v1.dll
Syntax
public class GoogleDevtoolsRemotebuildexecutionAdminV1alphaCreateInstanceRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Instance

Specifies the instance to create. The name in the instance, if specified in the instance, is ignored.

Declaration
[JsonProperty("instance")]
public virtual GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance Instance { get; set; }
Property Value
Type Description
GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance

InstanceId

ID of the created instance. A valid instance_id must: be 6-50 characters long, contain only lowercase letters, digits, hyphens and underscores, start with a lowercase letter, and end with a lowercase letter or a digit.

Declaration
[JsonProperty("instanceId")]
public virtual string InstanceId { get; set; }
Property Value
Type Description
System.String

Parent

Resource name of the project containing the instance. Format: projects/[PROJECT_ID].

Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top