public sealed class GetManagedFolderRequest : IMessage<GetManagedFolderRequest>, IEquatable<GetManagedFolderRequest>, IDeepCloneable<GetManagedFolderRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Storage v2 API class GetManagedFolderRequest.
Request message for GetManagedFolder.
Implements
IMessageGetManagedFolderRequest, IEquatableGetManagedFolderRequest, IDeepCloneableGetManagedFolderRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Storage.Control.V2Assembly
Google.Cloud.Storage.Control.V2.dll
Constructors
GetManagedFolderRequest()
public GetManagedFolderRequest()GetManagedFolderRequest(GetManagedFolderRequest)
public GetManagedFolderRequest(GetManagedFolderRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetManagedFolderRequest |
Properties
HasIfMetagenerationMatch
public bool HasIfMetagenerationMatch { get; }Gets whether the "if_metageneration_match" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasIfMetagenerationNotMatch
public bool HasIfMetagenerationNotMatch { get; }Gets whether the "if_metageneration_not_match" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
IfMetagenerationMatch
public long IfMetagenerationMatch { get; set; }The operation succeeds conditional on the managed folder's current metageneration matching the value here specified.
| Property Value | |
|---|---|
| Type | Description |
long |
|
IfMetagenerationNotMatch
public long IfMetagenerationNotMatch { get; set; }The operation succeeds conditional on the managed folder's current metageneration NOT matching the value here specified.
| Property Value | |
|---|---|
| Type | Description |
long |
|
ManagedFolderName
public ManagedFolderName ManagedFolderName { get; set; }ManagedFolderName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ManagedFolderName |
|
Name
public string Name { get; set; }Required. Name of the managed folder.
Format:
projects/{project}/buckets/{bucket}/managedFolders/{managedFolder}
| Property Value | |
|---|---|
| Type | Description |
string |
|
RequestId
public string RequestId { get; set; }Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.
| Property Value | |
|---|---|
| Type | Description |
string |
|