Interface UpdateExternalSystemRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasExternalSystem

        boolean hasExternalSystem()
         Required. The external system resource to update.
         
        .google.cloud.securitycenter.v1.ExternalSystem external_system = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the externalSystem field is set.
      • getExternalSystem

        ExternalSystem getExternalSystem()
         Required. The external system resource to update.
         
        .google.cloud.securitycenter.v1.ExternalSystem external_system = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The externalSystem.
      • getExternalSystemOrBuilder

        ExternalSystemOrBuilder getExternalSystemOrBuilder()
         Required. The external system resource to update.
         
        .google.cloud.securitycenter.v1.ExternalSystem external_system = 1 [(.google.api.field_behavior) = REQUIRED];
      • hasUpdateMask

        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:
        Whether the updateMask field is set.
      • getUpdateMask

        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;
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        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;