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
SpreadsheetsResource.DeveloperMetadataResource.GetRequest
Inherited Members
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
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
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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()