Class ApplyConsentsResponse
Response when all Consent resources in scope were processed and all affected resources were reindexed successfully. This structure is included in the response when the operation finishes successfully.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class ApplyConsentsResponse : IDirectResponseSchema
Properties
AffectedResources
The number of resources (including the Consent resources) that may have consensual access change.
Declaration
[JsonProperty("affectedResources")]
public virtual long? AffectedResources { get; set; }
Property Value
Type | Description |
---|---|
long? |
ConsentApplyFailure
If validate_only = false
in ApplyConsentsRequest, this counter is the number of Consent resources that
were failed to apply. Otherwise, it is the number of Consent resources that are not supported or invalid.
Declaration
[JsonProperty("consentApplyFailure")]
public virtual long? ConsentApplyFailure { get; set; }
Property Value
Type | Description |
---|---|
long? |
ConsentApplySuccess
If validate_only = false
in ApplyConsentsRequest, this counter is the number of Consent resources that
were successfully applied. Otherwise, it is the number of Consent resources that are supported.
Declaration
[JsonProperty("consentApplySuccess")]
public virtual long? ConsentApplySuccess { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FailedResources
The number of resources (including the Consent resources) that ApplyConsents failed to re-index.
Declaration
[JsonProperty("failedResources")]
public virtual long? FailedResources { get; set; }
Property Value
Type | Description |
---|---|
long? |