public interface LookupSignalRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
LookupSignalRequest.AlternateIdCase |
getAlternateIdCase() |
String |
getCsccFinding()
Required.
|
ByteString |
getCsccFindingBytes()
Required.
|
String |
getStackdriverNotificationId()
The ID from the Stackdriver Alerting notification.
|
ByteString |
getStackdriverNotificationIdBytes()
The ID from the Stackdriver Alerting notification.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedString getCsccFinding()
Required. Full resource name of the CSCC finding id this signal refers to (e.g. "organizations/abc/sources/123/findings/xyz")
string cscc_finding = 2;ByteString getCsccFindingBytes()
Required. Full resource name of the CSCC finding id this signal refers to (e.g. "organizations/abc/sources/123/findings/xyz")
string cscc_finding = 2;String getStackdriverNotificationId()
The ID from the Stackdriver Alerting notification.
string stackdriver_notification_id = 3;ByteString getStackdriverNotificationIdBytes()
The ID from the Stackdriver Alerting notification.
string stackdriver_notification_id = 3;LookupSignalRequest.AlternateIdCase getAlternateIdCase()
Copyright © 2020 Google LLC. All rights reserved.