public interface UpdateExternalSystemRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ExternalSystem |
getExternalSystem()
Required.
|
ExternalSystemOrBuilder |
getExternalSystemOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
The FieldMask to use when updating the external system resource.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The FieldMask to use when updating the external system resource.
|
boolean |
hasExternalSystem()
Required.
|
boolean |
hasUpdateMask()
The FieldMask to use when updating the external system resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasExternalSystem()
Required. The external system resource to update.
.google.cloud.securitycenter.v1.ExternalSystem external_system = 1 [(.google.api.field_behavior) = REQUIRED];
ExternalSystem getExternalSystem()
Required. The external system resource to update.
.google.cloud.securitycenter.v1.ExternalSystem external_system = 1 [(.google.api.field_behavior) = REQUIRED];
ExternalSystemOrBuilder getExternalSystemOrBuilder()
Required. The external system resource to update.
.google.cloud.securitycenter.v1.ExternalSystem external_system = 1 [(.google.api.field_behavior) = REQUIRED];
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;com.google.protobuf.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;com.google.protobuf.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;Copyright © 2024 Google LLC. All rights reserved.