public interface UpdateSourceRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Source |
getSource()
Required.
|
SourceOrBuilder |
getSourceOrBuilder()
Required.
|
FieldMask |
getUpdateMask()
The FieldMask to use when updating the source resource.
|
FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The FieldMask to use when updating the source resource.
|
boolean |
hasSource()
Required.
|
boolean |
hasUpdateMask()
The FieldMask to use when updating the source resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasSource()
Required. The source resource to update.
.google.cloud.securitycenter.v1.Source source = 1 [(.google.api.field_behavior) = REQUIRED];
Source getSource()
Required. The source resource to update.
.google.cloud.securitycenter.v1.Source source = 1 [(.google.api.field_behavior) = REQUIRED];
SourceOrBuilder getSourceOrBuilder()
Required. The source resource to update.
.google.cloud.securitycenter.v1.Source source = 1 [(.google.api.field_behavior) = REQUIRED];
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;
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;
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 © 2022 Google LLC. All rights reserved.