public interface UpdateFindingRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Finding |
getFinding()
The finding resource to update or create if it does not already exist.
|
FindingOrBuilder |
getFindingOrBuilder()
The finding resource to update or create if it does not already exist.
|
com.google.protobuf.FieldMask |
getUpdateMask()
The FieldMask to use when updating the finding resource.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The FieldMask to use when updating the finding resource.
|
boolean |
hasFinding()
The finding resource to update or create if it does not already exist.
|
boolean |
hasUpdateMask()
The FieldMask to use when updating the finding resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFinding()
The finding resource to update or create if it does not already exist. parent, security_marks, and update_time will be ignored. In the case of creation, the finding id portion of the name must alphanumeric and less than or equal to 32 characters and greater than 0 characters in length.
.google.cloud.securitycenter.v1beta1.Finding finding = 1;Finding getFinding()
The finding resource to update or create if it does not already exist. parent, security_marks, and update_time will be ignored. In the case of creation, the finding id portion of the name must alphanumeric and less than or equal to 32 characters and greater than 0 characters in length.
.google.cloud.securitycenter.v1beta1.Finding finding = 1;FindingOrBuilder getFindingOrBuilder()
The finding resource to update or create if it does not already exist. parent, security_marks, and update_time will be ignored. In the case of creation, the finding id portion of the name must alphanumeric and less than or equal to 32 characters and greater than 0 characters in length.
.google.cloud.securitycenter.v1beta1.Finding finding = 1;boolean hasUpdateMask()
The FieldMask to use when updating the finding resource. This field should not be specified when creating a finding.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMask getUpdateMask()
The FieldMask to use when updating the finding resource. This field should not be specified when creating a finding.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
The FieldMask to use when updating the finding resource. This field should not be specified when creating a finding.
.google.protobuf.FieldMask update_mask = 2;Copyright © 2019 Google LLC. All rights reserved.