Show / Hide Table of Contents

Class SpreadsheetsResource.DeveloperMetadataResource.GetRequest

Returns the developer metadata with the specified ID. The caller must specify the spreadsheet ID and the developer metadata's unique metadataId.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<DeveloperMetadata>
SheetsBaseServiceRequest<DeveloperMetadata>
SpreadsheetsResource.DeveloperMetadataResource.GetRequest
Implements
IClientServiceRequest<DeveloperMetadata>
IClientServiceRequest
Inherited Members
SheetsBaseServiceRequest<DeveloperMetadata>.Xgafv
SheetsBaseServiceRequest<DeveloperMetadata>.AccessToken
SheetsBaseServiceRequest<DeveloperMetadata>.Alt
SheetsBaseServiceRequest<DeveloperMetadata>.Callback
SheetsBaseServiceRequest<DeveloperMetadata>.Fields
SheetsBaseServiceRequest<DeveloperMetadata>.Key
SheetsBaseServiceRequest<DeveloperMetadata>.OauthToken
SheetsBaseServiceRequest<DeveloperMetadata>.PrettyPrint
SheetsBaseServiceRequest<DeveloperMetadata>.QuotaUser
SheetsBaseServiceRequest<DeveloperMetadata>.UploadType
SheetsBaseServiceRequest<DeveloperMetadata>.UploadProtocol
ClientServiceRequest<DeveloperMetadata>.Execute()
ClientServiceRequest<DeveloperMetadata>.ExecuteAsStream()
ClientServiceRequest<DeveloperMetadata>.ExecuteAsync()
ClientServiceRequest<DeveloperMetadata>.ExecuteAsync(CancellationToken)
ClientServiceRequest<DeveloperMetadata>.ExecuteAsStreamAsync()
ClientServiceRequest<DeveloperMetadata>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<DeveloperMetadata>.CreateRequest(bool?)
ClientServiceRequest<DeveloperMetadata>.GenerateRequestUri()
ClientServiceRequest<DeveloperMetadata>.GetBody()
ClientServiceRequest<DeveloperMetadata>.GetDefaultETagAction(string)
ClientServiceRequest<DeveloperMetadata>.ETagAction
ClientServiceRequest<DeveloperMetadata>.ModifyRequest
ClientServiceRequest<DeveloperMetadata>.ValidateParameters
ClientServiceRequest<DeveloperMetadata>.ApiVersion
ClientServiceRequest<DeveloperMetadata>.RequestParameters
ClientServiceRequest<DeveloperMetadata>.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.Sheets.v4
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class SpreadsheetsResource.DeveloperMetadataResource.GetRequest : SheetsBaseServiceRequest<DeveloperMetadata>, IClientServiceRequest<DeveloperMetadata>, IClientServiceRequest

Constructors

GetRequest(IClientService, string, int)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string spreadsheetId, int metadataId)
Parameters
Type Name Description
IClientService service
string spreadsheetId
int metadataId

Properties

HttpMethod

Gets the HTTP method.

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

MetadataId

The ID of the developer metadata to retrieve.

Declaration
[RequestParameter("metadataId", RequestParameterType.Path)]
public virtual int MetadataId { get; }
Property Value
Type Description
int

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

SpreadsheetId

The ID of the spreadsheet to retrieve metadata from.

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
SheetsBaseServiceRequest<DeveloperMetadata>.InitParameters()

Implements

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