Show / Hide Table of Contents

Class SetBlobStorageSettingsRequest

Request message for SetBlobStorageSettings method.

Inheritance
object
SetBlobStorageSettingsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class SetBlobStorageSettingsRequest : IDirectResponseSchema

Properties

BlobStorageSettings

The blob storage settings to update for the specified resources. Only fields listed in update_mask are applied.

Declaration
[JsonProperty("blobStorageSettings")]
public virtual BlobStorageSettings BlobStorageSettings { get; set; }
Property Value
Type Description
BlobStorageSettings

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FilterConfig

Optional. A filter configuration. If filter_config is specified, set the value of resource to the resource name of a DICOM store in the format projects/{projectID}/locations/{locationID}/datasets/{datasetID}/dicomStores/{dicomStoreID}.

Declaration
[JsonProperty("filterConfig")]
public virtual DicomFilterConfig FilterConfig { get; set; }
Property Value
Type Description
DicomFilterConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX