public interface UpdateSourceRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSource()
public abstract Source getSource()Required. The source resource to update.
.google.cloud.securitycenter.v2.Source source = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Source |
The source. |
getSourceOrBuilder()
public abstract SourceOrBuilder getSourceOrBuilder()Required. The source resource to update.
.google.cloud.securitycenter.v2.Source source = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SourceOrBuilder |
|
getUpdateMask()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasSource()
public abstract boolean hasSource()Required. The source resource to update.
.google.cloud.securitycenter.v2.Source source = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the source field is set. |
hasUpdateMask()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |