public interface CreateFindingRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Finding |
getFinding()
Required.
|
String |
getFindingId()
Required.
|
com.google.protobuf.ByteString |
getFindingIdBytes()
Required.
|
FindingOrBuilder |
getFindingOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasFinding()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Resource name of the new finding's parent. Its format should be "organizations/[organization_id]/sources/[source_id]".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. Resource name of the new finding's parent. Its format should be "organizations/[organization_id]/sources/[source_id]".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getFindingId()
Required. 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 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getFindingIdBytes()
Required. 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 [(.google.api.field_behavior) = REQUIRED];boolean hasFinding()
Required. 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 [(.google.api.field_behavior) = REQUIRED];
Finding getFinding()
Required. 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 [(.google.api.field_behavior) = REQUIRED];
FindingOrBuilder getFindingOrBuilder()
Required. 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 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2023 Google LLC. All rights reserved.