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
System.Object
SpreadsheetsResource.DeveloperMetadataResource.GetRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Sheets.v4
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class GetRequest : SheetsBaseServiceRequest<DeveloperMetadata>, IClientServiceRequest<DeveloperMetadata>, IClientServiceRequest
Constructors
GetRequest(IClientService, String, Int32)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string spreadsheetId, int metadataId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
System.String | spreadsheetId | |
System.Int32 | metadataId |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Sheets.v4.Data.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 |
---|---|
System.Int32 |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Sheets.v4.Data.DeveloperMetadata>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Sheets.v4.Data.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 |
---|---|
System.String |
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Sheets.v4.SheetsBaseServiceRequest<Google.Apis.Sheets.v4.Data.DeveloperMetadata>.InitParameters()