public interface CreateFindingRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Finding |
getFinding()
The Finding being created.
|
String |
getFindingId()
Unique identifier provided by the client within the parent scope.
|
com.google.protobuf.ByteString |
getFindingIdBytes()
Unique identifier provided by the client within the parent scope.
|
FindingOrBuilder |
getFindingOrBuilder()
The Finding being created.
|
String |
getParent()
Resource name of the new finding's parent.
|
com.google.protobuf.ByteString |
getParentBytes()
Resource name of the new finding's parent.
|
boolean |
hasFinding()
The Finding being created.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Resource name of the new finding's parent. Its format should be "organizations/[organization_id]/sources/[source_id]".
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Resource name of the new finding's parent. Its format should be "organizations/[organization_id]/sources/[source_id]".
string parent = 1;String getFindingId()
Unique identifier provided by the client within the parent scope. It must be alphanumeric and less than or equal to 32 characters and greater than 0 characters in length.
string finding_id = 2;com.google.protobuf.ByteString getFindingIdBytes()
Unique identifier provided by the client within the parent scope. It must be alphanumeric and less than or equal to 32 characters and greater than 0 characters in length.
string finding_id = 2;boolean hasFinding()
The Finding being created. The name and security_marks will be ignored as they are both output only fields on this resource.
.google.cloud.securitycenter.v1.Finding finding = 3;Finding getFinding()
The Finding being created. The name and security_marks will be ignored as they are both output only fields on this resource.
.google.cloud.securitycenter.v1.Finding finding = 3;FindingOrBuilder getFindingOrBuilder()
The Finding being created. The name and security_marks will be ignored as they are both output only fields on this resource.
.google.cloud.securitycenter.v1.Finding finding = 3;Copyright © 2019 Google LLC. All rights reserved.