Interface UpdateExternalSystemRequestOrBuilder (2.51.0)

public interface UpdateExternalSystemRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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];

Returns
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];

Returns
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;

Returns
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;

Returns
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];

Returns
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;

Returns
Type Description
boolean

Whether the updateMask field is set.