compute  alpha
Public Member Functions | Protected Member Functions | Properties | List of all members
Google.Apis.Compute.alpha.BackendBucketsResource.AddSignedUrlKeyRequest Class Reference

Adds a key for validating requests with signed URLs for this backend bucket. More...

Inheritance diagram for Google.Apis.Compute.alpha.BackendBucketsResource.AddSignedUrlKeyRequest:
Google.Apis.Compute.alpha.ComputeBaseServiceRequest< Google.Apis.Compute.alpha.Data.Operation >

Public Member Functions

 AddSignedUrlKeyRequest (Google.Apis.Services.IClientService service, Google.Apis.Compute.alpha.Data.SignedUrlKey body, string project, string backendBucket)
 Constructs a new AddSignedUrlKey request. More...
 

Protected Member Functions

override object GetBody ()
 summary>Gets the method name. More...
 
override void InitParameters ()
 Initializes AddSignedUrlKey parameter list. More...
 
- Protected Member Functions inherited from Google.Apis.Compute.alpha.ComputeBaseServiceRequest< Google.Apis.Compute.alpha.Data.Operation >
 ComputeBaseServiceRequest (Google.Apis.Services.IClientService service)
 Constructs a new ComputeBaseServiceRequest instance. More...
 
override void InitParameters ()
 Initializes Compute parameter list. More...
 

Properties

virtual string Project [get]
 Project ID for this request. More...
 
virtual string BackendBucket [get]
 Name of the BackendBucket resource to which the Signed URL Key should be added. The name should conform to RFC1035. More...
 
virtual string RequestId [get, set]
 An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. More...
 
override string MethodName [get]
 summary>Gets the HTTP method. More...
 
override string HttpMethod [get]
 summary>Gets the REST path. More...
 
override string RestPath [get]
 
- Properties inherited from Google.Apis.Compute.alpha.ComputeBaseServiceRequest< Google.Apis.Compute.alpha.Data.Operation >
virtual System.Nullable< AltEnum > Alt [get, set]
 Data format for the response. More...
 
virtual string Fields [get, set]
 Selector specifying which fields to include in a partial response. More...
 
virtual string Key [get, set]
 API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. More...
 
virtual string OauthToken [get, set]
 OAuth 2.0 token for the current user. More...
 
virtual System.Nullable< bool > PrettyPrint [get, set]
 Returns response with indentations and line breaks. More...
 
virtual string QuotaUser [get, set]
 An opaque string that represents a user for quota purposes. Must not exceed 40 characters. More...
 
virtual string UserIp [get, set]
 Deprecated. Please use quotaUser instead. More...
 

Detailed Description

Adds a key for validating requests with signed URLs for this backend bucket.

Constructor & Destructor Documentation

◆ AddSignedUrlKeyRequest()

Google.Apis.Compute.alpha.BackendBucketsResource.AddSignedUrlKeyRequest.AddSignedUrlKeyRequest ( Google.Apis.Services.IClientService  service,
Google.Apis.Compute.alpha.Data.SignedUrlKey  body,
string  project,
string  backendBucket 
)
inline

Constructs a new AddSignedUrlKey request.

Member Function Documentation

◆ GetBody()

override object Google.Apis.Compute.alpha.BackendBucketsResource.AddSignedUrlKeyRequest.GetBody ( )
inlineprotected

summary>Gets the method name.

◆ InitParameters()

override void Google.Apis.Compute.alpha.BackendBucketsResource.AddSignedUrlKeyRequest.InitParameters ( )
inlineprotected

Initializes AddSignedUrlKey parameter list.

Property Documentation

◆ BackendBucket

virtual string Google.Apis.Compute.alpha.BackendBucketsResource.AddSignedUrlKeyRequest.BackendBucket
get

Name of the BackendBucket resource to which the Signed URL Key should be added. The name should conform to RFC1035.

◆ HttpMethod

override string Google.Apis.Compute.alpha.BackendBucketsResource.AddSignedUrlKeyRequest.HttpMethod
get

summary>Gets the REST path.

◆ MethodName

override string Google.Apis.Compute.alpha.BackendBucketsResource.AddSignedUrlKeyRequest.MethodName
get

summary>Gets the HTTP method.

◆ Project

virtual string Google.Apis.Compute.alpha.BackendBucketsResource.AddSignedUrlKeyRequest.Project
get

Project ID for this request.

◆ RequestId

virtual string Google.Apis.Compute.alpha.BackendBucketsResource.AddSignedUrlKeyRequest.RequestId
getset

An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.

For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.

The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).


The documentation for this class was generated from the following file: