Show / Hide Table of Contents

Class ProjectSettings

Per-project settings for the Tool Results service.

Inheritance
object
ProjectSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class ProjectSettings : IDirectResponseSchema

Properties

DefaultBucket

The name of the Google Cloud Storage bucket to which results are written. By default, this is unset. In update request: optional In response: optional

Declaration
[JsonProperty("defaultBucket")]
public virtual string DefaultBucket { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Name

The name of the project's settings. Always of the form: projects/{project-id}/settings In update request: never set In response: always set

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX