public interface CreateFindingRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Finding |
getFinding()
Required.
|
String |
getFindingId()
Required.
|
ByteString |
getFindingIdBytes()
Required.
|
FindingOrBuilder |
getFindingOrBuilder()
Required.
|
String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
boolean |
hasFinding()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String 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) = { ... }
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];
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 © 2022 Google LLC. All rights reserved.