Class ManagedFoldersResource.GetRequest
Returns metadata of the specified managed folder.
Inheritance
ManagedFoldersResource.GetRequest
Inherited Members
Namespace: Google.Apis.Storage.v1
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class ManagedFoldersResource.GetRequest : StorageBaseServiceRequest<ManagedFolder>, IClientServiceRequest<ManagedFolder>, IClientServiceRequest
Constructors
GetRequest(IClientService, string, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string bucket, string managedFolder)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | bucket | |
string | managedFolder |
Properties
Bucket
Name of the bucket containing the managed folder.
Declaration
[RequestParameter("bucket", RequestParameterType.Path)]
public virtual string Bucket { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Storage.v1.Data.ManagedFolder>.HttpMethod
IfMetagenerationMatch
Makes the return of the managed folder metadata conditional on whether the managed folder's current metageneration matches the given value.
Declaration
[RequestParameter("ifMetagenerationMatch", RequestParameterType.Query)]
public virtual long? IfMetagenerationMatch { get; set; }
Property Value
Type | Description |
---|---|
long? |
IfMetagenerationNotMatch
Makes the return of the managed folder metadata conditional on whether the managed folder's current metageneration does not match the given value.
Declaration
[RequestParameter("ifMetagenerationNotMatch", RequestParameterType.Query)]
public virtual long? IfMetagenerationNotMatch { get; set; }
Property Value
Type | Description |
---|---|
long? |
ManagedFolder
The managed folder name/path.
Declaration
[RequestParameter("managedFolder", RequestParameterType.Path)]
public virtual string ManagedFolder { get; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Storage.v1.Data.ManagedFolder>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Storage.v1.Data.ManagedFolder>.RestPath
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()