public interface UpdateExternalSystemRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExternalSystem()
public abstract ExternalSystem getExternalSystem()Required. The external system resource to update.
.google.cloud.securitycenter.v1.ExternalSystem external_system = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ExternalSystem | The externalSystem. |
getExternalSystemOrBuilder()
public abstract ExternalSystemOrBuilder getExternalSystemOrBuilder()Required. The external system resource to update.
.google.cloud.securitycenter.v1.ExternalSystem external_system = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ExternalSystemOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()The FieldMask to use when updating the external system resource. If empty all mutable fields will be updated.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| FieldMask | The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()The FieldMask to use when updating the external system resource. If empty all mutable fields will be updated.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| FieldMaskOrBuilder |
hasExternalSystem()
public abstract boolean hasExternalSystem()Required. The external system resource to update.
.google.cloud.securitycenter.v1.ExternalSystem external_system = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the externalSystem field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()The FieldMask to use when updating the external system resource. If empty all mutable fields will be updated.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| boolean | Whether the updateMask field is set. |