public interface UpdateExternalSystemRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ExternalSystem |
getExternalSystem()
Required.
|
ExternalSystemOrBuilder |
getExternalSystemOrBuilder()
Required.
|
FieldMask |
getUpdateMask()
The FieldMask to use when updating the external system resource.
|
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, hasOneof
isInitialized
boolean 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;
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;
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 © 2022 Google LLC. All rights reserved.