Show / Hide Table of Contents

Class ProjectsResource.InitializeSettingsRequest

Creates resources for settings which have not yet been set. Currently, this creates a single resource: a Google Cloud Storage bucket, to be used as the default bucket for this project. The bucket is created in an FTL-own storage project. Except for in rare cases, calling this method in parallel from multiple clients will only create a single bucket. In order to avoid unnecessary storage charges, the bucket is configured to automatically delete objects older than 90 days. The bucket is created with the following permissions: - Owner access for owners of central storage project (FTL-owned) - Writer access for owners/editors of customer project - Reader access for viewers of customer project The default ACL on objects created in the bucket is: - Owner access for owners of central storage project - Reader access for owners/editors/viewers of customer project See Google Cloud Storage documentation for more details. If there is already a default bucket set and the project can access the bucket, this call does nothing. However, if the project doesn't have the permission to access the bucket or the bucket is deleted, a new bucket will be created. May return any canonical error codes, including the following: - PERMISSION_DENIED - if the user is not authorized to write to project - Any error code raised by Google Cloud Storage

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ProjectSettings>
ToolResultsBaseServiceRequest<ProjectSettings>
ProjectsResource.InitializeSettingsRequest
Implements
IClientServiceRequest<ProjectSettings>
IClientServiceRequest
Inherited Members
ToolResultsBaseServiceRequest<ProjectSettings>.Xgafv
ToolResultsBaseServiceRequest<ProjectSettings>.AccessToken
ToolResultsBaseServiceRequest<ProjectSettings>.Alt
ToolResultsBaseServiceRequest<ProjectSettings>.Callback
ToolResultsBaseServiceRequest<ProjectSettings>.Fields
ToolResultsBaseServiceRequest<ProjectSettings>.Key
ToolResultsBaseServiceRequest<ProjectSettings>.OauthToken
ToolResultsBaseServiceRequest<ProjectSettings>.PrettyPrint
ToolResultsBaseServiceRequest<ProjectSettings>.QuotaUser
ToolResultsBaseServiceRequest<ProjectSettings>.UploadType
ToolResultsBaseServiceRequest<ProjectSettings>.UploadProtocol
ClientServiceRequest<ProjectSettings>.Execute()
ClientServiceRequest<ProjectSettings>.ExecuteAsStream()
ClientServiceRequest<ProjectSettings>.ExecuteAsync()
ClientServiceRequest<ProjectSettings>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ProjectSettings>.ExecuteAsStreamAsync()
ClientServiceRequest<ProjectSettings>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ProjectSettings>.CreateRequest(bool?)
ClientServiceRequest<ProjectSettings>.GenerateRequestUri()
ClientServiceRequest<ProjectSettings>.GetBody()
ClientServiceRequest<ProjectSettings>.GetDefaultETagAction(string)
ClientServiceRequest<ProjectSettings>.ETagAction
ClientServiceRequest<ProjectSettings>.ModifyRequest
ClientServiceRequest<ProjectSettings>.ValidateParameters
ClientServiceRequest<ProjectSettings>.ApiVersion
ClientServiceRequest<ProjectSettings>.RequestParameters
ClientServiceRequest<ProjectSettings>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ToolResults.v1beta3
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class ProjectsResource.InitializeSettingsRequest : ToolResultsBaseServiceRequest<ProjectSettings>, IClientServiceRequest<ProjectSettings>, IClientServiceRequest

Constructors

InitializeSettingsRequest(IClientService, string)

Constructs a new InitializeSettings request.

Declaration
public InitializeSettingsRequest(IClientService service, string projectId)
Parameters
Type Name Description
IClientService service
string projectId

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ProjectSettings>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ProjectSettings>.MethodName

ProjectId

A Project id. Required.

Declaration
[RequestParameter("projectId", RequestParameterType.Path)]
public virtual string ProjectId { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ProjectSettings>.RestPath

Methods

InitParameters()

Initializes InitializeSettings parameter list.

Declaration
protected override void InitParameters()
Overrides
ToolResultsBaseServiceRequest<ProjectSettings>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX