public sealed class GetFindingRequest : IMessage<GetFindingRequest>, IEquatable<GetFindingRequest>, IDeepCloneable<GetFindingRequest>, IBufferMessage, IMessageRequest for the GetFinding method.
Inheritance
System.Object > GetFindingRequestImplements
Google.Protobuf.IMessage<GetFindingRequest>, System.IEquatable<GetFindingRequest>, Google.Protobuf.IDeepCloneable<GetFindingRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.WebSecurityScanner.V1Assembly
Google.Cloud.WebSecurityScanner.V1.dll
Constructors
GetFindingRequest()
public GetFindingRequest()GetFindingRequest(GetFindingRequest)
public GetFindingRequest(GetFindingRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetFindingRequest |
Properties
Name
public string Name { get; set; }Required. The resource name of the Finding to be returned. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}/findings/{findingId}'.
| Property Value | |
|---|---|
| Type | Description |
System.String |
|