public static final class UpdateSecurityMarksRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<UpdateSecurityMarksRequest.Builder> implements UpdateSecurityMarksRequestOrBuilder
Request message for updating a SecurityMarks resource.Protobuf type
google.cloud.securitycenter.v1.UpdateSecurityMarksRequest| Modifier and Type | Method and Description |
|---|---|
UpdateSecurityMarksRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UpdateSecurityMarksRequest |
build() |
UpdateSecurityMarksRequest |
buildPartial() |
UpdateSecurityMarksRequest.Builder |
clear() |
UpdateSecurityMarksRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
UpdateSecurityMarksRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
UpdateSecurityMarksRequest.Builder |
clearSecurityMarks()
The security marks resource to update.
|
UpdateSecurityMarksRequest.Builder |
clearStartTime()
The time at which the updated SecurityMarks take effect.
|
UpdateSecurityMarksRequest.Builder |
clearUpdateMask()
The FieldMask to use when updating the security marks resource.
|
UpdateSecurityMarksRequest.Builder |
clone() |
UpdateSecurityMarksRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
SecurityMarks |
getSecurityMarks()
The security marks resource to update.
|
SecurityMarks.Builder |
getSecurityMarksBuilder()
The security marks resource to update.
|
SecurityMarksOrBuilder |
getSecurityMarksOrBuilder()
The security marks resource to update.
|
com.google.protobuf.Timestamp |
getStartTime()
The time at which the updated SecurityMarks take effect.
|
com.google.protobuf.Timestamp.Builder |
getStartTimeBuilder()
The time at which the updated SecurityMarks take effect.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
The time at which the updated SecurityMarks take effect.
|
com.google.protobuf.FieldMask |
getUpdateMask()
The FieldMask to use when updating the security marks resource.
|
com.google.protobuf.FieldMask.Builder |
getUpdateMaskBuilder()
The FieldMask to use when updating the security marks resource.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The FieldMask to use when updating the security marks resource.
|
boolean |
hasSecurityMarks()
The security marks resource to update.
|
boolean |
hasStartTime()
The time at which the updated SecurityMarks take effect.
|
boolean |
hasUpdateMask()
The FieldMask to use when updating the security marks resource.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
UpdateSecurityMarksRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
UpdateSecurityMarksRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
UpdateSecurityMarksRequest.Builder |
mergeFrom(UpdateSecurityMarksRequest other) |
UpdateSecurityMarksRequest.Builder |
mergeSecurityMarks(SecurityMarks value)
The security marks resource to update.
|
UpdateSecurityMarksRequest.Builder |
mergeStartTime(com.google.protobuf.Timestamp value)
The time at which the updated SecurityMarks take effect.
|
UpdateSecurityMarksRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
UpdateSecurityMarksRequest.Builder |
mergeUpdateMask(com.google.protobuf.FieldMask value)
The FieldMask to use when updating the security marks resource.
|
UpdateSecurityMarksRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UpdateSecurityMarksRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
UpdateSecurityMarksRequest.Builder |
setSecurityMarks(SecurityMarks.Builder builderForValue)
The security marks resource to update.
|
UpdateSecurityMarksRequest.Builder |
setSecurityMarks(SecurityMarks value)
The security marks resource to update.
|
UpdateSecurityMarksRequest.Builder |
setStartTime(com.google.protobuf.Timestamp.Builder builderForValue)
The time at which the updated SecurityMarks take effect.
|
UpdateSecurityMarksRequest.Builder |
setStartTime(com.google.protobuf.Timestamp value)
The time at which the updated SecurityMarks take effect.
|
UpdateSecurityMarksRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
UpdateSecurityMarksRequest.Builder |
setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue)
The FieldMask to use when updating the security marks resource.
|
UpdateSecurityMarksRequest.Builder |
setUpdateMask(com.google.protobuf.FieldMask value)
The FieldMask to use when updating the security marks resource.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateSecurityMarksRequest.Builder>public UpdateSecurityMarksRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateSecurityMarksRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateSecurityMarksRequest.Builder>public UpdateSecurityMarksRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic UpdateSecurityMarksRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic UpdateSecurityMarksRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic UpdateSecurityMarksRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateSecurityMarksRequest.Builder>public UpdateSecurityMarksRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateSecurityMarksRequest.Builder>public UpdateSecurityMarksRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateSecurityMarksRequest.Builder>public UpdateSecurityMarksRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateSecurityMarksRequest.Builder>public UpdateSecurityMarksRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateSecurityMarksRequest.Builder>public UpdateSecurityMarksRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateSecurityMarksRequest.Builder>public UpdateSecurityMarksRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<UpdateSecurityMarksRequest.Builder>public UpdateSecurityMarksRequest.Builder mergeFrom(UpdateSecurityMarksRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateSecurityMarksRequest.Builder>public UpdateSecurityMarksRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<UpdateSecurityMarksRequest.Builder>IOExceptionpublic boolean hasSecurityMarks()
The security marks resource to update.
.google.cloud.securitycenter.v1.SecurityMarks security_marks = 1;hasSecurityMarks in interface UpdateSecurityMarksRequestOrBuilderpublic SecurityMarks getSecurityMarks()
The security marks resource to update.
.google.cloud.securitycenter.v1.SecurityMarks security_marks = 1;getSecurityMarks in interface UpdateSecurityMarksRequestOrBuilderpublic UpdateSecurityMarksRequest.Builder setSecurityMarks(SecurityMarks value)
The security marks resource to update.
.google.cloud.securitycenter.v1.SecurityMarks security_marks = 1;public UpdateSecurityMarksRequest.Builder setSecurityMarks(SecurityMarks.Builder builderForValue)
The security marks resource to update.
.google.cloud.securitycenter.v1.SecurityMarks security_marks = 1;public UpdateSecurityMarksRequest.Builder mergeSecurityMarks(SecurityMarks value)
The security marks resource to update.
.google.cloud.securitycenter.v1.SecurityMarks security_marks = 1;public UpdateSecurityMarksRequest.Builder clearSecurityMarks()
The security marks resource to update.
.google.cloud.securitycenter.v1.SecurityMarks security_marks = 1;public SecurityMarks.Builder getSecurityMarksBuilder()
The security marks resource to update.
.google.cloud.securitycenter.v1.SecurityMarks security_marks = 1;public SecurityMarksOrBuilder getSecurityMarksOrBuilder()
The security marks resource to update.
.google.cloud.securitycenter.v1.SecurityMarks security_marks = 1;getSecurityMarksOrBuilder in interface UpdateSecurityMarksRequestOrBuilderpublic boolean hasUpdateMask()
The FieldMask to use when updating the security marks resource. The field mask must not contain duplicate fields. If empty or set to "marks", all marks will be replaced. Individual marks can be updated using "marks.<mark_key>".
.google.protobuf.FieldMask update_mask = 2;hasUpdateMask in interface UpdateSecurityMarksRequestOrBuilderpublic com.google.protobuf.FieldMask getUpdateMask()
The FieldMask to use when updating the security marks resource. The field mask must not contain duplicate fields. If empty or set to "marks", all marks will be replaced. Individual marks can be updated using "marks.<mark_key>".
.google.protobuf.FieldMask update_mask = 2;getUpdateMask in interface UpdateSecurityMarksRequestOrBuilderpublic UpdateSecurityMarksRequest.Builder setUpdateMask(com.google.protobuf.FieldMask value)
The FieldMask to use when updating the security marks resource. The field mask must not contain duplicate fields. If empty or set to "marks", all marks will be replaced. Individual marks can be updated using "marks.<mark_key>".
.google.protobuf.FieldMask update_mask = 2;public UpdateSecurityMarksRequest.Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue)
The FieldMask to use when updating the security marks resource. The field mask must not contain duplicate fields. If empty or set to "marks", all marks will be replaced. Individual marks can be updated using "marks.<mark_key>".
.google.protobuf.FieldMask update_mask = 2;public UpdateSecurityMarksRequest.Builder mergeUpdateMask(com.google.protobuf.FieldMask value)
The FieldMask to use when updating the security marks resource. The field mask must not contain duplicate fields. If empty or set to "marks", all marks will be replaced. Individual marks can be updated using "marks.<mark_key>".
.google.protobuf.FieldMask update_mask = 2;public UpdateSecurityMarksRequest.Builder clearUpdateMask()
The FieldMask to use when updating the security marks resource. The field mask must not contain duplicate fields. If empty or set to "marks", all marks will be replaced. Individual marks can be updated using "marks.<mark_key>".
.google.protobuf.FieldMask update_mask = 2;public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
The FieldMask to use when updating the security marks resource. The field mask must not contain duplicate fields. If empty or set to "marks", all marks will be replaced. Individual marks can be updated using "marks.<mark_key>".
.google.protobuf.FieldMask update_mask = 2;public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
The FieldMask to use when updating the security marks resource. The field mask must not contain duplicate fields. If empty or set to "marks", all marks will be replaced. Individual marks can be updated using "marks.<mark_key>".
.google.protobuf.FieldMask update_mask = 2;getUpdateMaskOrBuilder in interface UpdateSecurityMarksRequestOrBuilderpublic boolean hasStartTime()
The time at which the updated SecurityMarks take effect. If not set uses current server time. Updates will be applied to the SecurityMarks that are active immediately preceding this time.
.google.protobuf.Timestamp start_time = 3;hasStartTime in interface UpdateSecurityMarksRequestOrBuilderpublic com.google.protobuf.Timestamp getStartTime()
The time at which the updated SecurityMarks take effect. If not set uses current server time. Updates will be applied to the SecurityMarks that are active immediately preceding this time.
.google.protobuf.Timestamp start_time = 3;getStartTime in interface UpdateSecurityMarksRequestOrBuilderpublic UpdateSecurityMarksRequest.Builder setStartTime(com.google.protobuf.Timestamp value)
The time at which the updated SecurityMarks take effect. If not set uses current server time. Updates will be applied to the SecurityMarks that are active immediately preceding this time.
.google.protobuf.Timestamp start_time = 3;public UpdateSecurityMarksRequest.Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValue)
The time at which the updated SecurityMarks take effect. If not set uses current server time. Updates will be applied to the SecurityMarks that are active immediately preceding this time.
.google.protobuf.Timestamp start_time = 3;public UpdateSecurityMarksRequest.Builder mergeStartTime(com.google.protobuf.Timestamp value)
The time at which the updated SecurityMarks take effect. If not set uses current server time. Updates will be applied to the SecurityMarks that are active immediately preceding this time.
.google.protobuf.Timestamp start_time = 3;public UpdateSecurityMarksRequest.Builder clearStartTime()
The time at which the updated SecurityMarks take effect. If not set uses current server time. Updates will be applied to the SecurityMarks that are active immediately preceding this time.
.google.protobuf.Timestamp start_time = 3;public com.google.protobuf.Timestamp.Builder getStartTimeBuilder()
The time at which the updated SecurityMarks take effect. If not set uses current server time. Updates will be applied to the SecurityMarks that are active immediately preceding this time.
.google.protobuf.Timestamp start_time = 3;public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The time at which the updated SecurityMarks take effect. If not set uses current server time. Updates will be applied to the SecurityMarks that are active immediately preceding this time.
.google.protobuf.Timestamp start_time = 3;getStartTimeOrBuilder in interface UpdateSecurityMarksRequestOrBuilderpublic final UpdateSecurityMarksRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateSecurityMarksRequest.Builder>public final UpdateSecurityMarksRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateSecurityMarksRequest.Builder>Copyright © 2019 Google LLC. All rights reserved.