Interface UpdateExternalSystemRequestOrBuilder (2.3.2)

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the updateMask field is set.