public interface UpdateSourceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Source |
getSource()
The source resource to update.
|
SourceOrBuilder |
getSourceOrBuilder()
The source resource to update.
|
com.google.protobuf.FieldMask |
getUpdateMask()
The FieldMask to use when updating the source resource.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The FieldMask to use when updating the source resource.
|
boolean |
hasSource()
The source resource to update.
|
boolean |
hasUpdateMask()
The FieldMask to use when updating the source resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSource()
The source resource to update.
.google.cloud.securitycenter.v1.Source source = 1;Source getSource()
The source resource to update.
.google.cloud.securitycenter.v1.Source source = 1;SourceOrBuilder getSourceOrBuilder()
The source resource to update.
.google.cloud.securitycenter.v1.Source source = 1;boolean hasUpdateMask()
The FieldMask to use when updating the source resource. If empty all mutable fields will be updated.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMask getUpdateMask()
The FieldMask to use when updating the source resource. If empty all mutable fields will be updated.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
The FieldMask to use when updating the source resource. If empty all mutable fields will be updated.
.google.protobuf.FieldMask update_mask = 2;Copyright © 2019 Google LLC. All rights reserved.